The hardware and bandwidth for this mirror is donated by METANET, the Webhosting and Full Service-Cloud Provider.
If you wish to report a bug, or if you are interested in having us mirror your free-software or open-source project, please feel free to contact us at mirror[@]metanet.ch.
The mplusParallel.automation
package provides
parallelized automation for Mplus when using R as the data generation
method. At present, it supports a specific set of functionalities
designed to integrate with Mplus, and uses several underlying packages
for its operations, including doParallel
,
dplyr
, furrr
, future
, and
MplusAutomation
. This package is currently in the
developmental stage and is not available on CRAN. However, you can
install it directly from GitHub:
```r if (!require(“remotes”)) { install.packages(“remotes”) } remotes::install_github(“jakewplantz/mplusParallel.automation”)
These binaries (installable software) and packages are in development.
They may not be fully stable and should be used with caution. We make no claims about them.