Trigger run (#110).
Use pkgdown branch (#109).
ci: Use pkgdown branch
ci: Updates from duckdb
ci: Trigger run
Install via R CMD INSTALL ., not pak (#108).
- ci: Install via R CMD INSTALL ., not pak
- ci: Bump version of upload-artifact action
Install local package for pkgdown builds.
Improve support for protected branches with fledge.
Improve support for protected branches, without fledge.
Auto-update from GitHub Actions.
Run: https://github.com/r-lib/here/actions/runs/10425486329
Auto-update from GitHub Actions.
Run: https://github.com/r-lib/here/actions/runs/10200110394
Auto-update from GitHub Actions.
Run: https://github.com/r-lib/here/actions/runs/9728440182
Auto-update from GitHub Actions.
Run: https://github.com/r-lib/here/actions/runs/9691616332
Merge pull request #103 from jack-davison/patch-1.
fix broken link in here.Rmd
vignette
here::i_am()
offers a new recommended way to declare the project root. Instead of relying on special files or directories that indicate the project root, each script and report now can declare its own location relative to the project root (#27).dr_here()
shows the initial and current working directory (#18, #55).?here
to address conflict with lubridate::here()
(#37, @nzgwynn).set_here()
is superseded in favor of here::i_am()
(#61)....
argument to here()
(#7).Initial CRAN release.
here()
.here
file or can be either an RStudio project, an R package, a remake
project, a Projectile project, or a VCS repository.set_here()
function creates a .here
file so that a directory is recognized as root by here()
.dr_here()
function explains the reasoning of here()
for the current session.