-
Notifications
You must be signed in to change notification settings - Fork 0
/
DESCRIPTION
50 lines (50 loc) · 1.22 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
Package: dynparam
Type: Package
Title: Creating Meta-Information for Parameters
Version: 1.0.0
Authors@R: c(
person(
"Robrecht",
"Cannoodt",
email = "rcannood@gmail.com",
role = c("aut", "cre"),
comment = c(ORCID = "0000-0003-3641-729X", github = "rcannood")
),
person(
"Wouter",
"Saelens",
email = "wouter.saelens@ugent.be",
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: GPL-3
LazyData: TRUE
RoxygenNote: 6.1.1
Roxygen: list(markdown = TRUE)
Encoding: UTF-8
Depends:
R (>= 3.0.0)
Imports:
assertthat,
carrier,
dplyr,
dynutils (>= 1.0.2),
Hmisc,
magrittr,
purrr,
stringr,
testthat,
tibble,
tidyr
Suggests:
ParamHelpers,
lhs
Remotes:
dynverse/dynutils@master