Releases: jabenninghoff/rdev
Releases · jabenninghoff/rdev
1.6.8
- Updated
setup-r
to userig
for installing and managing R versions
1.6.7
- Maintenance updates
1.6.6
-
Replaced
check-standard.yaml
withR-CMD-check.yaml
(updateuse_rdev_package()
) -
Updated
.lintr
forlintr
3.1.0 (updateuse_lintr()
)
1.6.5
- Maintenance updates
1.6.4
- Added check to install pre-commit git hook if missing (update
use_rprofile()
)
1.6.3
extra_deps()
no longer reports R as an extra package
1.6.2
-
missing_deps()
now excludes base R packages by default -
Added new checks to
ci()
:missing_deps()
,desc::desc_normalize()
,extra_deps()
,url_check()
, andhtml_url_check()
;ci()
will stop ifmissing_deps()
returns one or more rows -
Added
missing-deps.yaml
GitHub Action
1.6.1
new_branch()
now stashes and restores changes, so that theBump version
commit just changes the version number inDESCRIPTION
1.6.0
missing_deps()
andextra_deps()
now automatically remove the current package andrenv
(inrenv.lock
) from the list ofrenv::dependencies()