Open rpruim opened 6 years ago
CIAdata() works fine locally, but is failing in some of the test environments. Not sure if the data pull is too slow or if it is some other problem.
CIAdata()
My immediate solution is to use \dontrun{} around examples that use CIAdata().
\dontrun{}
For the future:
mosaic
mosaicData
ggformula::gf_sf()
CIAdata()
works fine locally, but is failing in some of the test environments. Not sure if the data pull is too slow or if it is some other problem.My immediate solution is to use
\dontrun{}
around examples that useCIAdata()
.For the future:
CIAdata()
belong inmosaic
? Perhaps it should be moved tomosaicData
?CIAdata()
altogether (perhaps keeping some snapshots of data sets for examples and putting them intomosaicData
)?ggformula::gf_sf()
instead)?