Releases: jabenninghoff/rdev
Releases · jabenninghoff/rdev
0.5.0
0.4.5
- maintenance release, update GitHub Actions
0.4.4
- Update
build_analysis_site()to work withpkgdownversion 2
0.4.3
- maintenance, update TODO with steps for manually setting up an Analysis Package
0.4.2
- maintenance release, update README and GitHub Actions
0.4.1
- bug fixes, maintenance
0.4.0
-
Add
devtools::document()option toci(), turned on by default -
Add R Analysis Package layout definition, migrated from rtraining
-
Update
ci()to usestyle_all()andlint_all()for consistency -
Add
importdirectory tobuild_analysis_site() -
minor updates, improved tests, maintenance
0.3.1
- maintenance release, updated for R 4.1.0
0.3.0
build_analysis_site(), new function migrated from rtraining: a wrapper forpkgdown::build_site()that adds an 'Analysis' menu containing rendered versions of all.Rmdfiles inanalysis/. 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().
0.2.2
- minor updates, maintenance