Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Error message: 'find_distribution' is not an exported object from 'namespace:parameters' #25

Closed
GegznaV opened this issue Jun 9, 2019 · 2 comments

Comments

@GegznaV
Copy link

GegznaV commented Jun 9, 2019

Describe the bug

library("report")
report(iris, median = TRUE, distribution = TRUE)
#> Error: 'find_distribution' is not an exported object from 'namespace:parameters'

Created on 2019-06-09 by the reprex package (v0.3.0)

Package report v0.1.0

@DominiqueMakowski
Copy link
Member

@GegznaV Sorry about that, report is currently very unstable due to breaking changes in its core dependencies. For instance, the find_distribution function used by report to report dataframes has been removed from the parameters package, breaking the report of dataframes. This will be fixed in upcoming updates of report... please be patient and bear with us :)

@DominiqueMakowski
Copy link
Member

@GegznaV Just to let you know that the package has (finally) been fixed (in theory)! You will need the latest github versions of parameters and performance:

devtools::install_github("easystats/performance")
devtools::install_github("easystats/parameters")
devtools::install_github("easystats/report")

Please do give it a try and give us a feedback ☺️ Thanks a lot!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants