[Seqinr-commits] r2145 - in pkg: . man
noreply at r-forge.r-project.org
noreply at r-forge.r-project.org
Thu May 19 13:26:14 CEST 2022
Author: simonpenel
Date: 2022-05-19 13:26:14 +0200 (Thu, 19 May 2022)
New Revision: 2145
Modified:
pkg/DESCRIPTION
pkg/man/test.co.recstat.Rd
Log:
Dont run examples in test.co.recstat.Rd because it is too long
Modified: pkg/DESCRIPTION
===================================================================
--- pkg/DESCRIPTION 2022-05-19 07:30:34 UTC (rev 2144)
+++ pkg/DESCRIPTION 2022-05-19 11:26:14 UTC (rev 2145)
@@ -1,6 +1,6 @@
Encoding: UTF-8
Package: seqinr
-Version: 4.2-15
+Version: 4.2-16
Date: 2022-05-19
Title: Biological Sequences Retrieval and Analysis
Authors at R: c(person("Delphine", "Charif", role = "aut"),
Modified: pkg/man/test.co.recstat.Rd
===================================================================
--- pkg/man/test.co.recstat.Rd 2022-05-19 07:30:34 UTC (rev 2144)
+++ pkg/man/test.co.recstat.Rd 2022-05-19 11:26:14 UTC (rev 2145)
@@ -39,10 +39,12 @@
\author{O. Clerc, G. Perrière}
\seealso{\code{\link{test.li.recstat}}}
\examples{
+\dontrun{# CPU time is too long with windows
ff <- system.file("sequences/ECOUNC.fsa", package = "seqinr")
seq <- read.fasta(ff)
rec <- recstat(seq[[1]], seqname = getName(seq))
test.co.recstat(rec)
}
+}
\keyword{sequence}
\keyword{correspondence analysis}
More information about the Seqinr-commits
mailing list