-
Notifications
You must be signed in to change notification settings - Fork 5
/
Copy pathDESCRIPTION
62 lines (62 loc) · 1.52 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
Package: rapbase
Type: Package
Title: Base Functions and Resources for Rapporteket
Version: 1.24.3
Authors@R: c(
person(given = "Are",
family = "Edvardsen",
role = c("aut", "cre"),
email = "biorakel@gmail.com",
comment = c(ORCID = "0000-0002-5210-3656")),
person(given = "Kevin Otto",
family = "Thon",
role = c("aut"),
email = "kevin.thon@helse-nord.no"),
person(given = "Arnfinn Hykkerud",
family = "Steindal",
role = c("aut"),
email = "arnfinn.steindal@gmail.com",
comment = c(ORCID = "0000-0002-4088-7860")))
Maintainer: Arnfinn Hykkerud Steindal <arnfinn.steindal@gmail.com>
Description: Provide common functions and resources for registry specific
R-packages at Rapporteket
<https://rapporteket.github.io/rapporteket/articles/short_introduction.html>.
This package is relevant for developers of packages/registries at
Rapporteket.
License: GPL-3
Encoding: UTF-8
LazyData: true
Depends:
R (>= 3.5.0)
Imports:
blob,
bookdown,
DBI,
digest,
dplyr,
DT,
jsonlite,
kableExtra,
knitr,
magrittr,
readr,
rlang,
RMariaDB,
rmarkdown,
rpivotTable,
sendmailR,
shiny,
shinyalert,
sship (>= 0.9.0),
utils,
yaml
RoxygenNote: 7.2.3
URL: https://github.com/Rapporteket/rapbase
BugReports: https://github.com/Rapporteket/rapbase/issues
Suggests:
httptest,
lifecycle,
rvest,
testthat,
withr
VignetteBuilder: knitr