-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathDESCRIPTION
More file actions
47 lines (47 loc) · 1.19 KB
/
DESCRIPTION
File metadata and controls
47 lines (47 loc) · 1.19 KB
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
Package: dynparam
Type: Package
Title: Creating Meta-Information for Parameters
Version: 1.0.2
Authors@R: c(
person(
"Robrecht",
"Cannoodt",
email = "[email protected]",
role = c("aut", "cre"),
comment = c(ORCID = "0000-0003-3641-729X", github = "rcannood")
),
person(
"Wouter",
"Saelens",
email = "[email protected]",
role = c("aut"),
comment = c(ORCID = "0000-0002-7114-6248", github = "zouter")
)
)
URL: https://github.com/dynverse/dynparam
BugReports: https://github.com/dynverse/dynparam/issues
Description: Provides tools for describing parameters of algorithms in an abstract way.
Description can include an id, a description, a domain (range or list of values),
and a default value. 'dynparam' can also convert parameter sets to a 'ParamHelpers' format,
in order to be able to use 'dynparam' in conjunction with 'mlrMBO'.
License: MIT + file LICENSE
LazyData: TRUE
RoxygenNote: 7.1.1
Roxygen: list(markdown = TRUE)
Encoding: UTF-8
Depends:
R (>= 3.0.0)
Imports:
assertthat,
carrier,
dplyr,
dynutils (>= 1.0.2),
magrittr,
purrr,
stringr,
tibble,
tidyr
Suggests:
lhs,
ParamHelpers,
testthat