Coder Social home page Coder Social logo

Comments (15)

DominiqueMakowski avatar DominiqueMakowski commented on July 2, 2024

We recently moved format_value from parameters to insight:

Could you please run:

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

And them try again? Thanks!

from report.

diodon avatar diodon commented on July 2, 2024

I've installed the above mentioned packages but the error persists:

Error: 'format_value' is not an exported object from 'namespace:parameters'

from report.

strengejacke avatar strengejacke commented on July 2, 2024

Have you installed all the three packages from GitHub?

from report.

diodon avatar diodon commented on July 2, 2024

yes I did. I even forced the installation of all packages again. Same error:

> devtools::install_github("easystats/report", force=T)
Downloading GitHub repo easystats/report@master
from URL https://api.github.com/repos/easystats/report/zipball/master
Installing report
'/usr/lib/R/bin/R' --no-site-file --no-environ --no-save --no-restore --quiet CMD INSTALL  \
  '/tmp/RtmpIAjqCG/devtools18d875d01710/easystats-report-c61a6c6' --library='/home/eklein/R/x86_64-pc-linux-gnu-library/3.6'  \
  --install-tests 

* installing *source* package ‘report’ ...
** using staged installation
** R
** inst
** tests
** byte-compile and prepare package for lazy loading
** help
*** installing help indices
*** copying figures
** building package indices
** installing vignettes
** testing if installed package can be loaded from temporary location
** testing if installed package can be loaded from final location
** testing if installed package keeps a record of temporary installation path
* DONE (report)
> library(report)
> report(iris)
Error: 'format_value' is not an exported object from 'namespace:parameters'

from report.

DominiqueMakowski avatar DominiqueMakowski commented on July 2, 2024

Hi @diodon, could you try running this first:

devtools::install_github(c("easystats/insight",
                             "easystats/bayestestR",
                             "easystats/performance",
                             "easystats/parameters",
                             "easystats/correlation",
                             "easystats/estimate",
                             "easystats/see",
                             "easystats/report"))

from report.

diodon avatar diodon commented on July 2, 2024

done, but sorry, the error persists...

from report.

DominiqueMakowski avatar DominiqueMakowski commented on July 2, 2024

🤔 🤔 That's very weird. So sorry about that, but could you try with:

devtools::install_github(c("easystats/insight",
                             "easystats/bayestestR",
                             "easystats/performance",
                             "easystats/parameters",
                             "easystats/correlation",
                             "easystats/estimate",
                             "easystats/see",
                             "easystats/report"), 
                                   force = TRUE)

from report.

DominiqueMakowski avatar DominiqueMakowski commented on July 2, 2024

@diodon I think I know why it might not work... It should be fixed now. Could you try again reinstalling report from github (so sorry for these reinstallations ☺️)

from report.

mfox9 avatar mfox9 commented on July 2, 2024

Hello, I'm having the same issue and tried all of the above suggestions. Still receiving the same error message.

from report.

DominiqueMakowski avatar DominiqueMakowski commented on July 2, 2024

Hi @mfox9

I am super sorry but report is currently broken again due to recent major changes in the other easystats packages. Will be fixed soon! Please hang on and apologies for the inconvenience!!

In the meantime, note that you can obtain all the information that report gives as tables using model_parameters() (in the parameters package) and model_performance() (in the performance package). Let us know if you need anything!

from report.

strengejacke avatar strengejacke commented on July 2, 2024

After updating insight and parameters from CRAN, and report from GitHub (master), this should now work.

from report.

rkofreitag avatar rkofreitag commented on July 2, 2024

Hi, I'm trying to install report, but the following error messages is shown:

Failed to install 'report' from GitHub:
Failed to install 'insight' from GitHub:
lazy-load database '/Library/Frameworks/R.framework/Versions/3.6/Resources/library/pkgbuild/R/pkgbuild.rdb' is corrupt

It is a trouble in my computer?

Thank you!

from report.

DominiqueMakowski avatar DominiqueMakowski commented on July 2, 2024

Could be similar to lme4/lme4#407 Have you tried restarting R?

from report.

strengejacke avatar strengejacke commented on July 2, 2024

Looks like you should remove and reinstall the pkgbuild package?

from report.

rkofreitag avatar rkofreitag commented on July 2, 2024

Sorry... so simple restart R... it's working perfectly now, thank you!

from report.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.