Skip to content

Instantly share code, notes, and snippets.

# outline the packages needed for this script
# pak::pkg_install("hadley/requirements")
# requirements::req_file("SNP_saturation.R")
# Input 1-2 sentences that describe what this does, when it was done, and why
if (!requireNamespace("parallel", quietly = TRUE)) {
install.packages("parallel")
}