[Distr-commits] r1124 - in pkg/distrEllipse: . R
noreply at r-forge.r-project.org
noreply at r-forge.r-project.org
Sun Sep 4 14:16:58 CEST 2016
Author: ruckdeschel
Date: 2016-09-04 14:16:58 +0200 (Sun, 04 Sep 2016)
New Revision: 1124
Modified:
pkg/distrEllipse/DESCRIPTION
pkg/distrEllipse/R/SphericalDistribution.R
Log:
distrEllipse submitted to CRAN again
Modified: pkg/distrEllipse/DESCRIPTION
===================================================================
--- pkg/distrEllipse/DESCRIPTION 2016-09-04 12:01:22 UTC (rev 1123)
+++ pkg/distrEllipse/DESCRIPTION 2016-09-04 12:16:58 UTC (rev 1124)
@@ -8,7 +8,7 @@
distrEx(>= 2.2), distrSim(>= 2.2)
Suggests: distrMod(>= 2.2), distrTEst(>= 2.2)
Imports: startupmsg, stats
-Authors at R: person("Peter", "Ruckdeschel", role=c("cre", "cph"),
+Authors at R: person("Peter", "Ruckdeschel", role=c("cre", "aut", "cph"),
email="peter.ruckdeschel at uni-oldenburg.de")
ByteCompile: yes
License: LGPL-3
Modified: pkg/distrEllipse/R/SphericalDistribution.R
===================================================================
--- pkg/distrEllipse/R/SphericalDistribution.R 2016-09-04 12:01:22 UTC (rev 1123)
+++ pkg/distrEllipse/R/SphericalDistribution.R 2016-09-04 12:16:58 UTC (rev 1124)
@@ -53,10 +53,10 @@
d(object at radDistr)})
setMethod("p.rd", "SphericalDistribution", function(object) {
.Deprecated("pRd")
- p(object at radDistr)}
+ p(object at radDistr)})
setMethod("q.rd", "SphericalDistribution", function(object) {
.Deprecated("qRd")
- q(object at radDistr)}
+ q(object at radDistr)})
setMethod("plotRd", "SphericalDistribution",
function(x, ... ) plot(x at radDistr,...))
More information about the Distr-commits
mailing list