[Distr-commits] r1425 - in pkg: distrDoc/inst distrEllipse/inst distrEx/inst distrMod/inst distrRmetrics/inst distrSim/inst distrTEst/inst distrTeach/inst utils
noreply at r-forge.r-project.org
noreply at r-forge.r-project.org
Sun Jan 28 21:24:34 CET 2024
Author: ruckdeschel
Date: 2024-01-28 21:24:33 +0100 (Sun, 28 Jan 2024)
New Revision: 1425
Modified:
pkg/distrDoc/inst/CITATION
pkg/distrEllipse/inst/CITATION
pkg/distrEx/inst/CITATION
pkg/distrMod/inst/CITATION
pkg/distrRmetrics/inst/CITATION
pkg/distrSim/inst/CITATION
pkg/distrTEst/inst/CITATION
pkg/distrTeach/inst/CITATION
pkg/utils/finde.R
Log:
[distr] all packages in trunk : updated CITATION files replacing personList() by c()
Modified: pkg/distrDoc/inst/CITATION
===================================================================
--- pkg/distrDoc/inst/CITATION 2024-01-28 18:23:25 UTC (rev 1424)
+++ pkg/distrDoc/inst/CITATION 2024-01-28 20:24:33 UTC (rev 1425)
@@ -2,7 +2,7 @@
citEntry(entry="Article",
title = "S4 Classes for Distributions",
- author = personList(as.person("P. Ruckdeschel"),
+ author = c(as.person("P. Ruckdeschel"),
as.person("M. Kohl"),
as.person("T. Stabla"),
as.person("F. Camphausen")),
@@ -21,7 +21,7 @@
citEntry(entry = "Article",
title = "General Purpose Convolution Algorithm in {S}4 Classes by Means of FFT",
- author = personList(as.person("Peter Ruckdeschel"),
+ author = c(as.person("Peter Ruckdeschel"),
as.person("Matthias Kohl")),
journal = "Journal of Statistical Software",
year = "2014",
Modified: pkg/distrEllipse/inst/CITATION
===================================================================
--- pkg/distrEllipse/inst/CITATION 2024-01-28 18:23:25 UTC (rev 1424)
+++ pkg/distrEllipse/inst/CITATION 2024-01-28 20:24:33 UTC (rev 1425)
@@ -2,7 +2,7 @@
citEntry(entry="Article",
title = "S4 Classes for Distributions",
- author = personList(as.person("P. Ruckdeschel"),
+ author = c(as.person("P. Ruckdeschel"),
as.person("M. Kohl"),
as.person("T. Stabla"),
as.person("F. Camphausen")),
Modified: pkg/distrEx/inst/CITATION
===================================================================
--- pkg/distrEx/inst/CITATION 2024-01-28 18:23:25 UTC (rev 1424)
+++ pkg/distrEx/inst/CITATION 2024-01-28 20:24:33 UTC (rev 1425)
@@ -2,7 +2,7 @@
citEntry(entry="Article",
title = "S4 Classes for Distributions",
- author = personList(as.person("P. Ruckdeschel"),
+ author = c(as.person("P. Ruckdeschel"),
as.person("M. Kohl"),
as.person("T. Stabla"),
as.person("F. Camphausen")),
Modified: pkg/distrMod/inst/CITATION
===================================================================
--- pkg/distrMod/inst/CITATION 2024-01-28 18:23:25 UTC (rev 1424)
+++ pkg/distrMod/inst/CITATION 2024-01-28 20:24:33 UTC (rev 1425)
@@ -2,7 +2,7 @@
citEntry(entry = "Article",
title = "{R} Package {distrMod}: {S}4 Classes and Methods for Probability Models",
- author = personList(as.person("Matthias Kohl"),
+ author = c(as.person("Matthias Kohl"),
as.person("Peter Ruckdeschel")),
journal = "Journal of Statistical Software",
year = "2010",
Modified: pkg/distrRmetrics/inst/CITATION
===================================================================
--- pkg/distrRmetrics/inst/CITATION 2024-01-28 18:23:25 UTC (rev 1424)
+++ pkg/distrRmetrics/inst/CITATION 2024-01-28 20:24:33 UTC (rev 1425)
@@ -2,7 +2,7 @@
citEntry(entry="Article",
title = "S4 Classes for Distributions",
- author = personList(as.person("P. Ruckdeschel"),
+ author = c(as.person("P. Ruckdeschel"),
as.person("M. Kohl"),
as.person("T. Stabla"),
as.person("F. Camphausen")),
Modified: pkg/distrSim/inst/CITATION
===================================================================
--- pkg/distrSim/inst/CITATION 2024-01-28 18:23:25 UTC (rev 1424)
+++ pkg/distrSim/inst/CITATION 2024-01-28 20:24:33 UTC (rev 1425)
@@ -2,7 +2,7 @@
citEntry(entry="Article",
title = "S4 Classes for Distributions",
- author = personList(as.person("P. Ruckdeschel"),
+ author = c(as.person("P. Ruckdeschel"),
as.person("M. Kohl"),
as.person("T. Stabla"),
as.person("F. Camphausen")),
Modified: pkg/distrTEst/inst/CITATION
===================================================================
--- pkg/distrTEst/inst/CITATION 2024-01-28 18:23:25 UTC (rev 1424)
+++ pkg/distrTEst/inst/CITATION 2024-01-28 20:24:33 UTC (rev 1425)
@@ -2,7 +2,7 @@
citEntry(entry="Article",
title = "S4 Classes for Distributions",
- author = personList(as.person("P. Ruckdeschel"),
+ author = c(as.person("P. Ruckdeschel"),
as.person("M. Kohl"),
as.person("T. Stabla"),
as.person("F. Camphausen")),
Modified: pkg/distrTeach/inst/CITATION
===================================================================
--- pkg/distrTeach/inst/CITATION 2024-01-28 18:23:25 UTC (rev 1424)
+++ pkg/distrTeach/inst/CITATION 2024-01-28 20:24:33 UTC (rev 1425)
@@ -1,7 +1,7 @@
citHeader("To cite package distrTeach in publications use:")
citEntry(entry = "TechReport",
- author = personList(as.person("P. Ruckdeschel"),
+ author = c(as.person("P. Ruckdeschel"),
as.person("M. Kohl"),
as.person("T. Stabla"),
as.person("F. Camphausen")),
Modified: pkg/utils/finde.R
===================================================================
--- pkg/utils/finde.R 2024-01-28 18:23:25 UTC (rev 1424)
+++ pkg/utils/finde.R 2024-01-28 20:24:33 UTC (rev 1425)
@@ -40,6 +40,7 @@
finde(x=".makeQNew", dir ="C:/rtest/distr/pkg/distr/R")
finde(x="http://distr\\.r-forge\\.r-project\\.org/distr\\.pdf", dir ="C:/rtest/distr/", rec=TRUE)
finde(x="cniper.+\\(", dir ="C:/rtest/robast/branches/robast-0.9/pkg", rec=TRUE)
+finde(x="utf8", dir ="C:/rtest/distr/pkg/distr/man/", rec=TRUE)
}
selectfiles <- function(pat,DIR, negate=FALSE){
More information about the Distr-commits
mailing list