Package: pins
Type: Package
Title: Pin, Discover and Share Resources
Version: 0.4.0
Authors@R: c(
    person("Javier", "Luraschi", email = "javier@rstudio.com", role = c("aut", "cre")),
    person(family = "RStudio", role = c("cph"))
    )
Maintainer: Javier Luraschi <javier@rstudio.com>
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: 6.1.1
Depends: R (>= 3.2.0)
Imports: backports, base64enc, crayon, digest, filelock, httr,
        jsonlite, magrittr, mime, openssl, rappdirs, withr, yaml, zip
Suggests: callr, covr, data.table, knitr, rmarkdown, R6, tibble,
        testthat, xml2
VignetteBuilder: knitr
URL: https://github.com/rstudio/pins
BugReports: https://github.com/rstudio/pins/issues
NeedsCompilation: no
Packaged: 2020-04-07 18:20:46 UTC; javierluraschi
Author: Javier Luraschi [aut, cre],
  RStudio [cph]
Repository: CRAN
Date/Publication: 2020-04-07 18:50:02 UTC
