f1dataR 1.3.0 (CRAN)
f1dataR is now offialy on CRAN!
Breaking Changes
- Users now have the option to select how they want the cache to be handled: memory, off (no cache), or file system.
- If you previously had set a cache directory
options("f1dataR.cache" = [dir])
there will be no change. - If you had previously not specified a cache directory, the package used to use the result of
getwd()
, so you can force that directory. - New users can specify a default file cache location by setting
options("f1dataR.cache" = "filesystem")
or specify any other (existing) directory by setting the option. - Cache will otherwise use memory as a default until the end of the R session or for 24h (whichever comes first).
- Caching can be turned off by setting the option to "off"
Big Changes
- Functions are now cached on load instead on build
- Updated documentation per requirements after CRAN review
All Changes
- Working on PR actions by @pbulsink in #134
- Updated Readme by @pbulsink in #135
- CRAN submission changes by @SCasanova in #139
- Create CHK-no-suggest.yaml by @pbulsink in #140
- Update utils.R to remove ::: call to reticulate by @pbulsink in #141
- Cleanup and minor adjustments by @pbulsink in #142
- Minor changes and integration by @SCasanova in #143
- Convert to Prebuilt Vignettes by @pbulsink in #145
- Adjust Clear Cache by @pbulsink in #146
- Minor typo in README by @SCasanova in #147
- Typo fix and knit by @SCasanova in #150
- Update license requirements by @SCasanova in #151
- Final tweaks for CRAN sub 2.0 by @SCasanova in #152
- Replace httr with httr2 by @pbulsink in #155
- CRAN Comments 3.0 by @SCasanova in #158
- Memoise on load to Devtest for combined merge to Master by @pbulsink in #165
- Review before combo-merge by @pbulsink in #167
- Eliminate all use of
getwd()
fortempdir()
by @SCasanova in #162 - NEWS and CRAN comments by @SCasanova in #168
- New Version + normalize path for memory cache by @SCasanova in #169
Full Changelog: v1.2.0...v1.3.0