0

How can I install R package GWASpoly. I have been trying from last week with bundle of different methods. but all went useless. Always showing this msg:

package ‘GWASpoly’ is not available (for R version 3.3.3)

Can any body help me out in this?

mt1022
  • 16,834
  • 5
  • 48
  • 71
Muhammad
  • 19
  • 4

1 Answers1

1

i) Go to this website: http://potatobreeding.cals.wisc.edu/software/

ii) Download the package

iii) In R, install using the following command: install.packages("~/Downloads/GWASpoly_1.3.tar.gz", repos = NULL, type = "source")

Felipe
  • 11
  • 1