Skip to contents
rProject 0.0.25
Patch
- Changed year from 2025 to 2026 in MIT license.
rProject 0.0.21
Patch
- Specific
rProject GitHub commit can be installed via the rproject_ver object in .setup/scripts/project.R.
rProject 0.0.20
Patch
- Updated MIT license year to 2025.
rProject 0.0.19
Patch
- The
PkgProjectGitHub() function gives priority to installing packages that contain the @ character in their specification.
- The
PkgProjectVersion() function installs the available package first before checking its version.
rProject 0.0.16
Patch
- Added
tests in exclusions in the Lint() function.
rProject 0.0.15
Patch
- Added
nolint.R in exclusions in the Lint() function.
rProject 0.0.8
Patch
-
knit::knit() uses envir = new.env().
rProject 0.0.7
Patch
- Exclude
R/methods.R from linting in Lint().
rProject 0.0.6
Patch
- Edits to
Clean() to keep vignettes.bib when push = TRUE.
rProject 0.0.5
Patch
- Option to build
bib.bib from lib-* repositories using Bib().
rProject 0.0.4
Patch
- Added build tools for
Rcpp() functions.
rProject 0.0.3
Patch
- Added the the function
Bib() to generate bib.bib files for LateX, quarto, and vignettes.
rProject 0.0.2
Patch
- Added the argumnent
push to Clean() for cleaning the directory in preparation for git push.