{
  "_id": "6a1be4451d7bb097a0a19527",
  "Package": "gittargets",
  "Title": "Data Version Control for the Targets Package",
  "Description": "In computationally demanding data analysis pipelines, the\n'targets' R package (2021, <doi:10.21105/joss.02959>) maintains\nan up-to-date set of results while skipping tasks that do not\nneed to rerun. This process increases speed and increases trust\nin the final end product. However, it also overwrites old\noutput with new output, and past results disappear by default.\nTo preserve historical output, the 'gittargets' package\ncaptures version-controlled snapshots of the data store, and\neach snapshot links to the underlying commit of the source\ncode. That way, when the user rolls back the code to a previous\nbranch or commit, 'gittargets' can recover the data\ncontemporaneous with that commit so that all targets remain up\nto date.",
  "Version": "0.0.7.9000",
  "License": "MIT + file LICENSE",
  "URL": "https://docs.ropensci.org/gittargets/,\nhttps://github.com/ropensci/gittargets",
  "BugReports": "https://github.com/ropensci/gittargets/issues",
  "Authors@R": "c(\nperson(\ngiven = c(\"William\", \"Michael\"),\nfamily = \"Landau\",\nrole = c(\"aut\", \"cre\"),\nemail = \"will.landau.oss@gmail.com\",\ncomment = c(ORCID = \"0000-0003-1878-3253\")\n),\nperson(\ngiven = \"Saras\",\nfamily = \"Windecker\",\nrole = \"rev\",\nemail = \"saras.windecker@gmail.com\"\n),\nperson(\ngiven = \"David\",\nfamily = \"Neuzerling\",\nrole = \"rev\",\nemail = \"david@neuzerling.com\"\n),\nperson(\nfamily = \"Eli Lilly and Company\",\nrole = \"cph\"\n))",
  "SystemRequirements": "Git (>= 2.0.0)",
  "Encoding": "UTF-8",
  "Language": "en-US",
  "VignetteBuilder": "knitr",
  "Config/testthat/edition": "3",
  "Roxygen": "list(markdown = TRUE)",
  "RoxygenNote": "7.2.3",
  "Config/pak/sysreqs": "git libglpk-dev libxml2-dev libssl-dev",
  "Repository": "https://ropensci.r-universe.dev",
  "Date/Publication": "2024-07-17 17:34:55 UTC",
  "RemoteUrl": "https://github.com/ropensci/gittargets",
  "RemoteRef": "main",
  "RemoteSha": "c678c41c0f2e4357e817eb61c3a35f1bdbc305f3",
  "NeedsCompilation": "no",
  "Packaged": {
    "Date": "2026-05-31 06:48:06 UTC",
    "User": "root"
  },
  "Author": "William Michael Landau [aut, cre] (ORCID:\n<https://orcid.org/0000-0003-1878-3253>),\nSaras Windecker [rev],\nDavid Neuzerling [rev],\nEli Lilly and Company [cph]",
  "Maintainer": "William Michael Landau <will.landau.oss@gmail.com>",
  "MD5sum": "69076a46b39057f120be3b8c73f3fda4",
  "_user": "ropensci",
  "_type": "src",
  "_file": "gittargets_0.0.7.9000.tar.gz",
  "_fileid": "d1a3277bcc31686b16d0f41c0ea6d854a6f87112fd6abcead6f4c3d3cffa8667",
  "_filesize": 520577,
  "_sha256": "d1a3277bcc31686b16d0f41c0ea6d854a6f87112fd6abcead6f4c3d3cffa8667",
  "_created": "2026-05-31T06:48:06.000Z",
  "_published": "2026-05-31T07:33:25.730Z",
  "_distro": "noble",
  "_jobs": [
    {
      "job": 78706601251,
      "time": 170,
      "config": "linux-devel-x86_64",
      "r": "4.7.0",
      "check": "OK",
      "artifact": "7314568240"
    },
    {
      "job": 78706601267,
      "time": 142,
      "config": "linux-release-x86_64",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7314565440"
    },
    {
      "job": 78706601242,
      "time": 119,
      "config": "macos-oldrel-arm64",
      "r": "4.5.3",
      "check": "OK",
      "artifact": "7314845323"
    },
    {
      "job": 78706601238,
      "time": 114,
      "config": "macos-release-arm64",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7314842377"
    },
    {
      "job": 78706381246,
      "time": 158,
      "config": "pkgdown",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7314540532"
    },
    {
      "job": 78706381245,
      "time": 261,
      "config": "source",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7314550446"
    },
    {
      "job": 78706601246,
      "time": 125,
      "config": "wasm-release",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7314563527"
    },
    {
      "job": 78706601294,
      "time": 90,
      "config": "windows-devel",
      "r": "4.7.0",
      "check": "OK",
      "artifact": "7314560092"
    },
    {
      "job": 78706601301,
      "time": 102,
      "config": "windows-oldrel",
      "r": "4.5.3",
      "check": "OK",
      "artifact": "7314561287"
    },
    {
      "job": 78706601264,
      "time": 109,
      "config": "windows-release",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7314562367"
    }
  ],
  "_buildurl": "https://github.com/r-universe/ropensci/actions/runs/26705661272",
  "_status": "success",
  "_host": "GitHub-Actions",
  "_upstream": "https://github.com/ropensci/gittargets",
  "_commit": {
    "id": "c678c41c0f2e4357e817eb61c3a35f1bdbc305f3",
    "author": "Will Landau <1580860+wlandau@users.noreply.github.com>",
    "committer": "GitHub <noreply@github.com>",
    "message": "Merge pull request #17 from ropensci/pkgdown\n\ndocs: fix pkgdown config",
    "time": 1721237695
  },
  "_maintainer": {
    "name": "William Michael Landau",
    "email": "will.landau.oss@gmail.com",
    "login": "wlandau",
    "orcid": "0000-0003-1878-3253",
    "twitter": "@wmlandau",
    "description": "Statistician and developer",
    "uuid": 1580860
  },
  "_registered": true,
  "_dependencies": [
    {
      "package": "R",
      "version": ">= 3.5.0",
      "role": "Depends"
    },
    {
      "package": "callr",
      "version": ">= 3.0.0",
      "role": "Imports"
    },
    {
      "package": "cli",
      "version": ">= 3.1.0",
      "role": "Imports"
    },
    {
      "package": "data.table",
      "version": ">= 1.12.8",
      "role": "Imports"
    },
    {
      "package": "gert",
      "version": ">= 1.0.0",
      "role": "Imports"
    },
    {
      "package": "processx",
      "version": ">= 3.0.0",
      "role": "Imports"
    },
    {
      "package": "stats",
      "role": "Imports"
    },
    {
      "package": "targets",
      "version": ">= 0.6.0",
      "role": "Imports"
    },
    {
      "package": "tibble",
      "version": ">= 3.0.0",
      "role": "Imports"
    },
    {
      "package": "utils",
      "role": "Imports"
    },
    {
      "package": "uuid",
      "version": ">= 0.1.4",
      "role": "Imports"
    },
    {
      "package": "knitr",
      "version": ">= 1.30",
      "role": "Suggests"
    },
    {
      "package": "markdown",
      "version": ">= 1.1",
      "role": "Suggests"
    },
    {
      "package": "rmarkdown",
      "version": ">= 2.4",
      "role": "Suggests"
    },
    {
      "package": "testthat",
      "version": ">= 3.0.0",
      "role": "Suggests"
    }
  ],
  "_owner": "ropensci",
  "_selfowned": true,
  "_usedby": 0,
  "_updates": [],
  "_tags": [],
  "_topics": [
    "data-science",
    "data-version-control",
    "data-versioning",
    "reproducibility",
    "reproducible-research",
    "targets",
    "workflow"
  ],
  "_stars": 89,
  "_contributors": [
    {
      "user": "wlandau",
      "count": 217,
      "uuid": 1580860
    },
    {
      "user": "wlandau-lilly",
      "count": 6,
      "uuid": 22958003
    },
    {
      "user": "maelle",
      "count": 1,
      "uuid": 8360597
    }
  ],
  "_userbio": {
    "uuid": 1200269,
    "type": "organization",
    "name": "rOpenSci",
    "description": "Tools and R Packages for Open Science"
  },
  "_downloads": {
    "count": 677,
    "source": "https://cranlogs.r-pkg.org/downloads/total/last-month/gittargets"
  },
  "_devurl": "https://github.com/ropensci/gittargets",
  "_pkgdown": "https://docs.ropensci.org/gittargets/",
  "_searchresults": 12,
  "_metadata": {
    "review": {
      "id": 486,
      "status": "reviewed",
      "version": "0.0.0.9000",
      "organization": "rOpenSci Software Review",
      "url": "https://github.com/ropensci/software-review/issues/486"
    },
    "ropensci_category": "scalereprod"
  },
  "_rbuild": "4.6.0",
  "_assets": [
    "extra/citation.cff",
    "extra/citation.html",
    "extra/citation.json",
    "extra/citation.txt",
    "extra/contents.json",
    "extra/gittargets.html",
    "extra/NEWS.html",
    "extra/NEWS.txt",
    "extra/readme.html",
    "extra/readme.md",
    "manual.pdf"
  ],
  "_homeurl": "https://github.com/ropensci/gittargets",
  "_realowner": "ropensci",
  "_cranurl": true,
  "_releases": [
    {
      "version": "0.0.1",
      "date": "2022-01-13"
    },
    {
      "version": "0.0.3",
      "date": "2022-02-13"
    },
    {
      "version": "0.0.4",
      "date": "2022-08-05"
    },
    {
      "version": "0.0.5",
      "date": "2022-09-06"
    },
    {
      "version": "0.0.6",
      "date": "2023-02-09"
    },
    {
      "version": "0.0.7",
      "date": "2023-12-04"
    }
  ],
  "_exports": [
    "tar_git_checkout",
    "tar_git_init",
    "tar_git_log",
    "tar_git_ok",
    "tar_git_snapshot",
    "tar_git_status",
    "tar_git_status_code",
    "tar_git_status_data",
    "tar_git_status_targets"
  ],
  "_help": [
    {
      "page": "gittargets-package",
      "title": "targets: Dynamic Function-Oriented Make-Like Declarative Pipelines for R",
      "concept": [
        "help"
      ],
      "topics": [
        "gittargets-package"
      ]
    },
    {
      "page": "tar_git_checkout",
      "title": "Check out a snapshot of the data (Git)",
      "concept": [
        "git"
      ],
      "topics": [
        "tar_git_checkout"
      ]
    },
    {
      "page": "tar_git_init",
      "title": "Initialize a data repository (Git).",
      "concept": [
        "git"
      ],
      "topics": [
        "tar_git_init"
      ]
    },
    {
      "page": "tar_git_log",
      "title": "Data snapshots of a code branch (Git)",
      "concept": [
        "git"
      ],
      "topics": [
        "tar_git_log"
      ]
    },
    {
      "page": "tar_git_ok",
      "title": "Check Git",
      "concept": [
        "git"
      ],
      "topics": [
        "tar_git_ok"
      ]
    },
    {
      "page": "tar_git_snapshot",
      "title": "Snapshot the data repository (Git).",
      "concept": [
        "git"
      ],
      "topics": [
        "tar_git_snapshot"
      ]
    },
    {
      "page": "tar_git_status",
      "title": "Status of the project (Git)",
      "concept": [
        "git"
      ],
      "topics": [
        "tar_git_status"
      ]
    },
    {
      "page": "tar_git_status_code",
      "title": "Status of the code repository (Git)",
      "concept": [
        "git"
      ],
      "topics": [
        "tar_git_status_code"
      ]
    },
    {
      "page": "tar_git_status_data",
      "title": "Status of the data repository (Git)",
      "concept": [
        "git"
      ],
      "topics": [
        "tar_git_status_data"
      ]
    },
    {
      "page": "tar_git_status_targets",
      "title": "Status of the targets (Git)",
      "concept": [
        "git"
      ],
      "topics": [
        "tar_git_status_targets"
      ]
    }
  ],
  "_pkglogo": "https://github.com/ropensci/gittargets/raw/main/man/figures/logo.png",
  "_readme": "https://github.com/ropensci/gittargets/raw/main/README.md",
  "_rundeps": [
    "askpass",
    "backports",
    "base64url",
    "callr",
    "cli",
    "codetools",
    "cpp11",
    "credentials",
    "curl",
    "data.table",
    "evaluate",
    "gert",
    "glue",
    "highr",
    "igraph",
    "jsonlite",
    "knitr",
    "lattice",
    "lifecycle",
    "magrittr",
    "Matrix",
    "openssl",
    "pillar",
    "pkgconfig",
    "prettyunits",
    "processx",
    "ps",
    "R6",
    "rlang",
    "rstudioapi",
    "secretbase",
    "sys",
    "targets",
    "tibble",
    "tidyselect",
    "utf8",
    "uuid",
    "vctrs",
    "withr",
    "xfun",
    "yaml",
    "zip"
  ],
  "_vignettes": [
    {
      "source": "git.Rmd",
      "filename": "git.html",
      "title": "Tutorial: Git data backend",
      "engine": "knitr::rmarkdown",
      "headings": [
        "Installation",
        "Remotes",
        "Overall workflow",
        "Create code",
        "Run pipeline",
        "Commit code",
        "Snapshot data",
        "Snapshot model",
        "Repeat",
        "View log",
        "Check out code",
        "Check out data",
        "Merges",
        "Custom data files",
        "Performance"
      ],
      "created": "2021-11-13 22:33:15",
      "modified": "2023-02-09 14:04:40",
      "commits": 30
    }
  ],
  "_score": 6.0285712526925375,
  "_indexed": true,
  "_nocasepkg": "gittargets",
  "_universes": [
    "ropensci",
    "wlandau"
  ],
  "_binaries": [
    {
      "r": "4.7.0",
      "os": "linux",
      "version": "0.0.7.9000",
      "date": "2026-05-31T06:51:01.000Z",
      "distro": "noble",
      "commit": "c678c41c0f2e4357e817eb61c3a35f1bdbc305f3",
      "fileid": "e3f2cf9484ecd4355763b5ad51dc4a47c6a281759640279ea5aadf8b9a3df938",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/ropensci/actions/runs/26705661272"
    },
    {
      "r": "4.6.0",
      "os": "linux",
      "version": "0.0.7.9000",
      "date": "2026-05-31T06:50:26.000Z",
      "distro": "noble",
      "commit": "c678c41c0f2e4357e817eb61c3a35f1bdbc305f3",
      "fileid": "0fe259ef734984db3e0010452228845d0689540b2fbca62339b2fdb0ea2af419",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/ropensci/actions/runs/26705661272"
    },
    {
      "r": "4.5.3",
      "os": "mac",
      "version": "0.0.7.9000",
      "date": "2026-05-31T07:32:31.000Z",
      "commit": "c678c41c0f2e4357e817eb61c3a35f1bdbc305f3",
      "fileid": "15ca8c9f4cecad3ce933559fd7fccc562805fc8d2df092c175a960d18f004dcb",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/ropensci/actions/runs/26705661272"
    },
    {
      "r": "4.6.0",
      "os": "mac",
      "version": "0.0.7.9000",
      "date": "2026-05-31T07:32:12.000Z",
      "commit": "c678c41c0f2e4357e817eb61c3a35f1bdbc305f3",
      "fileid": "934f3a6cf39667324632b8285ee131ab31248819dbb1ccdd2edef8804b6b9987",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/ropensci/actions/runs/26705661272"
    },
    {
      "r": "4.6.0",
      "os": "wasm",
      "version": "0.0.7.9000",
      "date": "2026-05-31T06:50:33.000Z",
      "commit": "c678c41c0f2e4357e817eb61c3a35f1bdbc305f3",
      "fileid": "31f75693917d5fc0f084e7633f1d7f3b6d720b0f4c00fedcdf3687559fd35765",
      "status": "success",
      "buildurl": "https://github.com/r-universe/ropensci/actions/runs/26705661272"
    },
    {
      "r": "4.7.0",
      "os": "win",
      "version": "0.0.7.9000",
      "date": "2026-05-31T06:49:32.000Z",
      "commit": "c678c41c0f2e4357e817eb61c3a35f1bdbc305f3",
      "fileid": "6ceb7e415a390df2e2c851a4218c3f5017d82434e11509fd986b4eb0e7fab5e7",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/ropensci/actions/runs/26705661272"
    },
    {
      "r": "4.5.3",
      "os": "win",
      "version": "0.0.7.9000",
      "date": "2026-05-31T06:49:36.000Z",
      "commit": "c678c41c0f2e4357e817eb61c3a35f1bdbc305f3",
      "fileid": "458b3c82081a955e2d07c264c99b8a311528d982ef107120f23898a3841d9da8",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/ropensci/actions/runs/26705661272"
    },
    {
      "r": "4.6.0",
      "os": "win",
      "version": "0.0.7.9000",
      "date": "2026-05-31T06:49:47.000Z",
      "commit": "c678c41c0f2e4357e817eb61c3a35f1bdbc305f3",
      "fileid": "c4c27a218e465df26ac4417815cb48d6fdf9c70f762a15b9c77b4d55f5f2239f",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/ropensci/actions/runs/26705661272"
    }
  ]
}