-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathDESCRIPTION
50 lines (50 loc) · 1.06 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
Package: smerte
Type: Package
Title: R-pakke for smerteregisteret
Version: 0.8.0
Authors@R: c(
person(given = "Janne",
family = "Mannseth",
role = c("aut", "cre"),
email = "[email protected]"),
person(given = "Are",
family = "Edvardsen",
role = c("aut"),
email = "[email protected]",
comment = c(ORCID = "0000-0002-5210-3656")))
Maintainer: Janne Mannseth <[email protected]>
Description: Pakke for det nasjonale registeret "Smerteregisteret". Utarbeiding av rapporter for lokale og nasjonale data.
License: GPL-3
Depends:
R (>= 3.5.0)
Imports:
bookdown,
DT,
dplyr,
ggplot2,
gridExtra,
kableExtra,
knitr,
lubridate,
magrittr,
rapbase,
revealjs,
rlang,
rmarkdown,
shiny,
shinyalert,
shinycssloaders,
stringr,
tidyr,
yaml,
zoo
Remotes:
Rapporteket/rapbase@*release
Suggests:
covr,
lintr,
testthat (>= 2.1.0),
RMariaDB
Encoding: UTF-8
LazyData: true
RoxygenNote: 7.2.1