generated from CTU-Basel/pkgTemplateR
-
Notifications
You must be signed in to change notification settings - Fork 4
/
DESCRIPTION
40 lines (40 loc) · 1.09 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: CTUHelpR
Title: Small helper functions used in the CTU Basel
Version: 0.0.3
Author:
c(person(given = "CTUBasel",
role = c("cph")),
person(given = "Pascal",
family = "Benkert",
role = c("aut"),
email = "[email protected]"),
person(given = "Patrick R.",
family = "Wright",
role = c("aut", "cre"),
email = "[email protected]"),
person(given = "Inessa",
family = "Kraft",
role = c("aut"),
email = "[email protected]"),
person(given = "Milica",
family = "Markovic",
role = c("aut"),
email = "[email protected]"))
Maintainer: Patrick R. Wright <[email protected]>
Description: Small helper functions used in the CTU Basel for diverse data wrangling and analysis tasks.
License: MIT + file LICENSE
Encoding: UTF-8
LazyData: true
RoxygenNote: 7.1.0
Depends:
R (>= 3.5)
Imports:
readr
Suggests:
knitr,
lintr,
rmarkdown,
testthat,
badger,
pkgdown
VignetteBuilder: knitr