Releases: ropensci/tarchetypes
Releases · ropensci/tarchetypes
CRAN feedback
- Make sure every function with a help file in
man/
has Rd-tags\value
and\arguments
. - For every function with a help file in
man/
, describe the return value in the\value
Rd tag. For each function that returns a target object or list of target objects, the\value
tag now links to https://books.ropensci.org/targets/, the user manual where the purpose of target objects is explained, and https://books.ropensci.org/targets-design/, the design specification which documents the structure and composition of target objects. - Ensure that examples, vignettes, and test do not write to the home file space of the user. Anything that appears to write to the local file space is actually called inside
targets::tar_dir()
ortargets::tar_test()
, which run the code inside a temporary directory. - Ensure that no function defined in the
tarchetypes
package writes by default to the home file space of the user. The paths of all output files are controlled by non-tarchetypes
functions that invoketarchetypes
.
First full release
tarchetypes 0.0.1
tar_plan()
now returns a list of target objects rather than a pipeline object. Related: ropensci/targets#253.
Initial pre-release to enable Zenodo DOI
0.0.0.9000 Regenerate docs