-
Notifications
You must be signed in to change notification settings - Fork 7
/
DESCRIPTION
29 lines (29 loc) · 1001 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
Package: BBmisc
Title: Miscellaneous Helper Functions for B. Bischl
Version: 1.13
Authors@R: c(
person("Bernd", "Bischl", , "[email protected]", role = c("aut", "cre")),
person("Michel", "Lang", , "[email protected]", role = "aut"),
person("Jakob", "Bossek", , "[email protected]", role = "aut"),
person("Daniel", "Horn", , "[email protected]", role = "aut"),
person("Jakob", "Richter", , "[email protected]", role = "aut"),
person("Dirk", "Surmann", , "[email protected]", role = "aut")
)
Description: Miscellaneous helper functions for and from B. Bischl and
some other guys, mainly for package development.
License: BSD_2_clause + file LICENSE
URL: https://github.com/berndbischl/BBmisc
BugReports: https://github.com/berndbischl/BBmisc/issues
Imports:
checkmate (>= 1.8.0),
data.table,
methods,
stats,
utils
Suggests:
codetools,
microbenchmark,
testthat
ByteCompile: yes
Encoding: UTF-8
RoxygenNote: 7.2.1