The download step is now only in the "nightly" build job - add this to the main one
(Optional) Cache the data on CircleCI - have the data download write the date to a file, and use this file's contents to check whether new data should be downloaded. (This reduces build times but that's less of an issue as we'll be updating this repo less often).
[x] Write short instructions in the README
Remove link to Doc
"Use devtools::install_deps() to install all neededed packages (found in the DESCRIPTION file"
.gitignore
file in the data directory so git retains the directorygit push --force
after this and others will need to re-clone)..gitignore
all the data files.devtools::install_deps()
to install all neededed packages (found in the DESCRIPTION file"