[Robast-commits] r976 - branches/robast-1.1/pkg/RobExtremes/man
noreply at r-forge.r-project.org
noreply at r-forge.r-project.org
Wed Jul 18 18:04:38 CEST 2018
Author: ruckdeschel
Date: 2018-07-18 18:04:38 +0200 (Wed, 18 Jul 2018)
New Revision: 976
Modified:
branches/robast-1.1/pkg/RobExtremes/man/0RobExtremes-package.Rd
branches/robast-1.1/pkg/RobExtremes/man/LDEstimator.Rd
branches/robast-1.1/pkg/RobExtremes/man/getCVaR.Rd
branches/robast-1.1/pkg/RobExtremes/man/ismevgpdgevdiag-methods.Rd
Log:
[RobExtremes] branch 1.1 changed some dontruns in donttests in Rd-Files
Modified: branches/robast-1.1/pkg/RobExtremes/man/0RobExtremes-package.Rd
===================================================================
--- branches/robast-1.1/pkg/RobExtremes/man/0RobExtremes-package.Rd 2018-07-18 16:03:46 UTC (rev 975)
+++ branches/robast-1.1/pkg/RobExtremes/man/0RobExtremes-package.Rd 2018-07-18 16:04:38 UTC (rev 976)
@@ -30,15 +30,16 @@
\details{
\tabular{ll}{
Package: \tab RobExtremes \cr
-Version: \tab 1.1 \cr
-Date: \tab 2017-04-23 \cr
-Depends: \tab R (>= 2.14.0), methods, distrMod(>= 2.5.2), ROptEst(>= 0.9), robustbase(>= 0.8-0), evd, actuar \cr
+Version: \tab 1.1.0 \cr
+Date: \tab 2018-07-18 \cr
+Depends: \tab R (>= 2.14.0), methods, distrMod(>= 2.5.2), ROptEst(>= 1.0), robustbase(>= 0.8-0),
+evd, actuar \cr
Suggests: \tab RUnit (>= 0.4.26), ismev (>= 1.39)\cr
Imports: \tab RobAStRDA, distr, distrEx, RandVar, RobAStBase, startupmsg \cr
ByteCompile: \tab yes \cr
License: \tab LGPL-3 \cr
URL: \tab http://robast.r-forge.r-project.org/\cr
-SVNRevision: \tab 932 \cr
+SVNRevision: \tab 940 \cr
}
}
\section{Classes}{
Modified: branches/robast-1.1/pkg/RobExtremes/man/LDEstimator.Rd
===================================================================
--- branches/robast-1.1/pkg/RobExtremes/man/LDEstimator.Rd 2018-07-18 16:03:46 UTC (rev 975)
+++ branches/robast-1.1/pkg/RobExtremes/man/LDEstimator.Rd 2018-07-18 16:04:38 UTC (rev 976)
@@ -138,7 +138,9 @@
medQn(x = x, ParamFamily = G)
medSn(x = x, ParamFamily = G, q.lo = 0.5, q.up = 4)
-\dontrun{
+
+\donttest{
+## not tested on CRAN because it takes time...
## without speedup for Sn:
LDEstimator(x, loc.est = median, disp.est = Sn, loc.fctal = median,
disp.fctal = getMethod("Sn","UnivariateDistribution"),
Modified: branches/robast-1.1/pkg/RobExtremes/man/getCVaR.Rd
===================================================================
--- branches/robast-1.1/pkg/RobExtremes/man/getCVaR.Rd 2018-07-18 16:03:46 UTC (rev 975)
+++ branches/robast-1.1/pkg/RobExtremes/man/getCVaR.Rd 2018-07-18 16:04:38 UTC (rev 976)
@@ -49,7 +49,7 @@
GPD <- GParetoFamily(loc=20480, scale=7e4, shape=0.3)
data <- r(GPD)(500)
getCVaR(data,GPD,0.99)
- \dontrun{ # to reduce checking time
+ \donttest{ # to reduce checking time
getVaR(data,GPD,0.99)
getEL(data,GPD,5)
getVaR(data,GPD,0.99, rob=FALSE)
Modified: branches/robast-1.1/pkg/RobExtremes/man/ismevgpdgevdiag-methods.Rd
===================================================================
--- branches/robast-1.1/pkg/RobExtremes/man/ismevgpdgevdiag-methods.Rd 2018-07-18 16:03:46 UTC (rev 975)
+++ branches/robast-1.1/pkg/RobExtremes/man/ismevgpdgevdiag-methods.Rd 2018-07-18 16:04:38 UTC (rev 976)
@@ -122,7 +122,9 @@
##
mlE <- MLEstimator(portpirie[,2], GEVFamilyMuUnknown(withPos=FALSE))
gev.diag(mlE)
- \dontrun{
+
+ ## not tested on CRAN because it takes some time...
+ \donttest{
gev.prof(mlE, m = 10, 4.1, 5)
gev.profxi(mlE, -0.3, 0.3)
}
@@ -132,7 +134,9 @@
##
mlE2 <- MLEstimator(rain[rain>10], GParetoFamily(loc=10))
gpd.diag(mlE2)
- \dontrun{
+
+ ## not tested on CRAN because it takes some time...
+ \donttest{
gpd.prof(mlE, m = 10, 55, 77)
gpd.profxi(mlE, -0.02, 0.02)
}
More information about the Robast-commits
mailing list