-
Notifications
You must be signed in to change notification settings - Fork 8
/
Copy pathDESCRIPTION
39 lines (39 loc) · 1.3 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
Package: helfRlein
Title: R Helper Functions
Version: 1.5.0
Authors@R: c(
person("Jakob", "Gepp", , "[email protected]", role = c("cre", "aut")),
person("Daniel", "Luettgau", , "[email protected]", role = "aut"),
person("Andre", "Bleier", , "[email protected]", role = "aut"),
person("Markus", "Berroth", , "[email protected]", role = "ctb"),
person("Tobias", "Krabel", , "[email protected]", role = "aut"),
person("Martin", "Albers", , "[email protected]", role = "aut"),
person("Robin", "Kraft", , "[email protected]", role = "ctb"),
person("David", "Schlepps", , "[email protected]", role = "ctb"),
person("Oliver", "Guggenbuehl", , "[email protected]", role = "ctb"),
person("Lukas", "Feick", , "[email protected]", role = "aut")
)
Description: A useful collection of R helper functions.
License: MIT + file LICENSE
URL: https://github.com/STATWORX/helfRlein
BugReports: https://github.com/STATWORX/helfRlein/issues
Encoding: UTF-8
Depends:
R (>= 3.5)
Suggests:
desc,
lintr,
networkD3,
newsmd,
rcmdcheck,
remotes,
testthat
Imports:
data.table (>= 1.9),
graphics,
grDevices,
grid,
igraph (>= 1.1.2),
rstudioapi,
utils
Date: 2024-02-09