[Distr-commits] r1159 - branches/distr-2.7/pkg/distrEllipse/man
noreply at r-forge.r-project.org
noreply at r-forge.r-project.org
Sun Jul 8 14:00:36 CEST 2018
Author: ruckdeschel
Date: 2018-07-08 14:00:32 +0200 (Sun, 08 Jul 2018)
New Revision: 1159
Added:
branches/distr-2.7/pkg/distrEllipse/man/distrEllipse-defunct.Rd
Removed:
branches/distr-2.7/pkg/distrEllipse/man/distrEllipse-deprecated.Rd
Modified:
branches/distr-2.7/pkg/distrEllipse/man/SphericalDistribution-class.Rd
Log:
[branches: distrEllipse]: began with major update to version 2.7 / in manuals set .rd accessors to Defunct
Modified: branches/distr-2.7/pkg/distrEllipse/man/SphericalDistribution-class.Rd
===================================================================
--- branches/distr-2.7/pkg/distrEllipse/man/SphericalDistribution-class.Rd 2018-07-08 11:58:45 UTC (rev 1158)
+++ branches/distr-2.7/pkg/distrEllipse/man/SphericalDistribution-class.Rd 2018-07-08 12:00:32 UTC (rev 1159)
@@ -12,11 +12,6 @@
\alias{dRd,SphericalDistribution-method}
\alias{pRd,SphericalDistribution-method}
\alias{qRd,SphericalDistribution-method}
-\alias{plot.rd,SphericalDistribution-method}
-\alias{r.rd,SphericalDistribution-method}
-\alias{d.rd,SphericalDistribution-method}
-\alias{p.rd,SphericalDistribution-method}
-\alias{q.rd,SphericalDistribution-method}
\alias{radDistr}
\alias{radDistr<-}
\alias{plotRd}
@@ -108,16 +103,16 @@
\item{radDistr}{\code{signature(object = "SphericalDistribution")}: access method for
slot \code{radDistr}. }
\item{rRd}{\code{signature(object = "SphericalDistribution")}: wrapped access method for
- slot \code{r} of slot \code{radDistr}. From version 2.6 on, replaces deprecated
+ slot \code{r} of slot \code{radDistr}. From version 2.7 on, replaces defunct
\code{r.Rd} to avoid clashes with S3-method inheritance. }
\item{dRd}{\code{signature(object = "SphericalDistribution")}: wrapped access method for
- slot \code{d} of slot \code{radDistr}. From version 2.6 on, replaces deprecated
+ slot \code{d} of slot \code{radDistr}. From version 2.7 on, replaces defunct
\code{d.Rd} to avoid clashes with S3-method inheritance. }
\item{pRd}{\code{signature(object = "SphericalDistribution")}: wrapped access method for
- slot \code{p} of slot \code{radDistr}. From version 2.6 on, replaces deprecated
+ slot \code{p} of slot \code{radDistr}. From version 2.7 on, replaces defunct
\code{p.Rd} to avoid clashes with S3-method inheritance. }
\item{qRd}{\code{signature(object = "SphericalDistribution")}: wrapped access method for
- slot \code{q} of slot \code{radDistr}. From version 2.6 on, replaces deprecated
+ slot \code{q} of slot \code{radDistr}. From version 2.7 on, replaces defunct
\code{q.Rd} to avoid clashes with S3-method inheritance. }
\item{plotRd}{\code{signature(x = "SphericalDistribution")}: utility; calls \code{plot}
for slot \code{radDistr}. From version 2.6 on, replaces deprecated
Added: branches/distr-2.7/pkg/distrEllipse/man/distrEllipse-defunct.Rd
===================================================================
--- branches/distr-2.7/pkg/distrEllipse/man/distrEllipse-defunct.Rd (rev 0)
+++ branches/distr-2.7/pkg/distrEllipse/man/distrEllipse-defunct.Rd 2018-07-08 12:00:32 UTC (rev 1159)
@@ -0,0 +1,35 @@
+\name{distrEllipse-defunct}
+\alias{distrEllipse-defunct}
+\alias{plot.rd}
+\alias{r.rd}
+\alias{d.rd}
+\alias{p.rd}
+\alias{q.rd}
+\title{Defunct Functions in Package \pkg{distrEllipse}}
+\description{
+ Functions which are no longer provided in \pkg{distrEllipse} due to
+ clashes with S3-method inheritance.
+ }
+\section{Methods}{
+ From version 2.7 on, former versions of S4-methods
+ \code{rRd}, \code{dRd}, \code{pRd}, \code{qRd}, and \code{plotRd} of style
+ <name>.rd are defunct due to clashes with S3-method inheritance.
+ More specifically, this concerns the following methods:
+ \describe{
+ \item{r.rd}{\code{signature(object = "SphericalDistribution")}: wrapped access method for
+ slot \code{r} of slot \code{radDistr}.}
+ \item{d.rd}{\code{signature(object = "SphericalDistribution")}: wrapped access method for
+ slot \code{d} of slot \code{radDistr}. }
+ \item{p.rd}{\code{signature(object = "SphericalDistribution")}: wrapped access method for
+ slot \code{p} of slot \code{radDistr}. }
+ \item{q.rd}{\code{signature(object = "SphericalDistribution")}: wrapped access method for
+ slot \code{q} of slot \code{radDistr}. }
+ \item{plot.rd}{\code{signature(x = "SphericalDistribution")}: utility; calls \code{plot}
+ for slot \code{radDistr}. }
+ }
+}
+
+\seealso{
+ \code{\link{Defunct}}
+}
+\keyword{misc}
Deleted: branches/distr-2.7/pkg/distrEllipse/man/distrEllipse-deprecated.Rd
===================================================================
--- branches/distr-2.7/pkg/distrEllipse/man/distrEllipse-deprecated.Rd 2018-07-08 11:58:45 UTC (rev 1158)
+++ branches/distr-2.7/pkg/distrEllipse/man/distrEllipse-deprecated.Rd 2018-07-08 12:00:32 UTC (rev 1159)
@@ -1,35 +0,0 @@
-\name{distrEllipse-deprecated}
-\alias{distrEllipse-deprecated}
-\alias{plot.rd}
-\alias{r.rd}
-\alias{d.rd}
-\alias{p.rd}
-\alias{q.rd}
-\title{Deprecated Functions in Package \pkg{distrEllipse}}
-\description{
- These functions are provided for compatibility with older versions of
- \pkg{distrEllipse} only, and may be defunct as soon as the next release.
-}
-\section{Methods}{
- From version 2.6 on, we deprecate former versions of S4-methods
- \code{rRd}, \code{dRd}, \code{pRd}, \code{qRd}, and \code{plotRd} of style
- <name>.rd due to clashes with S3-method inheritance.
- More specifically, this concerns the following methods:
- \describe{
- \item{r.rd}{\code{signature(object = "SphericalDistribution")}: wrapped access method for
- slot \code{r} of slot \code{radDistr}.}
- \item{d.rd}{\code{signature(object = "SphericalDistribution")}: wrapped access method for
- slot \code{d} of slot \code{radDistr}. }
- \item{p.rd}{\code{signature(object = "SphericalDistribution")}: wrapped access method for
- slot \code{p} of slot \code{radDistr}. }
- \item{q.rd}{\code{signature(object = "SphericalDistribution")}: wrapped access method for
- slot \code{q} of slot \code{radDistr}. }
- \item{plot.rd}{\code{signature(x = "SphericalDistribution")}: utility; calls \code{plot}
- for slot \code{radDistr}. }
- }
-}
-
-\seealso{
- \code{\link{Deprecated}}
-}
-\keyword{misc}
More information about the Distr-commits
mailing list