Closed Kucharssim closed 5 years ago
Hi,
devtools::install_github("sachaepskamp/psychonetrics", force=TRUE) library(psychonetrics) Error: package or namespace load failed for ‘psychonetrics’: .onLoad failed in loadNamespace() for 'checkmate', details: call: get0(oNam, envir = ns) error: lazy-load database '/Library/Frameworks/R.framework/Versions/3.6/Resources/library/backports/R/backports.rdb' is corrupt In addition: Warning messages: 1: In get0(oNam, envir = ns) : restarting interrupted promise evaluation 2: In get0(oNam, envir = ns) : internal error -3 in R_decompress1
After running install.packages("checkmate"), the package works fine :)
install.packages("checkmate")
Hi Simon,
Thanks! This is not really specific to psychonetrics but more has to do with package installation in general. Good to hear it works after installing the checkmate package!
Best, Sacha
Hi,
After running
install.packages("checkmate")
, the package works fine :)