-
Notifications
You must be signed in to change notification settings - Fork 1
/
DESCRIPTION
40 lines (40 loc) · 1.07 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
Package: rspacer
Type: Package
Title: RSpace API Wrapper
Version: 0.1.0.9001
Authors@R: c(
person("Gerhard", "Burger",
email = "[email protected]",
role = c("aut", "cre"),
comment = c(ORCID = "0000-0003-1062-5576")),
person("Hanneke", "Leegwater",
email = "[email protected]",
role = c("aut"),
comment = c(ORCID = "0000-0001-6003-1544"))
)
Description: Wrapper for the RSpace ELN (<https://www.researchspace.com/>) API. This R package is not developed or endorsed by Research Space.
License: MIT + file LICENSE
Encoding: UTF-8
LazyData: true
Imports:
cli,
curl,
glue,
httr2,
purrr,
stringr,
tibble,
tidyr
Suggests:
knitr,
rmarkdown,
spelling,
testthat (>= 3.0.0)
Config/testthat/edition: 3
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.3.1
Language: en-US
URL: https://github.com/burgerga/rspacer, https://burgerga.github.io/rspacer/
BugReports: https://github.com/burgerga/rspacer/issues
Config/Needs/website: rmarkdown
VignetteBuilder: knitr