Package: parSim Title: Parallel Simulator Version: 0.3.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" ) ) ) 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, utils Encoding: UTF-8 Suggests: knitr, rmarkdown, ggplot2, tidyr VignetteBuilder: knitr Repository: https://sachaepskamp.r-universe.dev Date/Publication: 2026-02-25 02:13:54 UTC RemoteUrl: https://github.com/sachaepskamp/parsim RemoteRef: HEAD RemoteSha: f27c8700527e8849f7265c7f4d3f648839b95f88 NeedsCompilation: no Packaged: 2026-05-28 09:11:28 UTC; root Author: Sacha Epskamp [aut, cre] (ORCID: , Website: https://sachaepskamp.com), Xinkai Du [ctb], Mihai Constantin [aut] (ORCID: , Website: https://mihaiconstantin.com) Maintainer: Sacha Epskamp