[Robast-commits] r908 - in pkg/RobAStRDA: . R
noreply at r-forge.r-project.org
noreply at r-forge.r-project.org
Sun Sep 4 22:33:13 CEST 2016
Author: ruckdeschel
Date: 2016-09-04 22:33:13 +0200 (Sun, 04 Sep 2016)
New Revision: 908
Modified:
pkg/RobAStRDA/DESCRIPTION
pkg/RobAStRDA/NAMESPACE
pkg/RobAStRDA/R/sysdata.rda
Log:
data base for grids and interpolators generated anew (and Sn now available for xi<0 in GPD, GEV)
Modified: pkg/RobAStRDA/DESCRIPTION
===================================================================
--- pkg/RobAStRDA/DESCRIPTION 2016-09-04 17:21:01 UTC (rev 907)
+++ pkg/RobAStRDA/DESCRIPTION 2016-09-04 20:33:13 UTC (rev 908)
@@ -1,10 +1,10 @@
Package: RobAStRDA
-Version: 1.0.2
-Date: 2016-04-25
+Version: 1.0.3
+Date: 2016-09-04
Title: Interpolation Grids for Packages of the 'RobASt' - Family of Packages
Description: Includes 'sysdata.rda' file for packages of the 'RobASt' - family of packages; is
currently used by package 'RobExtremes' only.
-Depends: R (>= 2.14.0)
+Depends: R (>= 3.3.0)
Authors at R: c(person("Matthias", "Kohl", role=c("aut", "cph")), person("Bernhard", "Spangl",
role="ctb", comment="contributed smoothed grid values of the Lagrange multipliers"),
person("Sascha", "Desmettre", role="ctb", comment="contributed smoothed grid values of
Modified: pkg/RobAStRDA/NAMESPACE
===================================================================
--- pkg/RobAStRDA/NAMESPACE 2016-09-04 17:21:01 UTC (rev 907)
+++ pkg/RobAStRDA/NAMESPACE 2016-09-04 20:33:13 UTC (rev 908)
@@ -1,5 +1,3 @@
- importFrom("stats", "approxfun", "predict", "smooth.spline",
- "splinefun")
- importFrom("utils", "head", "read.csv", "read.table")
-
-
+importFrom("stats", "splinefun", "approxfun")
+importFrom("stats", "predict", "smooth.spline")
+importFrom("utils", "head", "read.csv", "read.table")
Modified: pkg/RobAStRDA/R/sysdata.rda
===================================================================
(Binary files differ)
More information about the Robast-commits
mailing list