Package: pins
Type: Package
Title: Pin, Discover and Share Resources
Version: 0.1.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
  with others in '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: base64enc, httr, jsonlite, magrittr, openssl, withr, yaml, zip
Suggests: knitr, rmarkdown, R6, testthat
VignetteBuilder: knitr
URL: https://github.com/rstudio/pins
BugReports: https://github.com/rstudio/pins/issues
NeedsCompilation: no
Packaged: 2019-08-28 06:38:33 UTC; javierluraschi
Author: Javier Luraschi [aut, cre],
  RStudio [cph]
Repository: CRAN
Date/Publication: 2019-08-28 11:30:02 UTC
