The goal of tarchives is to make targets pipelines into a package. It runs ‘targets’ pipeline in /inst/tarchives and stores the results in the R user directory. This means that the user does not have to run the process repeatedly, and the developer has the flexibility to update the data as versions are updated.
You can install the development version of tarchives from GitHub with:
# install.packages("pak")
pak::pak("UchidaMizuki/tarchives")
tar_archive()
: Convert the targets function to the tarchives version.tar_make_archive()
: tarchives version oftargets::tar_make()
function.tar_read_archive()
: tarchives version oftargets::tar_read()
function.tar_target_archive()
: tarchives version oftargets::tar_target()
function.