kaustubhad / fastman

An R package for fast and efficient visualizing of GWAS results using Q-Q and Manhattan plots directly from PLINK output files.
GNU General Public License v3.0
36 stars 8 forks source link

Unable to install #1

Closed wwgordon closed 2 years ago

wwgordon commented 2 years ago

I'm unable to install the package using devtools:

> devtools::install_github("kaustubhad/fastman")
Downloading GitHub repo kaustubhad/fastman@HEAD
Error: Failed to install 'fastman' from GitHub:
  Does not appear to be an R package (no DESCRIPTION)

Is there a different, preferred method of installation?

Thanks!

soumyasubhraparia commented 2 years ago

Apologies for late response. This has been fixed now. You can use the following code

devtools::install_github('kaustubhad/fastman', build_vignettes = TRUE)

Please let me know in case you face any other problems in downloading/using the package.

wwgordon commented 2 years ago

Fantastic, I've tested the fix and it works beautifully on my end.

Cheers, William