-
Notifications
You must be signed in to change notification settings - Fork 29
/
Copy pathDESCRIPTION
54 lines (54 loc) · 1.72 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
Package: osfr
Title: Interface to the 'Open Science Framework' ('OSF')
Version: 0.2.9
Authors@R: c(
person("Aaron", "Wolen",, "[email protected]", role = c("aut", "cre"),
comment = c(ORCID = "0000-0003-2542-2202")),
person("Chris","Hartgerink",, "[email protected]", role = "aut",
comment = c(ORCID = "0000-0003-1050-6809")),
person("Timothy", "York",, "[email protected]", role = "ctb",
comment = c(ORCID = "0000-0003-4068-4286")),
person("Ryan", "Hafen",, "[email protected]", role = "ctb"),
person("Brian", "Richards",, "[email protected]", role = "ctb"),
person("Courtney", "Soderberg",, "[email protected]", role = "ctb",
comment = c(ORCID = "0000-0003-1227-7042")),
person("Carl", "Boettiger",, "[email protected]", role = "rev",
comment = c(ORCID = "0000-0002-1642-628X")),
person("Heidi", "Seibold",, "[email protected]", role = "rev")
)
Description: An interface for interacting with 'OSF' (<https://osf.io>). 'osfr'
enables you to access open research materials and data, or create and
manage your own private or public projects.
Depends: R (>= 3.1.0)
Imports:
crul (>= 0.7.4),
jsonlite,
stringi,
purrr,
tibble (>= 3.0.0),
rlang,
fs (>= 1.3.0),
memoise,
httr
License: MIT + file LICENSE
URL:
https://docs.ropensci.org/osfr/,
https://github.com/ropensci/osfr
BugReports: https://github.com/ropensci/osfr/issues
Suggests:
dplyr,
logger,
rprojroot,
brio,
testthat,
knitr,
rmarkdown,
lintr (>= 2.0),
covr,
spelling,
vcr (>= 0.5)
Encoding: UTF-8
Language: en-US
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.2.1
VignetteBuilder: knitr