Skip to content

v1.1.4

Choose a tag to compare

@toscm toscm released this 23 Sep 06:43
· 29 commits to main since this release
  • Added a cache cleanup handler that gets registered via
    reg.finalizer() upon package loading to ensure that the cache
    directory is removed if it doesn't contain any files that should
    persist between R sessions.

  • Added an article about installation details incl. a
    troubleshooting section

  • Improved function docs

  • Improved examples by removing donttest blocks

  • Improved examples & tests by using smaller example datasets to
    reduce runtime