[Distr-commits] r1363 - in branches/distr-2.9/pkg: distr/inst distr/man distr/vignettes distrDoc/inst distrDoc/man distrDoc/vignettes distrEllipse/inst distrEllipse/man distrEx/R distrEx/inst distrEx/man distrMod/inst distrMod/man distrRmetrics/inst distrRmetrics/man distrSim/inst distrSim/man distrTEst/inst distrTEst/man distrTeach/inst distrTeach/man
noreply at r-forge.r-project.org
noreply at r-forge.r-project.org
Fri Apr 22 12:47:14 CEST 2022
Author: ruckdeschel
Date: 2022-04-22 12:47:14 +0200 (Fri, 22 Apr 2022)
New Revision: 1363
Modified:
branches/distr-2.9/pkg/distr/inst/NEWS
branches/distr-2.9/pkg/distr/man/0distr-package.Rd
branches/distr-2.9/pkg/distr/man/Truncate-methods.Rd
branches/distr-2.9/pkg/distr/man/internals.Rd
branches/distr-2.9/pkg/distr/vignettes/newDistributions-knitr.Rnw
branches/distr-2.9/pkg/distrDoc/inst/NEWS
branches/distr-2.9/pkg/distrDoc/man/0distrDoc-package.Rd
branches/distr-2.9/pkg/distrDoc/vignettes/distr.Rnw
branches/distr-2.9/pkg/distrEllipse/inst/NEWS
branches/distr-2.9/pkg/distrEllipse/man/0distrEllipse-package.Rd
branches/distr-2.9/pkg/distrEx/R/Kurtosis.R
branches/distr-2.9/pkg/distrEx/inst/NEWS
branches/distr-2.9/pkg/distrEx/man/0distrEx-package.Rd
branches/distr-2.9/pkg/distrMod/inst/NEWS
branches/distr-2.9/pkg/distrMod/man/0distrMod-package.Rd
branches/distr-2.9/pkg/distrRmetrics/inst/NEWS
branches/distr-2.9/pkg/distrRmetrics/man/0distrRmetrics-package.Rd
branches/distr-2.9/pkg/distrSim/inst/NEWS
branches/distr-2.9/pkg/distrSim/man/0distrSim-package.Rd
branches/distr-2.9/pkg/distrTEst/inst/NEWS
branches/distr-2.9/pkg/distrTEst/man/0distrTEst-package.Rd
branches/distr-2.9/pkg/distrTeach/inst/NEWS
branches/distr-2.9/pkg/distrTeach/man/0distrTeach-package.Rd
Log:
[distr, devel-branch 2.9] triggered by some mail from the CRAN maintainers asking to fix a broken mail address, I browsed through all files in the R packages to fix broken URLs and to replace http: by https: where possible
Modified: branches/distr-2.9/pkg/distr/inst/NEWS
===================================================================
--- branches/distr-2.9/pkg/distr/inst/NEWS 2021-11-25 13:29:34 UTC (rev 1362)
+++ branches/distr-2.9/pkg/distr/inst/NEWS 2022-04-22 10:47:14 UTC (rev 1363)
@@ -30,6 +30,7 @@
+ detected by Vlada Milchevskaya vmilchev at uni-koeln.de:
CompoundDistribution(): special treatment of case that NumbOfSummandsDistr is a Dirac distribution
(and detect that for prob in {0,1} Binom(size, prob) is in fact a Dirac distribution)
++ fixed some broken URLs and changed URLs from http to https where possible
##############
v 2.8
Modified: branches/distr-2.9/pkg/distr/man/0distr-package.Rd
===================================================================
--- branches/distr-2.9/pkg/distr/man/0distr-package.Rd 2021-11-25 13:29:34 UTC (rev 1362)
+++ branches/distr-2.9/pkg/distr/man/0distr-package.Rd 2022-04-22 10:47:14 UTC (rev 1363)
@@ -58,7 +58,7 @@
Imports: \tab stats, grDevices, utils, MASS \cr
LazyLoad: \tab yes \cr
License: \tab LGPL-3 \cr
-URL: \tab http://distr.r-forge.r-project.org/\cr
+URL: \tab https://distr.r-forge.r-project.org/\cr
VCS/SVNRevision: \tab 1324 \cr
}}
@@ -363,7 +363,7 @@
%\url{http://www.uni-bayreuth.de/departments/math/org/mathe7/DISTR/distr.pdf}
a homepage to this package is available under\cr
-\url{http://distr.r-forge.r-project.org/}
+\url{https://distr.r-forge.r-project.org/}
}
Modified: branches/distr-2.9/pkg/distr/man/Truncate-methods.Rd
===================================================================
--- branches/distr-2.9/pkg/distr/man/Truncate-methods.Rd 2021-11-25 13:29:34 UTC (rev 1362)
+++ branches/distr-2.9/pkg/distr/man/Truncate-methods.Rd 2022-04-22 10:47:14 UTC (rev 1363)
@@ -36,7 +36,7 @@
points lie on the same side of the median, we use this representation
to enhance the range of applicability, in particular, for slot \code{r},
we profit from Peter Dalgaard's clever log-tricks as indicated in
-\url{http://r.789695.n4.nabble.com/help-on-sampling-from-the-truncated-normal-gamma-distribution-on-the-far-end-probability-is-very-low-td868119.html#a868120}. To this
+\url{https://www.mail-archive.com/r-help@r-project.org/msg32097.html}. To this
end we use the internal functions
(i.e.; non exported to namespace) \code{\link{.trunc.up}} and
\code{\link{.trunc.low}} which provide functional slots \code{r,d,p,q} for
Modified: branches/distr-2.9/pkg/distr/man/internals.Rd
===================================================================
--- branches/distr-2.9/pkg/distr/man/internals.Rd 2021-11-25 13:29:34 UTC (rev 1362)
+++ branches/distr-2.9/pkg/distr/man/internals.Rd 2022-04-22 10:47:14 UTC (rev 1363)
@@ -381,7 +381,7 @@
classes \code{DiscreteDistribution} and \code{AbscontDistribution} for
one-sided truncation, using (for slot \code{r}) Peter Dalgaard's clever
log-tricks as indicated in
-\url{http://r.789695.n4.nabble.com/help-on-sampling-from-the-truncated-normal-gamma-distribution-on-the-far-end-probability-is-very-low-td868119.html#a868120}.
+\url{https://www.mail-archive.com/r-help@r-project.org/msg32097.html}.
\code{.modifyqgaps} modifies slot \code{q} for objects of class
\code{AbscontDistribution} in the presence of gaps, i.e.; if slot
Modified: branches/distr-2.9/pkg/distr/vignettes/newDistributions-knitr.Rnw
===================================================================
--- branches/distr-2.9/pkg/distr/vignettes/newDistributions-knitr.Rnw 2021-11-25 13:29:34 UTC (rev 1362)
+++ branches/distr-2.9/pkg/distr/vignettes/newDistributions-knitr.Rnw 2022-04-22 10:47:14 UTC (rev 1363)
@@ -719,7 +719,7 @@
\section{Help needed / collaboration welcome}
% -------------------------------------------------------------------------------
You are --- as announced on
-\href{https://distr.r-forge.r-project.org}{\tt http://distr.r-forge.r-project.org} ---
+\href{https://distr.r-forge.r-project.org}{\tt https://distr.r-forge.r-project.org} ---
very welcome to collaborate in this project!
See in particular
\href{https://distr.r-forge.r-project.org/HOWTO-collaborate.txt}%
Modified: branches/distr-2.9/pkg/distrDoc/inst/NEWS
===================================================================
--- branches/distr-2.9/pkg/distrDoc/inst/NEWS 2021-11-25 13:29:34 UTC (rev 1362)
+++ branches/distr-2.9/pkg/distrDoc/inst/NEWS 2022-04-22 10:47:14 UTC (rev 1363)
@@ -13,6 +13,7 @@
user-visible CHANGES:
+ replaced obsolete URLs to JSS papers by respective DOIs
++ fixed some broken URLs and changed URLs from http to https where possible
##############
Modified: branches/distr-2.9/pkg/distrDoc/man/0distrDoc-package.Rd
===================================================================
--- branches/distr-2.9/pkg/distrDoc/man/0distrDoc-package.Rd 2021-11-25 13:29:34 UTC (rev 1362)
+++ branches/distr-2.9/pkg/distrDoc/man/0distrDoc-package.Rd 2022-04-22 10:47:14 UTC (rev 1363)
@@ -22,7 +22,7 @@
Suggests: \tab Biobase, knitr \cr
ByteCompile: \tab yes \cr
License: \tab LGPL-3 \cr
-URL: \tab http://distr.r-forge.r-project.org/\cr
+URL: \tab https://distr.r-forge.r-project.org/\cr
VCS/SVNRevision: \tab 1324 \cr
}}
Modified: branches/distr-2.9/pkg/distrDoc/vignettes/distr.Rnw
===================================================================
--- branches/distr-2.9/pkg/distrDoc/vignettes/distr.Rnw 2021-11-25 13:29:34 UTC (rev 1362)
+++ branches/distr-2.9/pkg/distrDoc/vignettes/distr.Rnw 2022-04-22 10:47:14 UTC (rev 1363)
@@ -3646,7 +3646,7 @@
\newblock In: Hornik K., Leisch F. and Zeileis A. (Eds.) {\em
Proceedings of the 3rd International Workshop on Distributed Statistical
Computing (DSC 2003)\/}. Vienna, Austria.
-\newblock Published as http://www.ci.tuwien.ac.at/Conferences/DSC-2003/
+%\newblock Published as https://www.ci.tuwien.ac.at/Conferences/DSC-2003/
\bibitem{Cham:98}
Chambers J.M. (1998):
@@ -3658,13 +3658,13 @@
Gentleman R. (2003):
\newblock {\em Object Orientated Programming. Slides of a Short Course held in
Auckland\/}.
-\newblock http://www.stat.auckland.ac.nz/S-Workshop/Gentleman/Methods.pdf
+\newblock https://www.stat.auckland.ac.nz/S-Workshop/Gentleman/Methods.pdf
\bibitem{MK:05}
Kohl M. (2005):
\newblock {\em Numerical Contributions to the Asymptotic Theory of Robustness\/}.
\newblock {Dissertation}, Universit\"at Bayreuth.
-\newblock See also http://stamats.de/ThesisMKohl.pdf
+\newblock See also https://www.stamats.de/wp-content/uploads/2018/04/ThesisMKohl.pdf
\bibitem{K:R:S:04}
Ruckdeschel P. and Kohl, M. (2014):
Modified: branches/distr-2.9/pkg/distrEllipse/inst/NEWS
===================================================================
--- branches/distr-2.9/pkg/distrEllipse/inst/NEWS 2021-11-25 13:29:34 UTC (rev 1362)
+++ branches/distr-2.9/pkg/distrEllipse/inst/NEWS 2022-04-22 10:47:14 UTC (rev 1363)
@@ -8,6 +8,13 @@
information)
##############
+v 2.9
+##############
+
+under the hood:
++ fixed some broken URLs and changed URLs from http to https where possible
+
+##############
v 2.8
##############
Modified: branches/distr-2.9/pkg/distrEllipse/man/0distrEllipse-package.Rd
===================================================================
--- branches/distr-2.9/pkg/distrEllipse/man/0distrEllipse-package.Rd 2021-11-25 13:29:34 UTC (rev 1362)
+++ branches/distr-2.9/pkg/distrEllipse/man/0distrEllipse-package.Rd 2022-04-22 10:47:14 UTC (rev 1363)
@@ -20,7 +20,7 @@
Imports: \tab startupmsg, stats \cr
ByteCompile: \tab yes \cr
License: \tab LGPL-3 \cr
-URL: \tab http://distr.r-forge.r-project.org/\cr
+URL: \tab https://distr.r-forge.r-project.org/\cr
VCS/SVNRevision: \tab 1324 \cr
}
}
@@ -112,7 +112,7 @@
%\url{http://www.uni-bayreuth.de/departments/math/org/mathe7/DISTR/distr.pdf}.
A homepage to this package is available under\cr
-\url{http://distr.r-forge.r-project.org/}.
+\url{https://distr.r-forge.r-project.org/}.
}
\section{Start-up-Banner}{
You may suppress the start-up banner/message completely by setting \code{options("StartupBanner"="off")}
Modified: branches/distr-2.9/pkg/distrEx/R/Kurtosis.R
===================================================================
--- branches/distr-2.9/pkg/distrEx/R/Kurtosis.R 2021-11-25 13:29:34 UTC (rev 1362)
+++ branches/distr-2.9/pkg/distrEx/R/Kurtosis.R 2022-04-22 10:47:14 UTC (rev 1363)
@@ -152,7 +152,7 @@
else
return(3)
})
-### source http://mathworld.wolfram.com/LaplaceDistribution.html
+### source https://mathworld.wolfram.com/LaplaceDistribution.html
#
setMethod("kurtosis", signature(x = "Exp"),
@@ -167,7 +167,7 @@
else
return(6)
})
- ### source http://mathworld.wolfram.com/ExponentialDistribution.html
+ ### source https://mathworld.wolfram.com/ExponentialDistribution.html
#
setMethod("kurtosis", signature(x = "Fd"),
Modified: branches/distr-2.9/pkg/distrEx/inst/NEWS
===================================================================
--- branches/distr-2.9/pkg/distrEx/inst/NEWS 2021-11-25 13:29:34 UTC (rev 1362)
+++ branches/distr-2.9/pkg/distrEx/inst/NEWS 2022-04-22 10:47:14 UTC (rev 1363)
@@ -22,6 +22,7 @@
under the hood:
+ KolmogorovDist methods gain argument "..." in order to enable them to
digest argument validity.check in MCEstimator
++ fixed some broken URLs and changed URLs from http to https where possible
##############
v 2.8
Modified: branches/distr-2.9/pkg/distrEx/man/0distrEx-package.Rd
===================================================================
--- branches/distr-2.9/pkg/distrEx/man/0distrEx-package.Rd 2021-11-25 13:29:34 UTC (rev 1362)
+++ branches/distr-2.9/pkg/distrEx/man/0distrEx-package.Rd 2022-04-22 10:47:14 UTC (rev 1363)
@@ -34,7 +34,7 @@
Suggests: \tab tcltk \cr
LazyLoad: \tab yes \cr
License: \tab LGPL-3 \cr
-URL: \tab http://distr.r-forge.r-project.org/\cr
+URL: \tab https://distr.r-forge.r-project.org/\cr
VCS/SVNRevision: \tab 1324 \cr
}
}
@@ -231,11 +231,11 @@
and may be called by \code{require("distrDoc");vignette("distr")}
a homepage to this package is available under\cr
-\url{http://distr.r-forge.r-project.org/}
+\url{https://distr.r-forge.r-project.org/}
M. Kohl (2005): \emph{Numerical Contributions to the Asymptotic
Theory of Robustness.} PhD Thesis. Bayreuth. Available as
-\url{http://www.stamats.de/wp-content/uploads/2018/04/ThesisMKohl.pdf}
+\url{https://www.stamats.de/wp-content/uploads/2018/04/ThesisMKohl.pdf}
}
\keyword{package}
\concept{S4 condition class}
Modified: branches/distr-2.9/pkg/distrMod/inst/NEWS
===================================================================
--- branches/distr-2.9/pkg/distrMod/inst/NEWS 2021-11-25 13:29:34 UTC (rev 1362)
+++ branches/distr-2.9/pkg/distrMod/inst/NEWS 2022-04-22 10:47:14 UTC (rev 1363)
@@ -15,6 +15,7 @@
+ replaced obsolete URLs to JSS papers by respective DOIs
under the hood:
++ fixed some broken URLs and changed URLs from http to https where possible
##############
v 2.8.4
Modified: branches/distr-2.9/pkg/distrMod/man/0distrMod-package.Rd
===================================================================
--- branches/distr-2.9/pkg/distrMod/man/0distrMod-package.Rd 2021-11-25 13:29:34 UTC (rev 1362)
+++ branches/distr-2.9/pkg/distrMod/man/0distrMod-package.Rd 2022-04-22 10:47:14 UTC (rev 1363)
@@ -21,7 +21,7 @@
Enhances: RobExtremes\cr
ByteCompile: \tab yes \cr
License: \tab LGPL-3 \cr
-URL: \tab http://distr.r-forge.r-project.org/\cr
+URL: \tab https://distr.r-forge.r-project.org/\cr
VCS/SVNRevision: \tab 1344 \cr
}}
\section{Classes}{
Modified: branches/distr-2.9/pkg/distrRmetrics/inst/NEWS
===================================================================
--- branches/distr-2.9/pkg/distrRmetrics/inst/NEWS 2021-11-25 13:29:34 UTC (rev 1362)
+++ branches/distr-2.9/pkg/distrRmetrics/inst/NEWS 2022-04-22 10:47:14 UTC (rev 1363)
@@ -8,6 +8,13 @@
information)
##############
+v 2.9
+##############
+
+under the hood:
++ fixed some broken URLs and changed URLs from http to https where possible
+
+##############
v 2.8
##############
Modified: branches/distr-2.9/pkg/distrRmetrics/man/0distrRmetrics-package.Rd
===================================================================
--- branches/distr-2.9/pkg/distrRmetrics/man/0distrRmetrics-package.Rd 2021-11-25 13:29:34 UTC (rev 1362)
+++ branches/distr-2.9/pkg/distrRmetrics/man/0distrRmetrics-package.Rd 2022-04-22 10:47:14 UTC (rev 1363)
@@ -21,7 +21,7 @@
Imports: startupmsg \cr
ByteCompile: \tab yes \cr
License: \tab LGPL-3 \cr
-URL: \tab http://distr.r-forge.r-project.org/\cr
+URL: \tab https://distr.r-forge.r-project.org/\cr
VCS/SVNRevision: \tab 1324 \cr
}
}
@@ -97,7 +97,7 @@
\code{require("distrDoc");vignette("distr")}.
A homepage to this package is available under\cr
-\url{http://distr.r-forge.r-project.org/}.
+\url{https://distr.r-forge.r-project.org/}.
}
\keyword{ package }
Modified: branches/distr-2.9/pkg/distrSim/inst/NEWS
===================================================================
--- branches/distr-2.9/pkg/distrSim/inst/NEWS 2021-11-25 13:29:34 UTC (rev 1362)
+++ branches/distr-2.9/pkg/distrSim/inst/NEWS 2022-04-22 10:47:14 UTC (rev 1363)
@@ -8,6 +8,13 @@
information)
##############
+v 2.9
+##############
+
+under the hood:
++ fixed some broken URLs and changed URLs from http to https where possible
+
+##############
v 2.8
##############
Modified: branches/distr-2.9/pkg/distrSim/man/0distrSim-package.Rd
===================================================================
--- branches/distr-2.9/pkg/distrSim/man/0distrSim-package.Rd 2021-11-25 13:29:34 UTC (rev 1362)
+++ branches/distr-2.9/pkg/distrSim/man/0distrSim-package.Rd 2022-04-22 10:47:14 UTC (rev 1363)
@@ -21,7 +21,7 @@
Imports: \tab startupmsg, stats, grDevices \cr
LazyLoad: \tab yes \cr
License: \tab LGPL-3 \cr
-URL: \tab http://distr.r-forge.r-project.org/\cr
+URL: \tab https://distr.r-forge.r-project.org/\cr
VCS/SVNRevision: \tab 1324 \cr
}
}
@@ -128,7 +128,7 @@
%\url{http://www.uni-bayreuth.de/departments/math/org/mathe7/DISTR/distr.pdf}.
A homepage to this package is available under\cr
-\url{http://distr.r-forge.r-project.org/}
+\url{https://distr.r-forge.r-project.org/}
}
\section{Start-up-Banner}{
You may suppress the start-up banner/message completely by setting \code{options("StartupBanner"="off")}
Modified: branches/distr-2.9/pkg/distrTEst/inst/NEWS
===================================================================
--- branches/distr-2.9/pkg/distrTEst/inst/NEWS 2021-11-25 13:29:34 UTC (rev 1362)
+++ branches/distr-2.9/pkg/distrTEst/inst/NEWS 2022-04-22 10:47:14 UTC (rev 1363)
@@ -8,6 +8,13 @@
information)
##############
+v 2.9
+##############
+
+under the hood:
++ fixed some broken URLs and changed URLs from http to https where possible
+
+##############
v 2.8
##############
Modified: branches/distr-2.9/pkg/distrTEst/man/0distrTEst-package.Rd
===================================================================
--- branches/distr-2.9/pkg/distrTEst/man/0distrTEst-package.Rd 2021-11-25 13:29:34 UTC (rev 1362)
+++ branches/distr-2.9/pkg/distrTEst/man/0distrTEst-package.Rd 2022-04-22 10:47:14 UTC (rev 1363)
@@ -23,7 +23,7 @@
Suggests: \tab distrEx(>= 2.8.0) \cr
LazyLoad: \tab yes \cr
License: \tab LGPL-3 \cr
-URL: \tab http://distr.r-forge.r-project.org/\cr
+URL: \tab https://distr.r-forge.r-project.org/\cr
VCS/SVNRevision: \tab 1324 \cr
}}
\section{Classes}{
@@ -106,7 +106,7 @@
\code{require("distrDoc");vignette("distr")}.
A homepage to this package is available under\cr
-\url{http://distr.r-forge.r-project.org/}
+\url{https://distr.r-forge.r-project.org/}
}
\keyword{ package }
Modified: branches/distr-2.9/pkg/distrTeach/inst/NEWS
===================================================================
--- branches/distr-2.9/pkg/distrTeach/inst/NEWS 2021-11-25 13:29:34 UTC (rev 1362)
+++ branches/distr-2.9/pkg/distrTeach/inst/NEWS 2022-04-22 10:47:14 UTC (rev 1363)
@@ -19,6 +19,14 @@
the cdfs for different numbers of summands are plotted
##############
+v 2.8.1
+##############
+
++ removed our coauthor Anja Hueller's mail address from the package help page,
+ as this address was no longer valid
++ fixed some broken URLs and changed URLs from http to https where possible
+
+##############
v 2.8
##############
Modified: branches/distr-2.9/pkg/distrTeach/man/0distrTeach-package.Rd
===================================================================
--- branches/distr-2.9/pkg/distrTeach/man/0distrTeach-package.Rd 2021-11-25 13:29:34 UTC (rev 1362)
+++ branches/distr-2.9/pkg/distrTeach/man/0distrTeach-package.Rd 2022-04-22 10:47:14 UTC (rev 1363)
@@ -96,7 +96,7 @@
Matthias Kohl \email{Matthias.Kohl at stamats.de} and \cr
Peter Ruckdeschel \email{peter.ruckdeschel at uni-oldenburg.de},\cr
Eleonara Feist \email{eleonoragerber at gmx.de}, and, \cr
-Anja Hueller \email{anja\_h86 at web.de}\cr
+Anja Hueller \cr
\emph{Maintainer:} Peter Ruckdeschel \email{peter.ruckdeschel at uni-oldenburg.de}
}
\references{
@@ -114,11 +114,11 @@
and may be called by \code{require("distrDoc");vignette("distr")}
a homepage to this package is available under\cr
-\url{http://distr.r-forge.r-project.org/} and the pages ...
+\url{https://distr.r-forge.r-project.org/} and the pages ...
M. Kohl (2005): \emph{Numerical Contributions to the Asymptotic
Theory of Robustness.} PhD Thesis. Bayreuth. Available as
-\url{http://www.stamats.de/wp-content/uploads/2018/04/ThesisMKohl.pdf}
+\url{https://www.stamats.de/wp-content/uploads/2018/04/ThesisMKohl.pdf}
}
\keyword{package}
\concept{LLN}
More information about the Distr-commits
mailing list