stefpeschel / NetCoMi

Network construction, analysis, and comparison for microbial compositional data
GNU General Public License v3.0
150 stars 27 forks source link

could not find function "renameTaxa" #83

Closed JBL05 closed 1 year ago

JBL05 commented 1 year ago

Hello, I am following the tutorial, but encountered the issue of "could not find function "renameTaxa", how can I get this function to work?

stefpeschel commented 1 year ago

Hey. This function has been implemented with the latest release 1.1.0. So, please update NetCoMi to the latest version using

devtools::install_github("stefpeschel/NetCoMi", 
                         dependencies = c("Depends", "Imports", "LinkingTo"),
                         repos = c("https://cloud.r-project.org/",
                                   BiocManager::repositories()),
                         force = TRUE)

You should then be able to use the renameTaxa() function.

Best, Stefanie

JBL05 commented 1 year ago

Thank you very much!