[Robast-commits] r1295 - in pkg/RobExtremes: . inst src

noreply at r-forge.r-project.org noreply at r-forge.r-project.org
Wed Feb 7 03:37:36 CET 2024


Author: ruckdeschel
Date: 2024-02-07 03:37:36 +0100 (Wed, 07 Feb 2024)
New Revision: 1295

Modified:
   pkg/RobExtremes/DESCRIPTION
   pkg/RobExtremes/inst/CITATION
   pkg/RobExtremes/inst/NEWS
   pkg/RobExtremes/src/kMad.c
Log:
[RobExtremes] trunk: prepared 1.3.0 for submission

Modified: pkg/RobExtremes/DESCRIPTION
===================================================================
--- pkg/RobExtremes/DESCRIPTION	2024-02-07 02:35:59 UTC (rev 1294)
+++ pkg/RobExtremes/DESCRIPTION	2024-02-07 02:37:36 UTC (rev 1295)
@@ -1,5 +1,5 @@
 Package: RobExtremes
-Version: 1.2.2
+Version: 1.3.0
 Date: 2024-02-07
 Title: Optimally Robust Estimation for Extreme Value Distributions
 Description: Optimally robust estimation for extreme value distributions using S4 classes and
@@ -32,4 +32,4 @@
 URL: https://r-forge.r-project.org/projects/robast/
 LastChangedDate: {$LastChangedDate$}
 LastChangedRevision: {$LastChangedRevision$}
-VCS/SVNRevision: 1288
+VCS/SVNRevision: 1290

Modified: pkg/RobExtremes/inst/CITATION
===================================================================
--- pkg/RobExtremes/inst/CITATION	2024-02-07 02:35:59 UTC (rev 1294)
+++ pkg/RobExtremes/inst/CITATION	2024-02-07 02:37:36 UTC (rev 1295)
@@ -6,9 +6,9 @@
    bibtype = "Manual",
    mheader = "To cite package RobExtremes in publications use:",
          title = "RobExtremes: Optimally robust estimation for extreme value distributions",
-         author = c(as.person("P. Ruckdeschel"),
-		            as.person("M. Kohl"),                           
-					as.person("N. Horbenko")),
+         author = c(person("Peter", "Ruckdeschel", comment = c(ORCID = "0000-0001-7815-4809")),
+		            person("Matthias", "Kohl",comment = c(ORCID = "0000-0001-9514-8910")),
+					person("Nataliya", "Horbenko")),
          language = "English",
          year = year,
          note = paste("Contributions by", "S. Desmettre, G. Kroisandt, E. Massini, D. Pupashenko and B. Spangl;", 

Modified: pkg/RobExtremes/inst/NEWS
===================================================================
--- pkg/RobExtremes/inst/NEWS	2024-02-07 02:35:59 UTC (rev 1294)
+++ pkg/RobExtremes/inst/NEWS	2024-02-07 02:37:36 UTC (rev 1295)
@@ -8,6 +8,36 @@
  information) 
 
 #######################################
+version 1.3
+#######################################
+
+user-visible CHANGES:
++  taking up a suggestion by Andreas.Scheidegger at eawag.ch, we introduced new 
+   argument propagate.names in our functionals controlling whether names 
+   obtained from parameter coordinates should be propagated to return values 
+   of specific S4 methods for functionals for Gumbel, GEV, GPD, Pareto
++  triggered by a mail by mekontsodimitri at gmail.com, we enhanced PickandsEstimator();
+   (a) it no longer requires the location parameter to be 0
+   and (b) it now also can be applied to GEVFamilyMuUnknown models.
+
+under the hood
+
+#######################################
+version 1.2.2
+#######################################
+
+under the hood
++ fixed some internal .Rd files
++ moved from latin1 to UTF-8 encoding
++ removed the standardtexts (in comments) in our .Rd-files
+  
+user-visible changes
++ added some more references
++ added dois to references where available
++ added ORCID references for the package authors
++ changed Description entry in DESCRIPTION -- now taking up references as well
+
+#######################################
 version 1.2
 #######################################
 

Modified: pkg/RobExtremes/src/kMad.c
===================================================================
--- pkg/RobExtremes/src/kMad.c	2024-02-07 02:35:59 UTC (rev 1294)
+++ pkg/RobExtremes/src/kMad.c	2024-02-07 02:37:36 UTC (rev 1295)
@@ -8,7 +8,7 @@
 
 #define C_DEF(name, n)  {#name, (DL_FUNC) &name, n}
 
-int attribute_hidden compare_doubles(const void *a,const void *b)
+int attribute_hidden compare_doubles(const void *a, const void *b)
 {
   double *da = (double*)a;
   double *db = (double*)b;



More information about the Robast-commits mailing list