Type: Package
Package: pins
Title: Pin, Discover and Share Resources
Version: 1.1.0
Authors@R: c(
    person("Julia", "Silge", , "julia.silge@rstudio.com", role = c("cre", "aut"),
           comment = c(ORCID = "0000-0002-3671-836X")),
    person("Hadley", "Wickham", , "hadley@rstudio.com", role = "aut",
           comment = c(ORCID = "0000-0003-4757-117X")),
    person("Javier", "Luraschi", , "jluraschi@gmail.com", role = "aut"),
    person(, "RStudio", role = c("cph", "fnd"))
  )
Description: Publish data sets, models, and other R objects, making it
    easy to share them across projects and with your colleagues. You can
    pin objects to a variety of "boards", including local folders (to
    share on a networked drive or with 'DropBox'), 'RStudio' connect,
    Amazon S3, and more.
License: Apache License (>= 2)
URL: https://pins.rstudio.com/, https://github.com/rstudio/pins-r
BugReports: https://github.com/rstudio/pins-r/issues
Depends: 
    R (>= 3.3.0)
Imports:
    cli,
    digest,
    ellipsis,
    filelock,
    fs,
    generics,
    glue,
    httr,
    jsonlite,
    lifecycle,
    magrittr,
    mime,
    openssl,
    rappdirs,
    rlang (>= 0.4.10),
    tibble,
    whisker,
    withr (>= 2.4.3),
    yaml,
    zip
Suggests:
    archive,
    arrow,
    AzureStor,
    data.table,
    datasets,
    gitcreds,
    googleCloudStorageR,
    knitr,
    Microsoft365R,
    mockery,
    paws.storage,
    qs,
    R.utils,
    rmarkdown,
    rsconnect,
    shiny,
    sodium,
    testthat (>= 3.0.0),
    webfakes,
    xml2
VignetteBuilder: 
    knitr
Config/testthat/edition: 3
Encoding: UTF-8
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.2.3
