Package: git2rdata
Title: Store and Retrieve Data.frames in a Git Repository
Version: 0.0.3
Authors@R: c(
  person(
    "Thierry", "Onkelinx", role = c("aut", "cre"), 
    email = "thierry.onkelinx@inbo.be", 
    comment = c(ORCID = "0000-0001-8804-4216")),
  person(
    "Floris", "Vanderhaeghe", role = "ctb", 
    email = "floris.vanderhaeghe@inbo.be", 
    comment = c(ORCID = "0000-0002-6378-6229")),
  person(
    "Research Institute for Nature and Forest",
    role = c("cph", "fnd"), email = "info@inbo.be"))
Description: Make versioning of data.frame easy and efficient using git repositories.
Depends: R (>= 3.4.0)
Imports:
  assertthat,
  git2r (>= 0.23.0),
  methods,
  yaml
Suggests:
  ggplot2,
  knitr,
  microbenchmark,
  rmarkdown,
  testthat
License: GPL-3
Encoding: UTF-8
LazyData: true
Roxygen: list(markdown = TRUE)
RoxygenNote: 6.1.1
URL: https://github.com/inbo/git2rdata, https://doi.org/10.5281/zenodo.1485309
BugReports: https://github.com/inbo/git2rdata/issues
Collate:
    'clean_data_path.R'
    'git2rdata-package.R'
    'list_data.R'
    'meta.R'
    'write_vc.R'
    'prune.R'
    'read_vc.R'
    'recent_commit.R'
    'reexport.R'
    'relabel.R'
VignetteBuilder: knitr
