Releases: jabenninghoff/rtraining
0.7.2
- maintenance release
0.7.1
- maintenance release, updated for R 4.1.0
0.7.0
0.6.0
New Features
-
major update:
build-site
has been replaced with an R function,build_analysis_site()
, which retains all of the functionality of the old shell script. It is still considered Experimental, due to lack of test coverage and some features that are not implemented, but should work for projects with limited pkgdown customization. The update also includes a function to convert notebooks tohtml_document
,to_document()
. -
build_analysis_site()
will be migrated to rdev in a future release
New Content
-
R Setup Log: added notes on the package layout I use for "analysis" packages (will be converted to an rdev vignette in a future release)
-
R Setup Log: added notes on my R Workflow
-
R Training Log: updated with notes on my current book, R Packages
0.5.1
- R Training Log content updates
0.5.0
- moved
rmarkdown::render_site
header files topkgdown
-analysis
now contains only R Notebooks!
0.4.0
pkgdown integration
build-site
has been updated to (mostly) seamlessly build a site that integrates pkgdown as the base site and adds an "Analysis" menu that contains all of the R Notebooks (html_notebook
) or Documents (html_document
) inanalysis/
(moved fromnotebooks/
)
0.3.0
0.2.1
-
updated package description (Authors)
-
GitHub Action updates
0.2.0
New Content/Features
-
ci()
: run continuous integration tests locally: lint, R CMD check, and style (off by default). -
check_renv()
: convenience function that runsrenv
status()
,clean()
, and optionallyupdate()
(on by default).