DataONEorg / rdataone

R package for reading and writing data at DataONE data repositories
http://doi.org/10.5063/F1M61H5X
36 stars 19 forks source link

Resolve CRAN check errors #282

Closed gothub closed 2 years ago

gothub commented 2 years ago

Resolve CRAN check errors reported on 2021-09-12 for r-release-windows-ix86+x86_64, as seen on the CRAN report https://cran.r-project.org/web/checks/check_results_dataone.html. This is the complete error message from the CRAN log:

* installing *source* package 'dataone' ...
** package 'dataone' successfully unpacked and MD5 sums checked
** using staged installation
** R
** inst
** byte-compile and prepare package for lazy loading
Error in library.dynam(lib, package, package.lib) : 
  DLL 'rlang' not found: maybe not installed for this architecture?
Calls: <Anonymous> ... loadNamespace -> namespaceImport -> loadNamespace -> library.dynam
Execution halted
ERROR: lazy loading failed for package 'dataone'
* removing 'd:/Rcompile/CRANpkg/lib/4.1/dataone'
* restoring previous 'd:/Rcompile/CRANpkg/lib/4.1/dataone'
*

This appears to be a system configuration issue.

jeanetteclark commented 2 years ago

I see all passing tests on the CRAN report so closing this