- Avoid failure in fledge workflow if no changes (#114).
- Fetch tags for fledge workflow to avoid unnecessary NEWS entries (#113).
- Use stable pak (#112).
- Latest changes (#111).
-
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.
- Sync with latest developments.
- Use v2 instead of master.
- Import from actions-sync, check carefully.
-
Auto-update from GitHub Actions.
- Import from actions-sync, check carefully.
- Internal changes only.
-
Auto-update from GitHub Actions.
-
Auto-update from GitHub Actions.
- Add Aviator configuration.
-
Merge pull request #103 from jack-davison/patch-1.
fix broken link in
here.Rmd
vignette
- Internal changes only.
- Internal changes only.
- Fix link to "What they forgot" chapter (@Masterxilo, #101).
- Internal changes only.
- Internal changes only.
- Internal changes only.
- Internal changes only.
- Change maintainer e-mail.
- Fixed "heuristics" typo (@t-gummer, #91).
- Internal changes only.
- Merge cran-1.0.1.
- Adapt to testthat 3.0.1.
- Adapt to testthat 3.0.1.
- New
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).
- Improve readme and add "Getting started" vignette (#44, @sharlagelfand). Extend "Getting started" vignette with a detailed description of the behavior and use cases (#55).
- Update
?here
to address conflict withlubridate::here()
(#37, @nzgwynn). - New "rmarkdown" vignette (#55).
set_here()
is superseded in favor ofhere::i_am()
(#61).- More explicit documentation for the
...
argument tohere()
(#7).
- Add testthat tests (#57).
- Use GitHub Actions for checks (#52).
- Requires rprojroot >= 2.0.1.
- Re-license as MIT (#50).
- Added Jennifer Bryan as contributor (#32).
Initial CRAN release.
- Main function
here()
- Uses a fixed root that contains a
.here
file or can be either an RStudio project, an R package, aremake
project, a Projectile project, or a VCS repository. - The root is established at package loading time, and shown with a message.
- The current working directory is used as a fallback.
- Uses a fixed root that contains a
- The
set_here()
function creates a.here
file so that a directory is recognized as root byhere()
. - The
dr_here()
function explains the reasoning ofhere()
for the current session.