Closed michelefioretti closed 4 years ago
I get a similar error when I load broom
library(broom)
Error: package or namespace load failed for ‘broom’:
.onLoad failed in loadNamespace() for 'broom', 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: package ‘broom’ was built under R version 3.6.2
2: In get0(oNam, envir = ns) : restarting interrupted promise evaluation
3: In get0(oNam, envir = ns) : internal error -3 in R_decompress1
fixed? what happend?
It works now. Not sure why.
Now the issue that I have is the Apps. For instance
runTutorial('chapter3')
Error: Please run runTutorial()
with a valid tutorial as an argument.
Valid Tutorials are: ''
runTutorial('chapter2')
Error: Please run runTutorial()
with a valid tutorial as an argument.
Valid Tutorials are: ''
Is it possible that you are still building the package? Thanks flo!
On Sep 11, 2020, at 14:33, Florian Oswald notifications@github.com wrote:
fixed? what happend?
— You are receiving this because you modified the open/close state. Reply to this email directly, view it on GitHub https://github.com/ScPoEcon/ScPoEconometrics/issues/158#issuecomment-691066763, or unsubscribe https://github.com/notifications/unsubscribe-auth/AGBSNFDBXUBXSHLONSAEN7TSFIKJDANCNFSM4RHJ6OTQ.
it's weird because the word broom
does not appear in the entire repo. like if someone used library(broom)
without adding the dependency. please reopen if it comes back
Hi, I installed the
ScPoApps
as by the readme file runningand updated all the packages that need update. Then when I load the package I get the following error:
I tried in two different machines, the error stays. Could you help me with that please?