Releases: jabenninghoff/rdev
1.2.5
- Updated
ci()to run spell check tests
1.2.4
1.2.3
- Updated
use_codecov()to usesort_rbuildignore()
1.2.2
1.2.1
create_github_repo()now adds branch protection to the default branch
1.2.0
- Added
spell_check_notebooks(): Perform a spell check on notebooks withspelling::spell_check_files().
1.1.1
-
Fix R-CMD-check for Windows
-
check_renv()now defaults to runningupdatewhen interactive
1.1.0
- Added additional automation to
ci():style_all()now runs automatically if there are no uncommitted changeslint_all()now runs by default and opens RStudio markers pane if any lints are found
1.0.1
- Minor updates to analysis README.Rmd template
1.0.0
rdev is now stable enough for a 1.0.0 release!
Major features
rdev provides functions and templates for:
-
Release automation: Stage and create GitHub releases, including GitHub pages
-
Continuous Integration: Local continuous integration checks and dependency management
-
Package Setup: Package setup tasks, typically performed once
Recent changes
Changes since release 0.8.9:
-
Add
use_spelling()anduse_codecov() -
Added
local_temppkg()test helper function -
Minor enhancements to
use_rdev_package(),use_analysis_package(),build_analysis_site(), README.Rmd templates -
Updated documentation
-
Added manual test script for new package setup, increased test coverage
TODO
In ci():
-
stylershould be set to automatically run if there are no uncommitted changes -
lintrshould stop execution and open RStudio markers if any lints are found -
ci()should runstylerandlintrby default