-
Notifications
You must be signed in to change notification settings - Fork 62
/
DESCRIPTION
76 lines (76 loc) · 1.75 KB
/
DESCRIPTION
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
Type: Package
Package: pins
Title: Pin, Discover, and Share Resources
Version: 1.4.0.9000
Authors@R: c(
person("Julia", "Silge", , "[email protected]", role = c("cre", "aut"),
comment = c(ORCID = "0000-0002-3671-836X")),
person("Hadley", "Wickham", , "[email protected]", role = "aut",
comment = c(ORCID = "0000-0003-4757-117X")),
person("Javier", "Luraschi", , "[email protected]", role = "aut"),
person("Posit Software, PBC", 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'), 'Posit Connect',
'AWS 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.6)
Imports:
cli,
digest,
fs,
generics,
glue,
httr,
jsonlite,
lifecycle,
magrittr,
purrr (>= 1.0.0),
rappdirs,
rlang (>= 1.1.0),
tibble,
whisker,
withr (>= 2.4.3),
yaml
Suggests:
archive,
arrow,
AzureStor,
covr,
data.table,
datasets,
filelock,
gitcreds,
googleCloudStorageR,
googledrive,
httr2,
ids,
knitr,
Microsoft365R,
mime,
mockery,
nanoparquet,
openssl,
paws.storage,
qs,
R.utils,
rmarkdown,
rsconnect,
shiny,
sodium,
testthat (>= 3.1.7),
webfakes (>= 1.2.0),
xml2,
zip
VignetteBuilder:
knitr
Config/Needs/website: tidyverse/tidytemplate
Config/testthat/edition: 3
Encoding: UTF-8
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.3.2