[Distr-commits] r1192 - pkg/distrEllipse/man

noreply at r-forge.r-project.org noreply at r-forge.r-project.org
Sun Jul 8 17:20:52 CEST 2018


Author: ruckdeschel
Date: 2018-07-08 17:20:52 +0200 (Sun, 08 Jul 2018)
New Revision: 1192

Added:
   pkg/distrEllipse/man/distrEllipse-defunct.Rd
Removed:
   pkg/distrEllipse/man/distrEllipse-deprecated.Rd
Log:
[distrEllipse] deprecated/defunct in trunc

Added: pkg/distrEllipse/man/distrEllipse-defunct.Rd
===================================================================
--- pkg/distrEllipse/man/distrEllipse-defunct.Rd	                        (rev 0)
+++ pkg/distrEllipse/man/distrEllipse-defunct.Rd	2018-07-08 15:20:52 UTC (rev 1192)
@@ -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: pkg/distrEllipse/man/distrEllipse-deprecated.Rd
===================================================================
--- pkg/distrEllipse/man/distrEllipse-deprecated.Rd	2018-07-08 14:59:55 UTC (rev 1191)
+++ pkg/distrEllipse/man/distrEllipse-deprecated.Rd	2018-07-08 15:20:52 UTC (rev 1192)
@@ -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