Install fastrerandomize
To install and load fastrerandomize, follow these steps:
-
Open your preferred R editor.
-
If you haven't installed devtools already, begin by doing so:
install.packages("devtools") -
Install the latest package version from GitHub (a CRAN version is also available):
devtools::install_github(repo = "cjerzak/fastrerandomize-software/fastrerandomize") -
Load the package:
library(fastrerandomize) -
When running code for the first time, create the computational environment:
fastrerandomize::build_backend() -
Rerandomize!
Installation Tips
- Ensure you have R version 4.0 or higher installed.
- The package setup requires Python dependencies which will be automatically installed.
- If you encounter any errors during installation, check our troubleshooting guide.
- For GPU acceleration, make sure you have appropriate CUDA drivers installed.