Entering edit mode
5.3 years ago
Eric Wang
▴
50
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?
Are you using
lmFit
in the function to whose header thisimportFrom
is added?Yes,I used devtools package to write my package.