Unit tests for limma package
1
0
Entering edit mode
@c0b06599
Last seen 2.7 years ago
United States

Where in the limma package's directory are the unit tests located? Are they all in one file?

limma • 597 views
ADD COMMENT
4
Entering edit mode
@james-w-macdonald-5106
Last seen 8 minutes ago
United States

As with most R packages, the unit tests are in the 'tests' directory of the source package. But do note that this dir doesn't end up in the installed package.

git clone https//git.bioconductor.org/packages/limma
<things happen>
$ ls limma/
DESCRIPTION  inst  man  NAMESPACE  R  src  tests  vignettes

$ ls limma/tests/
limma-Tests.R  limma-Tests.Rout.save

## and from within R

> dir(path.package("limma"))
 [1] "CITATION"    "DESCRIPTION" "doc"         "help"        "html"       
 [6] "INDEX"       "libs"        "MD5"         "Meta"        "NAMESPACE"  
[11] "NEWS.Rd"     "R"
ADD COMMENT

Login before adding your answer.

Traffic: 1028 users visited in the last hour
Help About
FAQ
Access RSS
API
Stats

Use of this site constitutes acceptance of our User Agreement and Privacy Policy.

Powered by the version 2.3.6