Skip to content

Releases: r-lib/rprojroot

v0.1

03 Feb 11:44
Compare
Choose a tag to compare
v0.1 Pre-release
Pre-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()