You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
ran devtools::install() inside the number-hdx branch and got
Error: lazy-load database '/Library/Frameworks/R.framework/Versions/4.3-arm64/Resources/library/gghdx/R/gghdx.rdb' is corrupt
In addition: Warning message:
internal error -3 in R_decompress1
Then when run:
> library(gghdx)
Warning messages:
1: In get(name, envir = env) : internal error -3 in R_decompress1
2: In get(name, envir = env) : internal error -3 in R_decompress1
3: In get(name, envir = env) : internal error -3 in R_decompress1
4: In get(name, envir = env) : internal error -3 in R_decompress1
5: In get(name, envir = env) : internal error -3 in R_decompress1
By pressing ctrl + shift + b (devtools::build()) issue seems to resolve itself (no warnings and can load library)
Don't think the issue is specific to this package per se, as it seems like something I encountered before. I don't fully understand it, but figured i'd document as it sort of relates to #26
The text was updated successfully, but these errors were encountered:
Just simply an issue with R session that when you install a package new, it requires restarting. devtools::build() automatically restarts the session, hence why it "fixed" the error.
ran
devtools::install()
inside thenumber-hdx
branch and gotThen when run:
By pressing
ctrl
+shift
+b
(devtools::build()
) issue seems to resolve itself (no warnings and can load library)Don't think the issue is specific to this package per se, as it seems like something I encountered before. I don't fully understand it, but figured i'd document as it sort of relates to #26
The text was updated successfully, but these errors were encountered: