Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

error scanForPackages #24

Closed
csmiguel opened this issue Jun 25, 2021 · 2 comments
Closed

error scanForPackages #24

csmiguel opened this issue Jun 25, 2021 · 2 comments

Comments

@csmiguel
Copy link

Error loading grateful

> library(grateful)
Error: package or namespace load failed for ‘grateful’:
 object ‘scanForPackages’ is not exported by 'namespace:checkpoint'
> sessionInfo()
R version 4.0.5 (2021-03-31)
Platform: x86_64-apple-darwin17.0 (64-bit)
Running under: macOS Mojave 10.14.6
Matrix products: default
BLAS:   /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libBLAS.dylib
LAPACK: /Library/Frameworks/R.framework/Versions/4.0/Resources/lib/libRlapack.dylib

locale:
[1] es_ES.UTF-8/es_ES.UTF-8/es_ES.UTF-8/C/es_ES.UTF-8/es_ES.UTF-8

attached base packages:
[1] stats     graphics  grDevices utils     datasets  methods   base     

loaded via a namespace (and not attached):
 [1] compiler_4.0.5    cli_2.5.0         htmltools_0.5.1.1 tools_4.0.5      
 [5] yaml_2.2.1        rmarkdown_2.9     knitr_1.33        xfun_0.24        
 [9] digest_0.6.27     checkpoint_1.0.0  rlang_0.4.11      evaluate_0.14 ```
 
@Pakillo
Copy link
Owner

Pakillo commented Jun 25, 2021

Thanks for reporting @csmiguel !

It seems checkpoint does not export that function anymore. I'll substitute it by some other approach to scan for package dependencies

Cheers

@Pakillo
Copy link
Owner

Pakillo commented Jun 26, 2021

I've switched to renv for scanning package dependencies. If you install the latest version using remotes::install_github("Pakillo/grateful"), should work now
Thanks again for reporting, and happy citing!

@Pakillo Pakillo closed this as completed Jun 26, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants