ropensci / datapack

An R package to handle data packages
https://docs.ropensci.org/datapack
44 stars 9 forks source link

remove LazyData if not used #132

Closed mbjones closed 2 years ago

mbjones commented 2 years ago

The current 1.4.0 release generates a NOTE in CRAN checks that says:

checking LazyData ... NOTE
  'LazyData' is specified without a 'data' directory

This is due to a relatively recent new check that emits this error if the data directory is not found. Easily fixed by removing the LazyData: true line from the DESCRIPTION file.