This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# 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") | |
} |