Good day,
If limma has already been installed, such as by
source("https://bioconductor.org/biocLite.R";)
biocLite("limma")
and the attached minimalist R package is built and checked, a warning is
emitted about the cross-reference in the documentation file. The Writing R
Extensions manual state
You need
\link[limma]{limFit}
see Writing R Extensions.
Best,
Uwe Ligges
On 13.05.2018 04:00, Dario Strbenac wrote:
Good day,
If limma has already been installed, such as by
source("https://bioconductor.org/biocLite.R";)
biocLite("limma")
and the attached minimalist R package is built and