11<!-- README.md is generated from README.Rmd. Please edit that file -->
2- [ rprojroot] ( https://krlmlr.github.io/rprojroot ) [ ![ Travis-CI Build Status] ( https://travis-ci.org/krlmlr/rprojroot.svg?branch=master )] ( https://travis-ci.org/krlmlr/rprojroot ) [ ![ AppVeyor Build Status] ( https://ci.appveyor.com/api/projects/status/github/krlmlr/rprojroot?branch=master&svg=true )] ( https://ci.appveyor.com/project/krlmlr/rprojroot ) [ ![ codecov.io] ( https://codecov.io/github/krlmlr/rprojroot/coverage.svg?branch=master )] ( https://codecov.io/github/krlmlr/rprojroot?branch=master ) [ ![ CRAN\_ Status\_ Badge] ( http://www.r-pkg.org/badges/version/rprojroot )] ( https://cran.r-project.org/package=rprojroot )
3- =============================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================
2+ [ rprojroot] ( https://krlmlr.github.io/rprojroot )
3+ ===============================================
4+
5+ [ ![ Travis-CI Build Status] ( https://travis-ci.org/krlmlr/rprojroot.svg?branch=master )] ( https://travis-ci.org/krlmlr/rprojroot ) [ ![ AppVeyor Build Status] ( https://ci.appveyor.com/api/projects/status/github/krlmlr/rprojroot?branch=master&svg=true )] ( https://ci.appveyor.com/project/krlmlr/rprojroot ) [ ![ codecov.io] ( https://codecov.io/github/krlmlr/rprojroot/coverage.svg?branch=master )] ( https://codecov.io/github/krlmlr/rprojroot?branch=master ) [ ![ CRAN\_ Status\_ Badge] ( http://www.r-pkg.org/badges/version/rprojroot )] ( https://cran.r-project.org/package=rprojroot )
46
57This package helps accessing files relative to a * project root* to [ stop the working directory insanity] ( https://gist.github.com/jennybc/362f52446fe1ebc4c49f ) .
68
@@ -18,12 +20,13 @@ How do we access the package root? In a robust fashion? Easily:
1820
1921``` r
2022dir(rprojroot :: find_root(" DESCRIPTION" ))
21- # > [1] "appveyor.yml" "cran-comments.md" "DESCRIPTION"
22- # > [4] "docs" "inst" "Makefile"
23- # > [7] "man" "NAMESPACE" "NEWS.md"
24- # > [10] "_pkgdown.yml" "R" "readme"
25- # > [13] "README.md" "rprojroot.Rproj" "scripts"
26- # > [16] "tests" "vignettes"
23+ # > [1] "_pkgdown.yml" "API" "appveyor.yml"
24+ # > [4] "cran-comments.md" "DESCRIPTION" "docs"
25+ # > [7] "inst" "Makefile" "man"
26+ # > [10] "NAMESPACE" "NEWS.md" "R"
27+ # > [13] "readme" "README.md" "revdep"
28+ # > [16] "rprojroot.Rproj" "tests" "tic.R"
29+ # > [19] "vignettes"
2730```
2831
2932Installation and further reading
0 commit comments