[Robast-commits] r1301 - in branches/robast-1.3/pkg: ROptEstOld ROptRegTS RandVar RobLox RobLoxBioC RobRex

noreply at r-forge.r-project.org noreply at r-forge.r-project.org
Thu Feb 8 23:25:34 CET 2024


Author: ruckdeschel
Date: 2024-02-08 23:25:34 +0100 (Thu, 08 Feb 2024)
New Revision: 1301

Modified:
   branches/robast-1.3/pkg/ROptEstOld/DESCRIPTION
   branches/robast-1.3/pkg/ROptRegTS/DESCRIPTION
   branches/robast-1.3/pkg/RandVar/DESCRIPTION
   branches/robast-1.3/pkg/RobLox/DESCRIPTION
   branches/robast-1.3/pkg/RobLoxBioC/DESCRIPTION
   branches/robast-1.3/pkg/RobRex/DESCRIPTION
Log:
[RobASt] branches/robast-1.3 added ORCID numbers in RandVar, RobLox, RobLoxBioC, RobRex, ROptEstOld, ROptRegTS

Modified: branches/robast-1.3/pkg/ROptEstOld/DESCRIPTION
===================================================================
--- branches/robast-1.3/pkg/ROptEstOld/DESCRIPTION	2024-02-08 13:06:01 UTC (rev 1300)
+++ branches/robast-1.3/pkg/ROptEstOld/DESCRIPTION	2024-02-08 22:25:34 UTC (rev 1301)
@@ -5,8 +5,9 @@
 Description: Optimally robust estimation using S4 classes and methods. Old version still
             needed for current versions of ROptRegTS and RobRex.
 Depends: R(>= 3.4), methods, distr(>= 2.8.0), distrEx(>= 2.8.0), RandVar(>= 1.2.0), evd
-Authors at R: person("Matthias", "Kohl", role=c("aut", "cre", "cph"),
-            email="Matthias.Kohl at stamats.de")
+Authors at R: person("Matthias", "Kohl", role=c("aut","cre", "cph"),
+            email="Matthias.Kohl at stamats.de", comment = c(ORCID =
+            "0000-0001-9514-8910"))
 ByteCompile: yes
 License: LGPL-3
 URL: https://r-forge.r-project.org/projects/robast/

Modified: branches/robast-1.3/pkg/ROptRegTS/DESCRIPTION
===================================================================
--- branches/robast-1.3/pkg/ROptRegTS/DESCRIPTION	2024-02-08 13:06:01 UTC (rev 1300)
+++ branches/robast-1.3/pkg/ROptRegTS/DESCRIPTION	2024-02-08 22:25:34 UTC (rev 1301)
@@ -6,9 +6,10 @@
             methods.
 Depends: R(>= 3.4), methods, ROptEstOld(>= 1.2.0)
 Imports: distr(>= 2.8.0), distrEx(>= 2.8.0), RandVar(>= 1.2.0)
-Authors at R: c(person("Matthias", "Kohl", role=c("cre", "aut", "cph"),
-            email="Matthias.Kohl at stamats.de"), person("Peter", "Ruckdeschel", role=c("aut",
-            "cph")))
+Authors at R: c(person("Matthias", "Kohl", role=c("cre", "cph", "aut"),
+            email="Matthias.Kohl at stamats.de", comment = c(ORCID =
+            "0000-0001-9514-8910")), person("Peter", "Ruckdeschel", 
+			role=c("aut", "cph"), comment = c(ORCID = "0000-0001-7815-4809")))
 ByteCompile: yes
 License: LGPL-3
 Encoding: UTF-8

Modified: branches/robast-1.3/pkg/RandVar/DESCRIPTION
===================================================================
--- branches/robast-1.3/pkg/RandVar/DESCRIPTION	2024-02-08 13:06:01 UTC (rev 1300)
+++ branches/robast-1.3/pkg/RandVar/DESCRIPTION	2024-02-08 22:25:34 UTC (rev 1301)
@@ -6,8 +6,9 @@
 Depends: R(>= 3.4), methods, distr(>= 2.8.0), distrEx(>= 2.8.0)
 Imports: startupmsg
 Authors at R: c(person("Matthias", "Kohl", role=c("cre", "cph", "aut"),
-            email="Matthias.Kohl at stamats.de"), person("Peter", "Ruckdeschel", role=c("aut",
-            "cph")))
+            email="Matthias.Kohl at stamats.de", comment = c(ORCID =
+            "0000-0001-9514-8910")), person("Peter", "Ruckdeschel", 
+			role=c("aut", "cph"), comment = c(ORCID = "0000-0001-7815-4809")))
 ByteCompile: yes
 LazyLoad: yes
 License: LGPL-3

Modified: branches/robast-1.3/pkg/RobLox/DESCRIPTION
===================================================================
--- branches/robast-1.3/pkg/RobLox/DESCRIPTION	2024-02-08 13:06:01 UTC (rev 1300)
+++ branches/robast-1.3/pkg/RobLox/DESCRIPTION	2024-02-08 22:25:34 UTC (rev 1301)
@@ -7,9 +7,10 @@
 Depends: R(>= 3.4), stats, distrMod(>= 2.8.0), RobAStBase(>= 1.2.0)
 Imports: methods, lattice, RColorBrewer, Biobase, RandVar(>= 1.2.0), distr(>= 2.8.0)
 Suggests: MASS
-Authors at R: c(person("Matthias", "Kohl", role=c("cre", "cph"),
-            email="Matthias.Kohl at stamats.de"), person("Peter", "Ruckdeschel", role=c("aut",
-            "cph")))
+Authors at R: c(person("Matthias", "Kohl", role=c("cre", "cph", "aut"),
+            email="Matthias.Kohl at stamats.de", comment = c(ORCID =
+            "0000-0001-9514-8910")), person("Peter", "Ruckdeschel", 
+			role=c("aut", "cph"), comment = c(ORCID = "0000-0001-7815-4809")))
 ByteCompile: yes
 License: LGPL-3
 Encoding: UTF-8

Modified: branches/robast-1.3/pkg/RobLoxBioC/DESCRIPTION
===================================================================
--- branches/robast-1.3/pkg/RobLoxBioC/DESCRIPTION	2024-02-08 13:06:01 UTC (rev 1300)
+++ branches/robast-1.3/pkg/RobLoxBioC/DESCRIPTION	2024-02-08 22:25:34 UTC (rev 1301)
@@ -8,8 +8,9 @@
 Imports: Biobase, BiocGenerics, beadarray, RobLox(>= 1.1.0), distrMod(>= 2.8.0), lattice,
             RColorBrewer, AnnotationDbi
 Suggests: affydata, hgu95av2cdf, beadarrayExampleData, illuminaHumanv3.db
-Authors at R: person("Matthias", "Kohl", role=c("aut", "cre", "cph"),
-            email="Matthias.Kohl at stamats.de")
+Authors at R: person("Matthias", "Kohl", role=c("aut","cre", "cph"),
+            email="Matthias.Kohl at stamats.de", comment = c(ORCID =
+            "0000-0001-9514-8910"))
 ByteCompile: yes
 License: LGPL-3
 URL: https://r-forge.r-project.org/projects/robast/

Modified: branches/robast-1.3/pkg/RobRex/DESCRIPTION
===================================================================
--- branches/robast-1.3/pkg/RobRex/DESCRIPTION	2024-02-08 13:06:01 UTC (rev 1300)
+++ branches/robast-1.3/pkg/RobRex/DESCRIPTION	2024-02-08 22:25:34 UTC (rev 1301)
@@ -7,8 +7,9 @@
             the regressor is random.
 Depends: R(>= 3.4), ROptRegTS(>= 1.2.0)
 Imports: distr(>= 2.8.0), RandVar(>= 1.2.0), RobAStBase(>= 1.2.0), methods
-Authors at R: person("Matthias", "Kohl", role=c("aut", "cre", "cph"),
-            email="Matthias.Kohl at stamats.de")
+Authors at R: person("Matthias", "Kohl", role=c("aut","cre", "cph"),
+            email="Matthias.Kohl at stamats.de", comment = c(ORCID =
+            "0000-0001-9514-8910"))
 ByteCompile: yes
 License: LGPL-3
 Encoding: UTF-8



More information about the Robast-commits mailing list