The goal of genetics.binaRies is to provide a convenient way to make binaries
such as plink, bcftools, and gcta available to other packages in the
MRC IEU OpenGWAS system.
You can install genetics.binaRies from either our r-universe
install.packages("genetics.binaRies", repos = c("https://mrcieu.r-universe.dev", "https://cloud.r-project.org"))or GitHub with:
if (!requireNamespace("remotes", quietly = TRUE)) install.packages("remotes")
remotes::install_github("MRCIEU/genetics.binaRies")