Changelog
Source:NEWS.md
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.18
Patch
Added .quarto
in the BuildIgnore()
function.
rProject 0.0.17
Patch
Revised the Lint()
function.
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.14
Patch
Added lib-2000-2009-manual
in BibLib()
.
rProject 0.0.13
Patch
Added .sif
to BuildIgnore()
.
rProject 0.0.12
Patch
Option to NOT delete .sim
and .sif
in CleanProj()
.
rProject 0.0.10
Patch
Added ".*\\.sif$
in BuildIgnore()
.
rProject 0.0.9
Patch
Added the LatexTikzCompile()
function and LatexMake()
calls it before LatexCompile()
.
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.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.