[Seqinr-commits] r1878 - pkg/man
noreply at r-forge.r-project.org
noreply at r-forge.r-project.org
Wed Jun 1 20:27:59 CEST 2016
Author: jeanlobry
Date: 2016-06-01 20:27:59 +0200 (Wed, 01 Jun 2016)
New Revision: 1878
Modified:
pkg/man/residuecount.Rd
Log:
query assignment
Modified: pkg/man/residuecount.Rd
===================================================================
--- pkg/man/residuecount.Rd 2016-06-01 18:27:22 UTC (rev 1877)
+++ pkg/man/residuecount.Rd 2016-06-01 18:27:59 UTC (rev 1878)
@@ -28,7 +28,7 @@
\dontrun{
### Need internet connection
choosebank("emblTP")
- query("mylist", "t=CDS", virtual = TRUE)
+ mylist <- query("mylist", "t=CDS", virtual = TRUE)
stopifnot(residuecount(glr("mylist")) == 1611439240)
stopifnot(is.na(residuecount(glr("unknowlist")))) # A warning is issued
}
More information about the Seqinr-commits
mailing list