Package: fz Type: Package Title: R Wrapper for the 'funz-fz' Parametric Simulation Framework Version: 1.1 Authors@R: c( person("Yann", "Richet", email = "yann.richet@asnr.fr", role = c("aut", "cre"), comment = c(ORCID = "0000-0002-5677-8458")) ) Description: 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 for the underlying framework. License: BSD_3_clause + file LICENSE Encoding: UTF-8 Language: en-US RoxygenNote: 7.3.3 SystemRequirements: Python (>= 3.8), funz-fz Python package Imports: reticulate (>= 1.28) Suggests: testthat (>= 3.0.0), knitr, rmarkdown Config/reticulate: list( packages = list( list(package = "funz-fz") ) ) VignetteBuilder: knitr URL: https://github.com/Funz/fz.R BugReports: https://github.com/Funz/fz.R/issues Roxygen: list(markdown = TRUE) Config/pak/sysreqs: libpng-dev python3 Repository: https://funz.r-universe.dev Date/Publication: 2026-06-23 13:40:24 UTC RemoteUrl: https://github.com/funz/fz.r RemoteRef: HEAD RemoteSha: 4e6560fde857249d607ed740282408abc4d4a11d NeedsCompilation: no Packaged: 2026-06-30 09:23:08 UTC; root Author: Yann Richet [aut, cre] (ORCID: ) Maintainer: Yann Richet