-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathDESCRIPTION
32 lines (32 loc) · 888 Bytes
/
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
Package: rapRegTemplate
Type: Package
Title: Template to be used for Making New Registries at Rapportekt
Version: 1.2.0
Authors@R: c(
person(given = "Are",
family = "Edvardsen",
role = c("aut", "cre"),
email = "[email protected]",
comment = c(ORCID = "0000-0002-5210-3656")))
Maintainer: Are Edvardsen <[email protected]>
Description: Boilerplate R code for making result services for registries at
Rapporteket. May be used as templalte for establishin such services or as
plain exercise for training purposes.
Depends:
R (>= 3.5.0)
Imports:
DT,
magrittr,
rapbase,
shiny,
shinyalert
Remotes:
Rapporteket/rapbase@main
License: GPL-3
Encoding: UTF-8
LazyData: true
RoxygenNote: 7.2.3
URL: http://github.com/Rapporteket/rapRegTemplate
BugReports: http://github.com/Rapporteket/rapRegTemplate/issues
Suggests:
testthat