Fix link to “What they forgot” chapter (@Masterxilo, #101).
Fixed “heuristics” typo (@t-gummer, #91).
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.