[Distr-commits] r1360 - in branches/distr-2.9/pkg: distr/inst distrDoc/inst distrMod/inst distrMod/man distrMod/vignettes
noreply at r-forge.r-project.org
noreply at r-forge.r-project.org
Wed Oct 6 10:20:46 CEST 2021
Author: ruckdeschel
Date: 2021-10-06 10:20:45 +0200 (Wed, 06 Oct 2021)
New Revision: 1360
Modified:
branches/distr-2.9/pkg/distr/inst/CITATION
branches/distr-2.9/pkg/distr/inst/NEWS
branches/distr-2.9/pkg/distrDoc/inst/CITATION
branches/distr-2.9/pkg/distrDoc/inst/NEWS
branches/distr-2.9/pkg/distrMod/inst/CITATION
branches/distr-2.9/pkg/distrMod/inst/NEWS
branches/distr-2.9/pkg/distrMod/man/0distrMod-package.Rd
branches/distr-2.9/pkg/distrMod/vignettes/distrMod.bib
Log:
[distr, distrDoc, distrMod in branches]
triggered by mail by Achim Zeileis,
we replaced obsolete URLs to JSS papers by respective DOIs
(Mail by ACHIM:)
Dear Peter Ruckdeschel,
the Journal of Statistical Software (JSS, https://www.jstatsoft.org/) recently migrated to a new server and editorial system, resulting in a change of the URLs being used for publications. Hence we checked all CRAN packages using JSS URLs in the documentation or citation files etc. This includes some of your packages: distr, distrDoc, distrMod.
In general we recommend to use DOIs instead of URLs to link to JSS publications. These use the following pattern for articles: 10.18637/jss.vXXX.iYY where XXX is the three-digit volume and YY the two-digit issue. (For code snippets a "cYY" instead of "iYY" is used.) The DOIs are also shown on the web pages of the JSS articles.
For including these in a package you typically use:
- \doi{...} markup in .Rd files
- <doi:...> in DESCRIPTION/Description fields
- bibentry(..., doi = ...) in CITATION files (or citEntry)
We would recommend to change all JSS references in your package correspondingly (even if redirections for the URLs are still working). The corresponding files in the package are:
distr/inst/CITATION
distrDoc/inst/CITATION
distrMod/man/0distrMod-package.Rd
distrMod/inst/CITATION
Thanks for your consideration - and for referring to work published in JSS!
Best regards,
Achim Zeileis
(JSS co-editor-in-chief)
Modified: branches/distr-2.9/pkg/distr/inst/CITATION
===================================================================
--- branches/distr-2.9/pkg/distr/inst/CITATION 2020-09-18 19:14:39 UTC (rev 1359)
+++ branches/distr-2.9/pkg/distr/inst/CITATION 2021-10-06 08:20:45 UTC (rev 1360)
@@ -30,7 +30,7 @@
volume = "59",
number = "4",
pages = "1--25",
- url = "http://www.jstatsoft.org/v59/i04/",
+ doi = "10.18637/jss.v059.i04",
textVersion =
paste("Peter Ruckdeschel, Matthias Kohl (2014).",
"General Purpose Convolution Algorithm in S4 Classes by Means of FFT.",
Modified: branches/distr-2.9/pkg/distr/inst/NEWS
===================================================================
--- branches/distr-2.9/pkg/distr/inst/NEWS 2020-09-18 19:14:39 UTC (rev 1359)
+++ branches/distr-2.9/pkg/distr/inst/NEWS 2021-10-06 08:20:45 UTC (rev 1360)
@@ -10,7 +10,9 @@
##############
v 2.9
##############
+
user-visible CHANGES:
++ replaced obsolete URLs to JSS papers by respective DOIs
bug fixes
+ fixed a glitch in catching argument names in bAcDcLcDistribution.R
Modified: branches/distr-2.9/pkg/distrDoc/inst/CITATION
===================================================================
--- branches/distr-2.9/pkg/distrDoc/inst/CITATION 2020-09-18 19:14:39 UTC (rev 1359)
+++ branches/distr-2.9/pkg/distrDoc/inst/CITATION 2021-10-06 08:20:45 UTC (rev 1360)
@@ -28,7 +28,7 @@
volume = "59",
number = "4",
pages = "1--25",
- url = "http://www.jstatsoft.org/v59/i04/",
+ doi = "10.18637/jss.v059.i04",
textVersion =
paste("Peter Ruckdeschel, Matthias Kohl (2014).",
"General Purpose Convolution Algorithm in S4 Classes by Means of FFT.",
Modified: branches/distr-2.9/pkg/distrDoc/inst/NEWS
===================================================================
--- branches/distr-2.9/pkg/distrDoc/inst/NEWS 2020-09-18 19:14:39 UTC (rev 1359)
+++ branches/distr-2.9/pkg/distrDoc/inst/NEWS 2021-10-06 08:20:45 UTC (rev 1360)
@@ -8,6 +8,14 @@
information)
##############
+v 2.9
+##############
+
+user-visible CHANGES:
++ replaced obsolete URLs to JSS papers by respective DOIs
+
+
+##############
v 2.8
##############
Modified: branches/distr-2.9/pkg/distrMod/inst/CITATION
===================================================================
--- branches/distr-2.9/pkg/distrMod/inst/CITATION 2020-09-18 19:14:39 UTC (rev 1359)
+++ branches/distr-2.9/pkg/distrMod/inst/CITATION 2021-10-06 08:20:45 UTC (rev 1360)
@@ -9,8 +9,8 @@
volume = "35",
number = "10",
pages = "1--27",
- url = "http://www.jstatsoft.org/v35/i10/",
-
+ doi = "10.18637/jss.v035.i10",
+
textVersion =
paste("Matthias Kohl, Peter Ruckdeschel (2010).",
"R Package distrMod: S4 Classes and Methods for Probability Models.",
Modified: branches/distr-2.9/pkg/distrMod/inst/NEWS
===================================================================
--- branches/distr-2.9/pkg/distrMod/inst/NEWS 2020-09-18 19:14:39 UTC (rev 1359)
+++ branches/distr-2.9/pkg/distrMod/inst/NEWS 2021-10-06 08:20:45 UTC (rev 1360)
@@ -8,8 +8,12 @@
information)
##############
-v 2.9.0
+v 2.9
##############
+
+user-visible CHANGES:
++ replaced obsolete URLs to JSS papers by respective DOIs
+
under the hood:
##############
Modified: branches/distr-2.9/pkg/distrMod/man/0distrMod-package.Rd
===================================================================
--- branches/distr-2.9/pkg/distrMod/man/0distrMod-package.Rd 2020-09-18 19:14:39 UTC (rev 1359)
+++ branches/distr-2.9/pkg/distrMod/man/0distrMod-package.Rd 2021-10-06 08:20:45 UTC (rev 1360)
@@ -247,7 +247,7 @@
M. Kohl and P. Ruckdeschel (2010):
R Package distrMod: S4 Classes and Methods for Probability Models.
Journal of Statistical Software, 35(10), 1-27.
-\url{https://www.jstatsoft.org/v35/i10/}
+\doi{10.18637/jss.v035.i10}
(see also \code{vignette("distrMod")})
P. Ruckdeschel, M. Kohl, T. Stabla, F. Camphausen (2006):
S4 Classes for Distributions, \emph{R News}, \emph{6}(2), 2-6.
Modified: branches/distr-2.9/pkg/distrMod/vignettes/distrMod.bib
===================================================================
--- branches/distr-2.9/pkg/distrMod/vignettes/distrMod.bib 2020-09-18 19:14:39 UTC (rev 1359)
+++ branches/distr-2.9/pkg/distrMod/vignettes/distrMod.bib 2021-10-06 08:20:45 UTC (rev 1360)
@@ -7,7 +7,8 @@
volume = {35},
number = {10},
pages = {1--27},
- url = {http://www.jstatsoft.org/v35/i10/},
+ doi = {10.18637/jss.v035.i10},
+ url = {http://www.jstatsoft.org/v35/i10/},
}
@book{V:R:02,
More information about the Distr-commits
mailing list