Package: tarchives Title: Make Your 'targets' Pipelines into a Package Version: 0.2.0.9000 Authors@R: c( person("Mizuki", "Uchida", , "uchidamizuki@vivaldi.net", role = c("aut", "cre", "cph"), comment = c(ORCID = "0009-0003-6534-6942")) ) Description: 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. License: MIT + file LICENSE Encoding: UTF-8 Imports: callr, cli, fs, rlang (>= 1.1.0), targets, withr Suggests: testthat (>= 3.0.0) Config/testthat/edition: 3 Depends: R (>= 4.0.0) Roxygen: list(markdown = TRUE) URL: https://github.com/UchidaMizuki/tarchives, https://uchidamizuki.github.io/tarchives/ BugReports: https://github.com/UchidaMizuki/tarchives/issues Config/roxygen2/version: 8.0.0 RoxygenNote: 7.3.2 Config/pak/sysreqs: cmake libglpk-dev make libuv1-dev libxml2-dev Repository: https://uchidamizuki.r-universe.dev Date/Publication: 2026-07-12 12:12:36 UTC RemoteUrl: https://github.com/uchidamizuki/tarchives RemoteRef: HEAD RemoteSha: abfd7ca4b37c2ffd6e191543f2f38c53dd17ad0c NeedsCompilation: no Packaged: 2026-07-13 08:41:52 UTC; root Author: Mizuki Uchida [aut, cre, cph] (ORCID: ) Maintainer: Mizuki Uchida