NEWS.md
vertical_project()
is now a single function for initializationbuild_vertical()
removes yml updatessuggest_yml()
init_vertical_project()
to allow interactive dialogue for creation, or direct creation by script.init_vertical_project()
can be used to initialize a vertical project from the command line, both within an existing project, or to create new oneinit_supplemental()
bugupdate_yml()
to scrape vertical component folders and update _pkgdown.yml
to include .Rmds in each folder and subfolder in respective component tabs on the websitebuild_vertical()
to update _pkgdown.yml
on build with update_yml()
. Also, build_vertical()
now renders all .Rmds in any main folder of a vertical component. Currently, sub folders are also rendered in vignettes, but not other component folders.This version is a rethinking of vertical’s back-end functionality with the goal of making vertical more lightweight and portable.