nhanhocu / metamicrobiomeR

An R package for analysis of microbiome relative abundance data using zero inflated beta GAMLSS and meta-analysis across microbiome studies using random effects models
https://github.com/nhanhocu/metamicrobiomeR
33 stars 11 forks source link

Missing data files #11

Open mikheyev opened 4 years ago

mikheyev commented 4 years ago

Hi,

I can't find the data files that are used in the readme example. Could you add them please?

nhanhocu commented 4 years ago

Hi, THanks for trying the package. Sorry that there is some difference between the version in github and the version in R cran. If you use github examples, please install in load the package from github. If you use R cran version, please use examples in the package vignette or from each function. Data should come along. Please let me know if you have further questions/issues. Many thanks

smdabdoub commented 4 years ago

Is the github version now the primary version? The cran version appears to have been removed.

smdabdoub commented 4 years ago

Also, the github install instructions in the README no longer work:

Error in install_github("nhanhocu/metamicrobiomeR") : 
  could not find function "install_github"
smdabdoub commented 4 years ago

I was able to get around the previous error and install the library from github by first loading the remotes library:

library(remotes)
install_github("nhanhocu/metamicrobiomeR")