Changelog
Source:NEWS.md
strata 1.0.0
- Enhanced documentation
- Removed lubridate dependency
- Changed
path
argument toproject_path
inbuild_stratum
strata 0.7.0
- added
build_quick_strata_project
- allows users to quickly build a project with standard names
- added
build_outlined_strata_project
- allows users to quickly build a project by providing a dataframe outline of the expected project structure
strata 0.6.0
- added user-facing functions for easier toml editing from inside of R
-
survey_tomls
lists all .toml files in a project -
view_toml
returns a dataframe of the contents of toml -
edit_toml
replaces a toml at the user-provided path with the contents of a user-provided dataframe
-
strata 0.5.0
- added survey_strata function to allow users to survey the details and execution order of the strata, laminae and scripts in their project folder