[Robast-commits] r1100 - in pkg: RobLoxBioC RobRex/man

noreply at r-forge.r-project.org noreply at r-forge.r-project.org
Sat Aug 4 11:56:01 CEST 2018


Author: stamats
Date: 2018-08-04 11:56:01 +0200 (Sat, 04 Aug 2018)
New Revision: 1100

Modified:
   pkg/RobLoxBioC/DESCRIPTION
   pkg/RobRex/man/rgsOptIC.ALc.Rd
Log:
added doi and donttest

Modified: pkg/RobLoxBioC/DESCRIPTION
===================================================================
--- pkg/RobLoxBioC/DESCRIPTION	2018-08-04 09:52:23 UTC (rev 1099)
+++ pkg/RobLoxBioC/DESCRIPTION	2018-08-04 09:56:01 UTC (rev 1100)
@@ -3,13 +3,14 @@
 Date: 2018-08-01
 Title: Infinitesimally Robust Estimators for Preprocessing -Omics Data
 Description: Functions for the determination of optimally robust influence curves and
-        estimators for preprocessing omics data, in particular gene expression data.
+        estimators for preprocessing omics data, in particular gene expression data;
+        see Kohl and Deigner (2019) <doi:10.1186/1471-2105-11-583>.
 Depends: R(>= 2.14.0), methods, distr(>= 2.7.0), affy
 Imports: Biobase, BiocGenerics, beadarray, RobLox(>= 1.1.0), distrMod(>= 2.7.0), lattice,
         RColorBrewer, AnnotationDbi
 Suggests: affydata, hgu95av2cdf, beadarrayExampleData, illuminaHumanv3.db
 Authors at R: person("Matthias", "Kohl", role=c("aut", "cre", "cph"),
-        email="Matthias.Kohl at stamats.de")
+        email="Matthias.Kohl at stamats.de", comment = c(ORCID = "0000-0001-9514-8910"))
 ByteCompile: yes
 License: LGPL-3
 URL: http://robast.r-forge.r-project.org/

Modified: pkg/RobRex/man/rgsOptIC.ALc.Rd
===================================================================
--- pkg/RobRex/man/rgsOptIC.ALc.Rd	2018-08-04 09:52:23 UTC (rev 1099)
+++ pkg/RobRex/man/rgsOptIC.ALc.Rd	2018-08-04 09:56:01 UTC (rev 1100)
@@ -49,11 +49,14 @@
 %\note{}
 \seealso{\code{Av1CondContIC-class}}
 \examples{
+## don't test to reduce check time
+\donttest{
 K <- DiscreteDistribution(1:5) # = Unif({1,2,3,4,5})
 IC1 <- rgsOptIC.ALc(r = 0.1, K = K)
 checkIC(IC1)
 Risks(IC1)
 }
+}
 \concept{regression and scale}
 \concept{influence curve}
 \keyword{robust}



More information about the Robast-commits mailing list