-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathDESCRIPTION
More file actions
58 lines (58 loc) · 1.56 KB
/
DESCRIPTION
File metadata and controls
58 lines (58 loc) · 1.56 KB
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
Package: rspacer
Type: Package
Title: 'RSpace' API Wrapper
Version: 0.3.1.9000
Authors@R: c(
person("Gerhard", "Burger",
email = "burger.ga@gmail.com",
role = c("aut", "cre"),
comment = c(ORCID = "0000-0003-1062-5576")),
person("Hanneke", "Leegwater",
email = "h.leegwater@lacdr.leidenuniv.nl",
role = c("aut"),
comment = c(ORCID = "0000-0001-6003-1544")),
person("Leiden University", role = c("cph", "fnd"),
comment = c(ROR = "027bh9e22"))
)
Description: Wrapper for the 'RSpace' Electronic Lab Notebook (<https://www.researchspace.com/>)
API. This packages provides convenience functions to browse, search, create,
and edit your 'RSpace' documents. In addition, it enables filling 'RSpace' templates
from R Markdown/Quarto templates or tabular data (e.g., 'Excel' files).
This R package is not developed or endorsed by 'Research Space'.
License: MIT + file LICENSE
Encoding: UTF-8
Depends:
R (>= 4.1.0)
Imports:
cli,
curl,
dplyr,
fs,
glue,
httr2 (>= 1.1.0),
purrr,
readr,
readxl,
rlang,
rvest,
stringr,
tibble,
tidyr,
xml2,
lubridate
Suggests:
quarto,
knitr,
rmarkdown,
spelling,
testthat (>= 3.0.0),
usethis
Config/testthat/edition: 3
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.3.2
Language: en-US
URL: https://github.com/lacdr/rspacer, https://lacdr.github.io/rspacer/
BugReports: https://github.com/lacdr/rspacer/issues
Config/Needs/website: rmarkdown
VignetteBuilder:
quarto