Update ccache-action reference.
Bump action version.
.gitignore and .Rbuildignore.Create snapshot update PR against correct branch.
Add reference to /apply-patch workflow in commit message.
Clarify rationale for not deploying on schedule.
Only run fledge on pushes to main.
Tweak fledge workflow and ccache action.
Cosmetics.
Bump action versions.
Install clang-format-21.
Align fledge workflow.
Harmonize.
Fix link to "What they forgot" chapter (@Masterxilo, #101).
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.