[Distr-commits] r1439 - branches/distr-2.9/pkg/startupmsg pkg/startupmsg pkg/utils www

noreply at r-forge.r-project.org noreply at r-forge.r-project.org
Thu Feb 8 23:29:48 CET 2024


Author: ruckdeschel
Date: 2024-02-08 23:29:48 +0100 (Thu, 08 Feb 2024)
New Revision: 1439

Modified:
   branches/distr-2.9/pkg/startupmsg/DESCRIPTION
   pkg/startupmsg/DESCRIPTION
   pkg/utils/DESCRIPTIONutilsExamples.R
   www/distrDoc.html
Log:
[startupmsg] branch+trunk: now has an ORCID number... (and minor leftovers)

Modified: branches/distr-2.9/pkg/startupmsg/DESCRIPTION
===================================================================
--- branches/distr-2.9/pkg/startupmsg/DESCRIPTION	2024-02-06 21:22:41 UTC (rev 1438)
+++ branches/distr-2.9/pkg/startupmsg/DESCRIPTION	2024-02-08 22:29:48 UTC (rev 1439)
@@ -5,7 +5,8 @@
 Title: Utilities for Start-Up Messages
 Description: Provides utilities to create or suppress start-up messages.
 Authors at R: person("Peter", "Ruckdeschel", role=c("cre", "cph", "aut"),
-            email="peter.ruckdeschel at uni-oldenburg.de")
+            email="peter.ruckdeschel at uni-oldenburg.de", 
+		    comment = c(ORCID = "0000-0001-7815-4809"))
 Depends: R(>= 1.8.0)
 ByteCompile: yes
 License: LGPL-3

Modified: pkg/startupmsg/DESCRIPTION
===================================================================
--- pkg/startupmsg/DESCRIPTION	2024-02-06 21:22:41 UTC (rev 1438)
+++ pkg/startupmsg/DESCRIPTION	2024-02-08 22:29:48 UTC (rev 1439)
@@ -5,7 +5,8 @@
 Title: Utilities for Start-Up Messages
 Description: Provides utilities to create or suppress start-up messages.
 Authors at R: person("Peter", "Ruckdeschel", role=c("cre", "cph", "aut"),
-        email="peter.ruckdeschel at uni-oldenburg.de")
+        email="peter.ruckdeschel at uni-oldenburg.de", 
+		comment = c(ORCID = "0000-0001-7815-4809"))
 Depends: R(>= 1.8.0)
 ByteCompile: yes
 License: LGPL-3

Modified: pkg/utils/DESCRIPTIONutilsExamples.R
===================================================================
--- pkg/utils/DESCRIPTIONutilsExamples.R	2024-02-06 21:22:41 UTC (rev 1438)
+++ pkg/utils/DESCRIPTIONutilsExamples.R	2024-02-08 22:29:48 UTC (rev 1439)
@@ -526,9 +526,17 @@
 changeDescription(startDir = "C:/rtest/robast",names=Names,
                   pkgs=Pkgs, values=Values)
 
+Pkgs <- c("ROptEst")
+Names <- c("Version")    ## 20240127
+Values <- matrix(c("1.3.2"),1,length(Pkgs))
+colnames(Values) <- Pkgs
+rownames(Values)  <- Names
+changeDescription(startDir = "C:/rtest/robast",names=Names,
+                  pkgs=Pkgs, values=Values)
+
 Pkgs <- c("RobExtremes")
 Names <- c("Version")    ## 20240127
-Values <- matrix(c("1.2.2"),1,length(Pkgs))
+Values <- matrix(c("1.3.0"),1,length(Pkgs))
 colnames(Values) <- Pkgs
 rownames(Values)  <- Names
 changeDescription(startDir = "C:/rtest/robast",names=Names,

Modified: www/distrDoc.html
===================================================================
--- www/distrDoc.html	2024-02-06 21:22:41 UTC (rev 1438)
+++ www/distrDoc.html	2024-02-08 22:29:48 UTC (rev 1439)
@@ -30,7 +30,7 @@
 <div style="text-align: justify;"> Version: 2.8.2 <br>
 
 
-Release Date: 2024-01-30 <br>
+Release Date: 2024-02-01 <br>
 
 
 Authors: <a href="mailto:peter.ruckdeschel at uni-oldenburg.de?subject=%5Bdistr%5D">Peter
@@ -456,7 +456,7 @@
 <div style="text-align: justify; color: rgb(0, 0, 0);">This page is
 maintained by <a href="mailto:peter.ruckdeschel at uni-oldenburg.de?subject=distr-package">Peter
 Ruckdeschel</a> (created by Thomas Stabla<a href="mailto:statho3 at web.de">)</a>
-and last updated on 2024-01-30. <br>
+and last updated on 2024-02-01. <br>
 
 
 </div>



More information about the Distr-commits mailing list