forked from STATWORX/helfRlein
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathDESCRIPTION
62 lines (62 loc) · 1.82 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: helfRlein
Title: R-Helper functions
Version: 0.2.2.9000
Authors@R:
c(person(given = "Jakob",
family = "Gepp",
role = c("cre", "aut"),
email = "[email protected]"),
person(given = "Daniel",
family = "Luettgau",
role = "aut",
email = "[email protected]"),
person(given = "Andre",
family = "Bleier",
role = "aut",
email = "[email protected]"),
person(given = "Markus",
family = "Berroth",
role = "ctb",
email = "[email protected]"),
person(given = "Tobias",
family = "Krabel",
role = "aut",
email = "[email protected]"),
person(given = "Martin",
family = "Albers",
role = "aut",
email = "[email protected]"),
person(given = "Robin",
family = "Kraft",
role = "ctb",
email = "[email protected]"),
person(given = "David",
family = "Schlepps",
role = "ctb",
email = "[email protected]"),
person(given = "Oliver",
family = "Guggenbuehl",
role = "ctb",
email = "[email protected]"))
Description: A usefull collection of R helper functions.
License: MIT + file LICENSE
LazyData: true
URL: https://github.com/STATWORX/helfRlein
BugReports: https://github.com/STATWORX/helfRlein/issues
Encoding: UTF-8
Depends:
R (>= 3.3.3)
Suggests:
testthat,
newsmd
Imports:
data.table (>= 1.9),
igraph (>= 1.1.2),
data.tree (>= 0.7.0),
stringr (>= 1.2.0),
RCurl,
readr (>= 1.1.1),
magrittr (>= 1.1.1),
grDevices,
graphics
Date: 2018-12-17