-
Notifications
You must be signed in to change notification settings - Fork 11
2 Installing PrimerMiner
Bazza-Carter edited this page Jul 13, 2022
·
5 revisions
Youtube video tutorial: Downloading and installing PrimerMiner!
Download the latest PrimerMiner version from the releases! PrimerMiner is an R package, the R software can be download here.
From within R install PrimerMiner by running install.packages("path_to_file", repos = NULL, type="source")
(this does include dependencies).
Load the package with library("PrimerMiner")
.
You find al the commands and an executable example in the folder Sample_Data in the package data! Give it a try to familiarize you with the software and verify that it download data and works well.