carloscinelli / sensemakr

Suite of sensitivity analysis tools for OLS
https://carloscinelli.com/sensemakr/
83 stars 15 forks source link

Plotting issue #11

Closed chadhazlett closed 6 years ago

chadhazlett commented 6 years ago

After plotting done, repeated messages appear in the console: Error in fetch(key) : lazy-load database '/home/chad/R/x86_64-pc-linux-gnu-library/3.3/sensemakr/help/sensemakr.rdb' is corrupt

These continue even after dev.off()

statsccpr commented 6 years ago

i would get that error sometimes between old to new version installs,

try using the force=TRUE arg in install_github and then restarting the r session.

that might fix it

On Aug 11, 2017 5:59 PM, Chad Hazlett notifications@github.com wrote:

After plotting done, repeated messages appear in the console: Error in fetch(key) : lazy-load database '/home/chad/R/x86_64-pc-linux-gnu-library/3.3/sensemakr/help/sensemakr.rdb' is corrupt

These continue even after dev.off()

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHubhttps://github.com/chadhazlett/sensemakr/issues/11, or mute the threadhttps://github.com/notifications/unsubscribe-auth/AQWiuMq4G9O40hJVAu_OjlAochwVg3s3ks5sXPj2gaJpZM4O1Q2-.

statsccpr commented 6 years ago

Does this still occur?

I get it usually after forcing another install thru install_github(force=TRUE)

but restarting the R session after resolves it for me