[Distr-commits] r1500 - in pkg/distrDoc: . inst man

noreply at r-forge.r-project.org noreply at r-forge.r-project.org
Sun Jan 12 00:02:38 CET 2025


Author: ruckdeschel
Date: 2025-01-12 00:02:37 +0100 (Sun, 12 Jan 2025)
New Revision: 1500

Modified:
   pkg/distrDoc/DESCRIPTION
   pkg/distrDoc/inst/CITATION
   pkg/distrDoc/inst/NEWS
   pkg/distrDoc/man/0distrDoc-package.Rd
Log:
[distrDoc] version on trunk ready for submission

Modified: pkg/distrDoc/DESCRIPTION
===================================================================
--- pkg/distrDoc/DESCRIPTION	2025-01-11 22:48:00 UTC (rev 1499)
+++ pkg/distrDoc/DESCRIPTION	2025-01-11 23:02:37 UTC (rev 1500)
@@ -1,6 +1,6 @@
 Package: distrDoc
-Version: 2.8.4
-Date: 2024-10-22
+Version: 2.8.5
+Date: 2025-01-11
 Title: Documentation for 'distr' Family of R Packages
 Description: Provides documentation in form of a common vignette to packages 'distr',
             'distrEx', 'distrMod', 'distrSim', 'distrTEst', 'distrTeach', and 'distrEllipse'.
@@ -13,7 +13,7 @@
 Depends: R(>= 3.4)
 Imports: distr(>= 2.2.0), distrEx(>= 2.2.0), distrSim(>= 2.2.0), distrTEst(>= 2.2.0),
             distrTeach(>= 2.2.0), RandVar(>= 0.7), distrMod(>= 2.2.0), MASS, methods,
-            startupmsg
+            startupmsg(>= 1.0.0)
 Suggests: Biobase, knitr
 VignetteBuilder: knitr
 ByteCompile: yes
@@ -21,4 +21,4 @@
 URL: http://distr.r-forge.r-project.org/
 LastChangedDate: {$LastChangedDate$}
 LastChangedRevision: {$LastChangedRevision$}
-VCS/SVNRevision: 1476
+VCS/SVNRevision: 1499

Modified: pkg/distrDoc/inst/CITATION
===================================================================
--- pkg/distrDoc/inst/CITATION	2025-01-11 22:48:00 UTC (rev 1499)
+++ pkg/distrDoc/inst/CITATION	2025-01-11 23:02:37 UTC (rev 1500)
@@ -1,8 +1,8 @@
 bibentry(bibtype = "Article",
          mheader = "To cite package distrDoc (and other packages of the distr family of packages) in publications use:",
 		 title = "S4 Classes for Distributions",
-         author = c(as.person("P. Ruckdeschel"),
-                        as.person("M. Kohl"),
+         author = c(person("Peter", "Ruckdeschel", comment = c(ORCID = "0000-0001-7815-4809")),
+                    person("Matthias", "Kohl", comment = c(ORCID = "0000-0001-9514-8910")),
                         as.person("T. Stabla"),
                         as.person("F. Camphausen")),
          language = "English",
@@ -20,8 +20,8 @@
 bibentry(bibtype = "Article",
   mheader = "To cite package distrDoc (and other packages of the distr family of packages) in publications use:",
   title        = "General Purpose Convolution Algorithm in {S}4 Classes by Means of FFT",
-  author       = c(as.person("Peter Ruckdeschel"),
-                  as.person("Matthias Kohl")),
+  author       = c(person("Peter", "Ruckdeschel", comment = c(ORCID = "0000-0001-7815-4809")),
+                   person("Matthias", "Kohl", comment = c(ORCID = "0000-0001-9514-8910"))),
   journal      = "Journal of Statistical Software",
   year         = 2014,
   volume       = "59",

Modified: pkg/distrDoc/inst/NEWS
===================================================================
--- pkg/distrDoc/inst/NEWS	2025-01-11 22:48:00 UTC (rev 1499)
+++ pkg/distrDoc/inst/NEWS	2025-01-11 23:02:37 UTC (rev 1500)
@@ -8,6 +8,16 @@
  information)
 
 ##############
+v 2.8.5
+##############
+
+under the hood:
++ converted encoding to UTF-8
++ transformed CITATION file to new format, i.e., bibentry() instead of citEntry(),
+        c(as.person( .... ), as.person( .... ), ...), instead of 
+		as.personList(....) 
+
+##############
 v 2.8.4
 ##############
 under the hood:

Modified: pkg/distrDoc/man/0distrDoc-package.Rd
===================================================================
--- pkg/distrDoc/man/0distrDoc-package.Rd	2025-01-11 22:48:00 UTC (rev 1499)
+++ pkg/distrDoc/man/0distrDoc-package.Rd	2025-01-11 23:02:37 UTC (rev 1500)
@@ -13,16 +13,16 @@
 \details{
 \tabular{ll}{
 Package: \tab distrDoc \cr
-Version: \tab 2.8.4 \cr
-Date: \tab 2024-10-22 \cr
+Version: \tab 2.8.5 \cr
+Date: \tab 2025-01-11 \cr
 Depends: \tab R(>= 3.4) \cr
 Imports: \tab distr(>= 2.2.0), distrEx(>= 2.2.0), distrSim(>= 2.2.0), distrTEst(>= 2.2.0),distrTeach(>= 2.2.0), RandVar(>= 0.7), distrMod(>= 2.2.0), MASS, methods,
-startupmsg \cr
+startupmsg(>= 1.0.0) \cr
 Suggests: \tab Biobase, knitr \cr
 ByteCompile: \tab yes \cr
 License: \tab LGPL-3 \cr
 URL: \tab https://distr.r-forge.r-project.org/\cr
-VCS/SVNRevision: \tab 1476 \cr
+VCS/SVNRevision: \tab 1499 \cr
 }}
 \section{Acknowledgement}{
 The idea to split off a common vignette for a set of packages 



More information about the Distr-commits mailing list