[Robast-commits] r900 - in branches/robast-1.0/pkg/RobAStRDA: . R inst/AddMaterial/interpolation

noreply at r-forge.r-project.org noreply at r-forge.r-project.org
Sun Sep 4 17:22:34 CEST 2016


Author: ruckdeschel
Date: 2016-09-04 17:22:34 +0200 (Sun, 04 Sep 2016)
New Revision: 900

Modified:
   branches/robast-1.0/pkg/RobAStRDA/DESCRIPTION
   branches/robast-1.0/pkg/RobAStRDA/NAMESPACE
   branches/robast-1.0/pkg/RobAStRDA/R/sysdata.rda
   branches/robast-1.0/pkg/RobAStRDA/inst/AddMaterial/interpolation/interpolationscripts.R
Log:
sysdata.rda generated anew

Modified: branches/robast-1.0/pkg/RobAStRDA/DESCRIPTION
===================================================================
--- branches/robast-1.0/pkg/RobAStRDA/DESCRIPTION	2016-09-04 15:21:14 UTC (rev 899)
+++ branches/robast-1.0/pkg/RobAStRDA/DESCRIPTION	2016-09-04 15:22:34 UTC (rev 900)
@@ -1,23 +1,26 @@
 Package: RobAStRDA
-Version: 1.0
-Date: 2015-05-03
-Title: Interpolation Grids for Packages of RobASt - Family of Pkgs
-Description: Includes sysdata.rda file for packages of RobASt - family of packages; 
-             is currently used by package RobExtremes only.
+Version: 1.0.3
+Date: 2016-04-30
+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)
-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 the Lagrange multipliers"), 
-		person("Eugen", "Massini", role="ctb", comment="contributed an interactive smoothing routine for smoothing the Lagrange multipliers 
-		      and smoothed grid values of the Lagrange multipliers"), 
-		person("Mykhailo", "Pupashenko", role="ctb", comment="helped with manual smoothing of the interpolators"), 
-		person("Daria", "Pupashenko", role="ctb", comment="helped with manual smoothing of the interpolators"), 
-		person("Gerald", "Kroisandt", role="ctb", comment="helped with manual smoothing of the interpolators"), 
-		person("Peter", "Ruckdeschel", role=c("cre", "cph"), email="peter.ruckdeschel at uni-oldenburg.de"))
+Imports: stats
+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
+        the Lagrange multipliers"), person("Eugen", "Massini", role="ctb", comment="contributed
+        an interactive smoothing routine for smoothing the Lagrange multipliers and smoothed
+        grid values of the Lagrange multipliers"), person("Mykhailo", "Pupashenko", role="ctb",
+        comment="helped with manual smoothing of the interpolators"), person("Daria",
+        "Pupashenko", role="ctb", comment="helped with manual smoothing of the interpolators"),
+        person("Gerald", "Kroisandt", role="ctb", comment="helped with manual smoothing of the
+        interpolators"), person("Peter", "Ruckdeschel", role=c("cre", "cph"),
+        email="peter.ruckdeschel at uni-oldenburg.de"))
 LazyData: yes
 ByteCompile: yes
 License: LGPL-3
 URL: http://robast.r-forge.r-project.org/
 LastChangedDate: {$LastChangedDate: 2011-09-30 11:10:33 +0200 (Fr, 30 Sep 2011) $}
 LastChangedRevision: {$LastChangedRevision: 453 $}
-SVNRevision: -Inf
+SVNRevision: 874

Modified: branches/robast-1.0/pkg/RobAStRDA/NAMESPACE
===================================================================
--- branches/robast-1.0/pkg/RobAStRDA/NAMESPACE	2016-09-04 15:21:14 UTC (rev 899)
+++ branches/robast-1.0/pkg/RobAStRDA/NAMESPACE	2016-09-04 15:22:34 UTC (rev 900)
@@ -1,2 +1 @@
-
-
+importFrom("stats", "splinefun", "approxfun")

Modified: branches/robast-1.0/pkg/RobAStRDA/R/sysdata.rda
===================================================================
(Binary files differ)

Modified: branches/robast-1.0/pkg/RobAStRDA/inst/AddMaterial/interpolation/interpolationscripts.R
===================================================================
--- branches/robast-1.0/pkg/RobAStRDA/inst/AddMaterial/interpolation/interpolationscripts.R	2016-09-04 15:21:14 UTC (rev 899)
+++ branches/robast-1.0/pkg/RobAStRDA/inst/AddMaterial/interpolation/interpolationscripts.R	2016-09-04 15:22:34 UTC (rev 900)
@@ -13,7 +13,7 @@
 #####
 
 oldwd <- getwd()
-.basepath <- "C:/rtest/RobASt/branches/robast-0.9/pkg"
+.basepath <- "C:/rtest/RobASt/branches/robast-1.0/pkg"
 .myFolderFrom <- file.path(.basepath,"RobExtremesBuffer")
 myRDA0 <- file.path(.basepath,"RobExtremesBuffer/sysdata.rda")
 #myRDA <- file.path(.basepath,"RobExtremesBuffer/sysdata.rda")



More information about the Robast-commits mailing list