Skip to content
master
Go to file
Code
This branch is 12 commits behind r-lib:master.

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
R
 
 
 
 
man
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

README.md

here Travis-CI Build Status

A simple interface to rprojroot.

Motivation

The logic to find a project root based on certain criteria is packaged in the rprojroot package. Many projects might not need the full power, and the complexity that comes with it. Meet here:

library(here)
#> here() starts at /home/travis/build/r-lib/here
here()
#> [1] "/home/travis/build/r-lib/here"
here("DESCRIPTION")
#> [1] "/home/travis/build/r-lib/here/DESCRIPTION"
here("R", "here.R")
#> [1] "/home/travis/build/r-lib/here/R/here.R"

Installation

Install from CRAN via

install.packages("here")

Install from GitHub via

devtools::install_github("r-lib/here")

About

A simpler way to find your files

Resources

Packages

No packages published

Languages

You can’t perform that action at this time.