Skip to content

v1.0-1

Choose a tag to compare

@krlmlr krlmlr released this 27 Mar 18:57
· 696 commits to main since this release

Initial CRAN release.

  • S3 class root_criterion:
    • Member functions: find_file() and make_fix_file()
    • root_criterion()
    • as.root_criterion()
    • is.root_criterion()
    • has_file()
    • has_file_pattern()
    • Built-in criteria:
      • is_r_package
      • is_rstudio_project
  • Getting started:
    • find_package_root_file()
    • find_rstudio_root_file()
  • Use a custom notion of a project root:
    • find_root()
    • find_root_file()
  • Vignette