Package: dynparam
Type: Package
Title: Creating Meta-Information for Parameters
Version: 1.0.2
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: MIT + file LICENSE
LazyData: TRUE
RoxygenNote: 7.1.1
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
NeedsCompilation: no
Packaged: 2021-01-04 15:54:11 UTC; rcannood
Author: Robrecht Cannoodt [aut, cre] (<https://orcid.org/0000-0003-3641-729X>,
    rcannood),
  Wouter Saelens [aut] (<https://orcid.org/0000-0002-7114-6248>, zouter)
Maintainer: Robrecht Cannoodt <rcannood@gmail.com>
Repository: CRAN
Date/Publication: 2021-01-04 23:30:02 UTC
Built: R 4.6.0; ; 2025-08-18 13:24:23 UTC; unix
