Skip to content

v1.1

Choose a tag to compare

@krlmlr krlmlr released this 25 Jan 13:58
· 585 commits to main since this release
  • Compatibility
    • Compatible with R >= 3.0.0 with the help of the backports package.
  • New root criteria
    • is_remake_project and find_remake_root_file() look for remake project (#17).
    • is_testthat and find_testthat_root_file() that looks for tests/testthat root (#14).
    • from_wd, useful for creating accessors to a known path (#11).
  • Minor enhancement
    • Criteria can be combined with the | operator (#15).
  • Documentation
    • Add package documentation with a few examples (#13).
    • Clarify difference between find_file() and make_fix_file() in vignette (#9).
    • Remove unexported functions from documentation and examples (#10).
    • Use pkgdown to create website.
  • Testing
    • Use Travis instead of wercker. Travis tests three R versions, and OS X.
    • Improve AppVeyor testing.