Skip to contents

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)
  • R code
  • Unit tests
    • Update tests for read_*_data() functions (no default value for path)

forcis 1.0.0

Answers to editor and reviewer comments:

  • BREAKING CHANGE
    • Remove the usage of the hidden dotfile .forcis - [#87]
  • DESCRIPTION file
    • Add reviewer 2 as rev - [#111]
    • Add FRB-CESAB as fnd - [#69]
    • Set minimal version of R to 4.1.0 (pipe) - [285c37]
    • Move dplyr from Imports to Suggests - [#79]
  • R code
    • Refactor code of read_*_data() functions - [#85]
    • Homogeneize function outputs (tibble) - [#82]
    • Use the same prefix forcis_ for global options - [#81]
    • Improve and standardize function examples - [#99, #103]
    • Refactor compute_*() functions in base R - [#79]
  • Documentation
    • Improve vignettes - [#64, #65, #66, #107, #108, #112]
    • Add a statement of need in README - [#84]
    • Add two figures in README to better explain the package - [#105, #106]
  • Unit tests
  • Miscellaneous
    • Recommend to use air in CONTRIBUTING.md to automatically format code - [#80]
    • Add a favicon to the website - [#115]
    • Add a dependabot.yml - [#90]

forcis 0.1.0

First stable release.

N.B. This release has been submitted to rOpenSci for review.