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 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 Config/pak/sysreqs: git libicu-dev Repository: https://dynverse.r-universe.dev Date/Publication: 2025-11-26 10:43:56 UTC RemoteUrl: https://github.com/dynverse/dynparam RemoteRef: HEAD RemoteSha: 3d540cbf0570e58565b428fc3e541eebfec3acf8 NeedsCompilation: no Packaged: 2026-07-03 22:38:44 UTC; root Author: Robrecht Cannoodt [aut, cre] (ORCID: , github: rcannood), Wouter Saelens [aut] (ORCID: , github: zouter) Maintainer: Robrecht Cannoodt