Package: parSim Title: Parallel Simulator Version: 0.4.0 Authors@R: c( person( given = "Sacha", family = "Epskamp", role = c("aut", "cre"), email = "mail@sachaepskamp.com", comment = c( ORCID = "0000-0003-4884-8118", Website = "https://sachaepskamp.com" ) ), person( given = "Xinkai", family = "Du", role = c("ctb"), email = "xinkai.du.xd@gmail.com" ), person( given = "Mihai", family = "Constantin", role = c("aut"), email = "mihai@mihaiconstantin.com", comment = c( ORCID = "0000-0002-6460-0107", Website = "https://mihaiconstantin.com" ) ), person( given = "Adela Maria", family = "Isvoranu", role = c("ctb"), email = "isvoranu.adela@gmail.com" ) ) Description: Perform flexible simulation studies using one or multiple computer cores. The package is set up to be usable on high-performance clusters in addition to being run locally (i.e., see the package vignettes for more information). License: GPL-2 URL: https://github.com/SachaEpskamp/parSim BugReports: https://github.com/SachaEpskamp/parSim/issues Imports: data.table, dplyr, parabar, parallel, utils Encoding: UTF-8 Suggests: knitr, rmarkdown, ggplot2, tidyr VignetteBuilder: knitr Repository: https://sachaepskamp.r-universe.dev Date/Publication: 2026-07-16 02:47:53 UTC RemoteUrl: https://github.com/sachaepskamp/parsim RemoteRef: HEAD RemoteSha: 68f006bf69d59a3120394b61be7d7ba1b282808a NeedsCompilation: no Packaged: 2026-07-16 04:51:33 UTC; root Author: Sacha Epskamp [aut, cre] (ORCID: , Website: https://sachaepskamp.com), Xinkai Du [ctb], Mihai Constantin [aut] (ORCID: , Website: https://mihaiconstantin.com), Adela Maria Isvoranu [ctb] Maintainer: Sacha Epskamp