Package: dynparam 1.0.0
dynparam: Creating Meta-Information for Parameters
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'.
Authors:
dynparam_1.0.0.tar.gz
dynparam_1.0.0.zip(r-4.5)dynparam_1.0.0.zip(r-4.4)dynparam_1.0.0.zip(r-4.3)
dynparam_1.0.0.tgz(r-4.4-any)dynparam_1.0.0.tgz(r-4.3-any)
dynparam_1.0.0.tar.gz(r-4.5-noble)dynparam_1.0.0.tar.gz(r-4.4-noble)
dynparam_1.0.0.tgz(r-4.4-emscripten)dynparam_1.0.0.tgz(r-4.3-emscripten)
dynparam.pdf |dynparam.html✨
dynparam/json (API)
NEWS
# Install 'dynparam' in R: |
install.packages('dynparam', repos = c('https://dynverse.r-universe.dev', 'https://cloud.r-project.org')) |
Bug tracker:https://github.com/dynverse/dynparam/issues
Last updated 6 years agofrom:0979184fec. Checks:OK: 1 ERROR: 6. Indexed: yes.
Target | Result | Date |
---|---|---|
Doc / Vignettes | OK | Oct 25 2024 |
R-4.5-win | ERROR | Oct 25 2024 |
R-4.5-linux | ERROR | Oct 25 2024 |
R-4.4-win | ERROR | Oct 25 2024 |
R-4.4-mac | ERROR | Oct 25 2024 |
R-4.3-win | ERROR | Oct 25 2024 |
R-4.3-mac | ERROR | Oct 25 2024 |
Exports:as_descriptive_tibbleas_distributionas_parameteras_parameter_setas_paramhelpercharacter_parameterdistribution_functionexpuniform_distributionget_defaultsget_descriptioninteger_parameterinteger_range_parameteris_distributionis_parameteris_parameter_setlogical_parameternormal_distributionnumeric_parameternumeric_range_parameterparameterparameter_setquantile_functionsipsubset_parameteruniform_distribution
Dependencies:assertthatbackportsbase64encbriobslibcachemcallrcarriercheckmatecliclustercolorspacecpp11crayondata.tabledescdiffobjdigestdplyrdynutilsevaluatefansifarverfastmapfontawesomeforeignFormulafsgenericsggplot2gluegridExtragtablehighrHmischtmlTablehtmltoolshtmlwidgetsisobandjquerylibjsonliteknitrlabelinglatticelifecyclelobstrmagrittrMASSMatrixmemoisemgcvmimemunsellnlmennetpillarpkgbuildpkgconfigpkgloadpraiseprettyunitsprocessxproxyCpspurrrR6rappdirsRColorBrewerRcppRcppArmadillorematch2remotesrlangrmarkdownrpartrprojrootrstudioapisassscalesstringistringrtestthattibbletidyrtidyselecttinytexutf8vctrsviridisviridisLitewaldowithrxfunyaml
Readme and manuals
Help Manual
Help page | Topics |
---|---|
Define a character / string parameter | character_parameter |
A helper function for collapsing a set | collapse_set |
Defining, serialising and printing distributions | as.list.distribution as_distribution distribution distribution_function is_distribution quantile_function |
Creating meta-information for parameters | dynparam-package dynparam |
Exponentially scaled uniform distribution. | expuniform_distribution |
Get a description of the parameter | get_description |
Define a integer parameter | integer_parameter |
Define a integer range parameter | integer_range_parameter |
Define a logical parameter | logical_parameter |
Normal distribution | normal_distribution |
Define a numeric parameter | numeric_parameter |
Define a numeric range parameter | numeric_range_parameter |
Defining, serialising and printing parameters | as.list.parameter as_descriptive_tibble as_parameter is_parameter parameter |
Parameter set helper functions | as.list.parameter_set as_parameter_set as_paramhelper get_defaults is_parameter_set parameter_set sip |
Define a range parameter | range_parameter |
Define a subset parameter | subset_parameter |
Uniform distribution | uniform_distribution |