[Robast-commits] r1093 - in branches/robast-1.2/pkg: ROptEst/man RobAStBase/man
noreply at r-forge.r-project.org
noreply at r-forge.r-project.org
Fri Aug 3 11:18:28 CEST 2018
Author: ruckdeschel
Date: 2018-08-03 11:18:27 +0200 (Fri, 03 Aug 2018)
New Revision: 1093
Modified:
branches/robast-1.2/pkg/ROptEst/man/0ROptEst-package.Rd
branches/robast-1.2/pkg/RobAStBase/man/kStepEstimator.Rd
branches/robast-1.2/pkg/RobAStBase/man/qqplot.Rd
Log:
branch 1.2: merged back Matthias changes from trunk
Modified: branches/robast-1.2/pkg/ROptEst/man/0ROptEst-package.Rd
===================================================================
--- branches/robast-1.2/pkg/ROptEst/man/0ROptEst-package.Rd 2018-08-03 09:00:05 UTC (rev 1092)
+++ branches/robast-1.2/pkg/ROptEst/man/0ROptEst-package.Rd 2018-08-03 09:18:27 UTC (rev 1093)
@@ -12,9 +12,9 @@
\details{
\tabular{ll}{
Package: \tab ROptEst \cr
-Version: \tab 1.2.0 \cr
-Date: \tab 2018-07-25 \cr
-Depends: \tab R(>= 2.14.0), methods, distr(>= 2.5.2), distrEx(>= 2.5), distrMod(>= 2.5.2),
+Version: \tab 1.1.0 \cr
+Date: \tab 2018-08-01 \cr
+Depends: \tab R(>= 2.14.0), methods, distr(>= 2.5.2), distrEx(>= 2.5), distrMod(>= 2.5.2),
RandVar(>= 0.9.2), RobAStBase(>= 1.0) \cr
Suggests: \tab RobLox\cr
Imports: \tab startupmsg, MASS, stats, graphics, utils, grDevices \cr
@@ -22,7 +22,7 @@
Encoding: \tab latin1 \cr
License: \tab LGPL-3 \cr
URL: \tab http://robast.r-forge.r-project.org/\cr
-VCS/SVNRevision: \tab 1058 \cr
+VCS/SVNRevision: \tab 1081 \cr
}
}
\author{
@@ -51,6 +51,8 @@
information.
}
\examples{
+## don't test to reduce check time on CRAN
+\donttest{
library(ROptEst)
## Example: Rutherford-Geiger (1910); cf. Feller~(1968), Section VI.7 (a)
@@ -77,4 +79,5 @@
## confidence interval based on LAN - including bias
confint(robEst, method = symmetricBias())
}
+}
\keyword{package}
Modified: branches/robast-1.2/pkg/RobAStBase/man/kStepEstimator.Rd
===================================================================
--- branches/robast-1.2/pkg/RobAStBase/man/kStepEstimator.Rd 2018-08-03 09:00:05 UTC (rev 1092)
+++ branches/robast-1.2/pkg/RobAStBase/man/kStepEstimator.Rd 2018-08-03 09:18:27 UTC (rev 1093)
@@ -87,6 +87,8 @@
%\note{}
\seealso{\code{\link{IC-class}}, \code{\link{kStepEstimate-class}} }
\examples{
+## don't run to reduce check time on CRAN
+\donttest{
if(require(ROptEst)){
## 1. generate a contaminated sample
ind <- rbinom(100, size=1, prob=0.05)
@@ -105,8 +107,6 @@
pICList(est1)
start(est1)
-## don't run to reduce check time on CRAN
-\donttest{
## a transformed model
tfct <- function(x){
nms0 <- c("mean","sd")
Modified: branches/robast-1.2/pkg/RobAStBase/man/qqplot.Rd
===================================================================
--- branches/robast-1.2/pkg/RobAStBase/man/qqplot.Rd 2018-08-03 09:00:05 UTC (rev 1092)
+++ branches/robast-1.2/pkg/RobAStBase/man/qqplot.Rd 2018-08-03 09:18:27 UTC (rev 1093)
@@ -125,11 +125,12 @@
}
\examples{
+## \donttest to reduce check time
+\donttest{
qqplot(rnorm(40, mean = 15, sd = sqrt(30)), Chisq(df=15))
RobM <- InfRobModel(center = NormLocationFamily(mean=13,sd=sqrt(28)),
neighbor = ContNeighborhood(radius = 0.4))
-\donttest{
-## \donttest to reduce check time
+
x <- rnorm(20, mean = 15, sd = sqrt(30))
qqplot(x, RobM)
qqplot(x, RobM, alpha.CI=0.9, add.points.CI=FALSE)
More information about the Robast-commits
mailing list