EricArcher / strataG

strataG is a toolkit for haploid sequence and multilocus genetic data summaries, and analyses of population structure.
25 stars 12 forks source link

Can't install strataG in R version 4.2.0 #56

Closed GabrielaPinho closed 2 years ago

GabrielaPinho commented 2 years ago

Dear Dr. Archer,

I have been trying to install strataG unsuccessfully and I hope you can help me. When I use install.packages('strataG') I get "package ‘strataG’ is not available for this version of R", and when I try though github I receive the message: "Error: Failed to install 'strataG' from GitHub: Failed to install 'rmetasim' from GitHub: ! System command 'R' failed"

Sorry to bother and thank you.

EricArcher commented 2 years ago

You'll have to install rmetasim directly from its GitHub repository:

devtools::install_github("stranda/rmetasim")

Then install strataG from GitHub

GabrielaPinho commented 2 years ago

Thank you very much. It worked perfectly!

EricArcher commented 2 years ago

Glad to hear it!