0

I'm having trouble installing both packages MicrobiomeSeq and

MicrobiomeUtilities, it keeps saying: 
Warning in install.packages :
  package ‘microbiomeSeq’ is not available for this version of R

A version of this package for your version of R might be available elsewhere,
see the ideas at
https://cran.r-project.org/doc/manuals/r-patched/R-admin.html#Installing-packages
Phil
  • 7,287
  • 3
  • 36
  • 66
Sarah
  • 1
  • 1

1 Answers1

0

Welcome to StackOverflow!

The documentation for microbiomeutilities suggests the following instead of install.packages:

> install.packages("devtools")
> devtools::install_github("microsud/microbiomeutilities")

It works for me. Please say if it doesn't for you.

Ofek Shilon
  • 14,734
  • 5
  • 67
  • 101