Skip to content

v0.1

Pre-release
Pre-release

Choose a tag to compare

@krlmlr krlmlr released this 03 Feb 11:44
· 765 commits to main since this release

Initial GitHub release.

  • Getting started:
    • find_package_root_file()
    • find_rstudio_root_file()
  • S3 class root_criterion:
    • root_criterion()
    • as.root_criterion()
    • is.root_criterion()
    • has_file()
    • has_file_pattern()
    • criteria
      • is_r_package
      • is_rstudio_project
  • Use a custom notion of a project root:
    • find_root()
    • find_root_file()
    • make_find_root_file()
    • make_fix_root_file()