Package: tarchives 0.2.0.9000
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.9000.tar.gz
tarchives_0.2.0.9000.zip(r-4.7)tarchives_0.2.0.9000.zip(r-4.6)tarchives_0.2.0.9000.zip(r-4.5)
tarchives_0.2.0.9000.tgz(r-4.6-any)tarchives_0.2.0.9000.tgz(r-4.5-any)
tarchives_0.2.0.9000.tar.gz(r-4.7-any)tarchives_0.2.0.9000.tar.gz(r-4.6-any)
tarchives_0.2.0.9000.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://uchidamizuki.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:abfd7ca4b3. Checks:9 OK. Indexed: yes.
| Target | Result | Time | Files | Syslog |
|---|---|---|---|---|
| linux-devel-x86_64 | OK | 151 | ||
| source / vignettes | OK | 182 | ||
| linux-release-x86_64 | OK | 133 | ||
| macos-release-arm64 | OK | 140 | ||
| macos-oldrel-arm64 | OK | 82 | ||
| windows-devel | OK | 95 | ||
| windows-release | OK | 96 | ||
| windows-oldrel | OK | 157 | ||
| wasm-release | OK | 179 |
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 |
