This is a test version of Biostars. For the public version, visit https://www.biostars.org.
DADA2 install help

Hello, I am having trouble downloading DADA2 onto R studio Version 1.1.463

I have tried just about every option on this link:

https://benjjneb.github.io/dada2/dada-installation.html

when using this:

library("devtools")
devtools::install_github("benjjneb/dada2")

I get this error message:

library("devtools")
Loading required package: usethis
Error in loadNamespace(i, c(lib.loc, .libPaths()), versionCheck = vI[[i]]) :
namespace ‘rlang’ 0.1.6 is already loaded, but >= 0.3.0 is required
Error: package or namespace load failed for ‘devtools’

devtools::install_github("benjjneb/dada2")
Error in loadNamespace(i, c(lib.loc, .libPaths()), versionCheck = vI[[i]]) :
namespace ‘rlang’ 0.1.6 is already loaded, but >= 0.3.0 is required

what am I doing wrong and how can I fix it, thank you for any help!!!

dada

You're using a really old version of rlang. Update the package - the current version if 0.4.4, 0.1.6 is quite prehistoric in terms of software age (August 2017).

Hello cmines98!

We believe that this post does not fit the main topic of this site.

OP never followed up.

For this reason we have closed your question. This allows us to keep the site focused on the topics that the community can help with.

If you disagree please tell us why in a reply below, we'll be happy to talk about it.

Cheers!

0 answers

No answers yet.

Log in to answer this question.