Package: pins
Type: Package
Title: Pin, Discover and Share Resources
Version: 0.4.5
Authors@R: c(
    person("Hadley", "Wickham", role = c("aut", "cre"), email = "hadley@rstudio.com", comment = c(ORCID = "0000-0003-4757-117X")),
    person("Javier", "Luraschi", email = "jluraschi@gmail.com", role = "aut"),
    person(family = "RStudio", role = c("cph"))
    )
Description: Pin remote resources into a local cache to work offline,
  improve speed and avoid recomputing; discover and share resources
  in local folders, 'GitHub', 'Kaggle' or 'RStudio Connect'. Resources can 
  be anything from 'CSV', 'JSON', or image files to arbitrary R objects.
License: Apache License 2.0
Encoding: UTF-8
LazyData: true
RoxygenNote: 7.1.1
Depends: R (>= 3.2.0)
Imports: backports, base64enc, crayon, digest, filelock, fs, httr,
        jsonlite, magrittr, mime, openssl, rappdirs, stats, withr,
        yaml, zip
Suggests: callr, covr, data.table, knitr, rmarkdown, R6, stringi,
        tibble, testthat, xml2
VignetteBuilder: knitr
URL: https://github.com/rstudio/pins
BugReports: https://github.com/rstudio/pins/issues
NeedsCompilation: no
Packaged: 2021-01-04 17:28:13 UTC; javierluraschi
Author: Hadley Wickham [aut, cre] (<https://orcid.org/0000-0003-4757-117X>),
  Javier Luraschi [aut],
  RStudio [cph]
Maintainer: Hadley Wickham <hadley@rstudio.com>
Repository: CRAN
Date/Publication: 2021-01-05 20:00:20 UTC
