Package: gittargets
Title: Data Version Control for the Targets Package
Description: In computationally demanding data analysis pipelines,
  the 'targets' R package (2021, <doi:10.21105/joss.02959>) maintains
  an up-to-date set of results while skipping tasks that do not need to rerun.
  This process increases speed and increases trust in the final end product.
  However, it also overwrites old output with new output, and past
  results disappear by default. To preserve historical output, the 'gittargets'
  package captures version-controlled snapshots of the data store,
  and each snapshot links to the underlying commit of the source code.
  That way, when the user rolls back the code to a previous branch or commit,
  'gittargets' can recover the data contemporaneous with that commit so that
  all targets remain up to date.
Version: 0.0.6
License: MIT + file LICENSE
URL: https://docs.ropensci.org/gittargets/,
        https://github.com/ropensci/gittargets
BugReports: https://github.com/ropensci/gittargets/issues
Authors@R: c(
  person(
    given = c("William", "Michael"),
    family = "Landau",
    role = c("aut", "cre"),
    email = "will.landau@gmail.com",
    comment = c(ORCID = "0000-0003-1878-3253")
  ),
  person(
    given = "Saras",
    family = "Windecker",
    role = "rev", 
    email = "saras.windecker@gmail.com"
  ),
  person(
    given = "David",
    family = "Neuzerling",
    role = "rev",
    email = "david@neuzerling.com"
  ),
  person(
    family = "Eli Lilly and Company",
    role = "cph"
  ))
Depends: R (>= 3.5.0)
Imports: callr (>= 3.0.0), cli (>= 3.1.0), data.table (>= 1.12.8), gert
        (>= 1.0.0), processx (>= 3.0.0), stats, targets (>= 0.6.0),
        tibble (>= 3.0.0), utils, uuid (>= 0.1.4)
Suggests: knitr (>= 1.30), markdown (>= 1.1), rmarkdown (>= 2.4),
        testthat (>= 3.0.0)
SystemRequirements: Git (>= 2.0.0)
Encoding: UTF-8
Language: en-US
VignetteBuilder: knitr
Config/testthat/edition: 3
RoxygenNote: 7.2.3
NeedsCompilation: no
Packaged: 2023-02-09 14:29:13 UTC; c240390
Author: William Michael Landau [aut, cre]
    (<https://orcid.org/0000-0003-1878-3253>),
  Saras Windecker [rev],
  David Neuzerling [rev],
  Eli Lilly and Company [cph]
Maintainer: William Michael Landau <will.landau@gmail.com>
Repository: CRAN
Date/Publication: 2023-02-09 14:50:02 UTC
Built: R 4.1.3; ; 2023-04-17 17:00:34 UTC; windows
