Package: fz 1.1
fz: R Wrapper for the 'funz-fz' Parametric Simulation Framework
Provides R bindings to the 'funz-fz' Python package using 'reticulate'. The 'fz' framework wraps arbitrary simulation codes to run parameter sweeps, design-of-experiments studies, and iterative algorithm-driven analyses by substituting variable placeholders in text input files and collecting outputs into data frames. Calculators can run locally (shell), over SSH, or on 'SLURM' clusters. See <https://github.com/Funz/fz> for the underlying framework.
Authors:
fz_1.1.tar.gz
fz_1.1.tar.gz(r-4.7-any)fz_1.1.tar.gz(r-4.6-any)
fz_1.1.tgz(r-4.6-emscripten)
manual.pdf |manual.html✨
DESCRIPTION |NEWS
card.svg |card.png
fz/json (API)
| # Install 'fz' in R: |
| install.packages('fz', repos = c('https://cran.r-universe.dev', 'https://cloud.r-project.org')) |
Bug tracker:https://github.com/funz/fz.r/issues
Last updated from:8fe6bc4889. Checks:4 OK. Indexed: yes.
| Target | Result | Time | Files | Syslog |
|---|---|---|---|---|
| linux-devel-x86_64 | OK | 150 | ||
| source / vignettes | OK | 177 | ||
| linux-release-x86_64 | OK | 193 | ||
| wasm-release | OK | 155 |
Exports:fz_availablefz_installfzcfzdfzifzlfzofzrget_configget_interpreterget_log_levelinstallinstall_algorithminstall_modellist_installed_algorithmslist_installed_modelslist_modelsprint_configreload_configset_interpreterset_log_leveluninstalluninstall_algorithmuninstall_model
Dependencies:herejsonlitelatticeMatrixpngrappdirsRcppRcppTOMLreticulaterlangrprojrootwithr
Readme and manuals
Help Manual
| Help page | Topics |
|---|---|
| Check if fz Python Package is Available | fz_available |
| Install the fz Python Package | fz_install |
| fzc Function | fzc |
| fzd Function | fzd |
| fzi Function | fzi |
| fzl Function | fzl |
| fzo Function | fzo |
| fzr Function | fzr |
| Get the Global Configuration | get_config |
| Get the Current Interpreter | get_interpreter |
| Get the Current Log Level | get_log_level |
| Install a Model or Algorithm (generic) | install |
| Install an Algorithm | install_algorithm |
| Install a Model | install_model |
| List Installed Algorithms | list_installed_algorithms |
| List Installed Models | list_installed_models |
| List Installed Models (alias) | list_models |
| Print the Current Configuration | print_config |
| Reload Configuration from Environment Variables | reload_config |
| Set the Interpreter | set_interpreter |
| Set the Log Level | set_log_level |
| Uninstall a Model (generic) | uninstall |
| Uninstall an Algorithm | uninstall_algorithm |
| Uninstall a Model | uninstall_model |
