This is a test version of Biostars. For the public version, visit https://www.biostars.org.
Namespace dependency not required limma

I want to write an R package and perform some functions in limma package. When I used importFrom limma lmFit

I got the error:

> Namespace dependency not required: ‘limma’.

What's the problem?

r limma bioconductor

Are you using lmFit in the function to whose header this importFrom is added?

Yes,I used devtools package to write my package.

0 answers

No answers yet.

Log in to answer this question.