⚠️There's a newer version (1.0.1) of this package. Take me there.

here

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/muelleki/git/R/here
here()
#> [1] "/home/muelleki/git/R/here"
here("DESCRIPTION")
#> [1] "/home/muelleki/git/R/here/DESCRIPTION"
here("R", "here.R")
#> [1] "/home/muelleki/git/R/here/R/here.R"

Installation

here isn't on CRAN yet, install from GitHub via

devtools::install_github("krlmlr/here")

Copy Link

Version

Down Chevron

Install

install.packages('here')

Monthly Downloads

147,292

Version

0.1

License

GPL-3

Issues

Pull Requests

Stars

Forks

Maintainer

Last Published

May 28th, 2017

Functions in here (0.1)