Skip to content

f1dataR 1.3.0 (CRAN)

Compare
Choose a tag to compare
@SCasanova SCasanova released this 17 Aug 14:05
· 245 commits to master since this release

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

Full Changelog: v1.2.0...v1.3.0