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

need to declare xml2 package #218

Closed mbjones closed 6 years ago

mbjones commented 6 years ago

CRAN reports that we are failing to properly declare the use of the xml2 package in our library. Fix and resubmit with the next dataone release.

Dear maintainers,

This concerns the CRAN packages

broom bssm caret catcont ccdrAlgorithm clampSeg clubSandwich clustermq cofeatureR collapsibleTree compareDF convey crplyr crunch d3r datadogr datadr dataone dbarts dbplyr dbscan derivmkts dgo diffdf diffobj diffusr dplyr drtmle dsm dwapi dynamichazard editrules epanetReader estimatr excerptr extraDistr furniture geeM geogrid geojsonsf geoops getCRUCLdata ggraptR glmmTMB googleAuthR googlePolylines googlesheets googleway graphframes healthcareai

maintained by one of you:

Matthew B. Jones jones@nceas.ucsb.edu: dataone

These seem to have undeclared package dependencies in their unit test code (R files in tests subdirs), see below.

Can you pls fix as necessary? (Add the missing package dependencies to Suggests, I guess.)

Please note that these issues are currently not yet detected by the CRAN incoming (or regular) checks.

Best -k


$dataone 'library' or 'require' call not declared from: xml2

mbjones commented 6 years ago

Added xml2 to Suggests.