Deploy from Travis build TRUE [ci skip] Build URL: https://travis-ci.org/r-lib/here/builds/TRUE Commit: 967fe6cd00230879a4a6ac760c6986bbe09e564e
Deploy from Travis build TRUE [ci skip]
Build URL: https://travis-ci.org/r-lib/here/builds/TRUE Commit: 967fe6cd00230879a4a6ac760c6986bbe09e564e
A simple interface to rprojroot.
rprojroot
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:
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"
Install from CRAN via
install.packages("here")
Install from GitHub via
devtools::install_github("r-lib/here")
简化项目内相对路径管理,便于可重复分析。
版权所有:中国计算机学会技术支持:开源发展技术委员会 京ICP备13000930号-9 京公网安备 11010802032778号
here
A simple interface to
rprojroot.Motivation
The logic to find a project root based on certain criteria is packaged in the
rprojrootpackage. Many projects might not need the full power, and the complexity that comes with it. Meethere:Installation
Install from CRAN via
Install from GitHub via