forcis 1.0.1
Answers to CRAN comments:
-
DESCRIPTION
file- Change package title
- Single quote FORCIS database
- Add authors and year in Zenodo reference
- Examples
- Replace
\dontrun{}
by\donttest{}
- Store database in temporary directory
- Increase timeout for examples (API requests)
- Replace
- R code
- No default value for argument
path
indownload_forcis_db()
andread_*_data()
functions
- No default value for argument
- Unit tests
- Update tests for
read_*_data()
functions (no default value forpath
)
- Update tests for
forcis 1.0.0
Answers to editor and reviewer comments:
- BREAKING CHANGE
- Remove the usage of the hidden dotfile
.forcis
- [#87]
- Remove the usage of the hidden dotfile
-
DESCRIPTION
file - R code
- Documentation
- Unit tests
- Miscellaneous