Package: mcstatsim Type: Package Title: Monte Carlo Statistical Simulation Tools Using a Functional Approach Version: 0.5.0 Authors@R: c(person("Imad", "EL BADISY", role = c("aut", "cre","cph"), email = "elbadisyimad@gmail.com")) Description: A lightweight package designed to facilitate statistical simulations through functional programming. It centralizes the simulation process into a single higher-order function, enhancing manageability and usability without adding overhead from external dependencies. The package includes ready-to-use functions for common simulation targets. A detailed example can be found on . License: AGPL (>= 3) Encoding: UTF-8 RoxygenNote: 7.3.1 Imports: pbapply Suggests: testthat (>= 3.0.0) URL: https://github.com/ielbadisy/mcstatsim Config/testthat/edition: 3 Repository: https://ielbadisy.r-universe.dev Date/Publication: 2026-07-12 13:30:10 UTC RemoteUrl: https://github.com/ielbadisy/mcstatsim RemoteRef: HEAD RemoteSha: eff10ae785584517aa1a9db207355790c3e15269 NeedsCompilation: no Packaged: 2026-07-12 14:24:15 UTC; root Author: Imad EL BADISY [aut, cre, cph] Maintainer: Imad EL BADISY