Package: tarchives 0.2.0
tarchives: Make Your 'targets' Pipelines into a Package
Runs 'targets' pipelines bundled inside a package and caches the results in the R user cache directory, so that users of the package do not need to rerun the pipeline themselves. Package authors can update the cached results at any time by releasing a new package version.
Authors:
tarchives_0.2.0.tar.gz
tarchives_0.2.0.tar.gz(r-4.7-any)tarchives_0.2.0.tar.gz(r-4.6-any)
tarchives_0.2.0.tgz(r-4.6-emscripten)
manual.pdf |manual.html✨
DESCRIPTION |NEWS
card.svg |card.png
tarchives/json (API)
| # Install 'tarchives' in R: |
| install.packages('tarchives', repos = c('https://cran.r-universe.dev', 'https://cloud.r-project.org')) |
Bug tracker:https://github.com/uchidamizuki/tarchives/issues
Pkgdown/docs site:https://uchidamizuki.github.io
Last updated from:6c8599a8f6. Checks:4 OK. Indexed: yes.
| Target | Result | Time | Files | Syslog |
|---|---|---|---|---|
| linux-devel-x86_64 | OK | 144 | ||
| source / vignettes | OK | 188 | ||
| linux-release-x86_64 | OK | 134 | ||
| wasm-release | OK | 116 |
Exports:tar_archivetar_archive_pipelinestar_archive_scripttar_archive_storetar_destroy_archivetar_load_archivetar_make_archivetar_manifest_archivetar_meta_archivetar_read_archivetar_read_archive_rawtar_source_archivetar_target_archivetar_target_archive_rawuse_tarchives
Dependencies:backportsbase64urlcallrclicodetoolscpp11data.tableevaluatefsgluehighrigraphknitrlatticelifecyclemagrittrMatrixotelpillarpkgconfigprettyunitsprocessxpsR6rlangsecretbasetargetstibbletidyselectutf8vctrswithrxfunyaml
Readme and manuals
Help Manual
| Help page | Topics |
|---|---|
| Function factory for archived targets | tar_archive |
| List the archived pipelines in a package | tar_archive_pipelines |
| Path to the archived target script file | tar_archive_script |
| Path to the archived target store directory | tar_archive_store |
| Destroy an archived pipeline's storage | tar_destroy_archive |
| Load a target's value from archive storage | tar_load_archive |
| Run an archived pipeline of targets | tar_make_archive |
| List the targets of an archived pipeline | tar_manifest_archive |
| Read metadata from archive storage | tar_meta_archive |
| Read a target's value from archive storage | tar_read_archive tar_read_archive_raw |
| Run archived R scripts | tar_source_archive |
| Declare a target to read an archive | tar_target_archive tar_target_archive_raw |
| Use tarchives | use_tarchives |
