[Distr-commits] r1421 - branches/distr-2.9/pkg/distr/inst branches/distr-2.9/pkg/distr/man pkg/distr/man

noreply at r-forge.r-project.org noreply at r-forge.r-project.org
Tue Dec 19 08:59:02 CET 2023


Author: ruckdeschel
Date: 2023-12-19 08:59:01 +0100 (Tue, 19 Dec 2023)
New Revision: 1421

Modified:
   branches/distr-2.9/pkg/distr/inst/NEWS
   branches/distr-2.9/pkg/distr/man/internalGenerics.Rd
   pkg/distr/man/internalGenerics.Rd
Log:
[distr] branch 2.9 + release: fixed an Rd issue in an internal Rd file as detected by K. Hornik Dec 15,2023, with helpful hint by M. Lawrence Dec, 19, 2023

Modified: branches/distr-2.9/pkg/distr/inst/NEWS
===================================================================
--- branches/distr-2.9/pkg/distr/inst/NEWS	2023-12-15 19:26:04 UTC (rev 1420)
+++ branches/distr-2.9/pkg/distr/inst/NEWS	2023-12-19 07:59:01 UTC (rev 1421)
@@ -17,8 +17,10 @@
   (as needed), 
 + fixed a glitch in "+"("DiscreteDistribution","DiscreteDistribution") as 
   spotted by christoph.dalitz at hs-niederrhein.de
++ fixed some documentation glitches in internal .Rd files as noted in a mail
+  by K. Hornik, Dec, 15, 2023, with some helpful hints by Michael Lawrence
+  in a mail Dec, 19, 2023
 
-
 ##############
 v 2.9.2
 ##############

Modified: branches/distr-2.9/pkg/distr/man/internalGenerics.Rd
===================================================================
--- branches/distr-2.9/pkg/distr/man/internalGenerics.Rd	2023-12-15 19:26:04 UTC (rev 1420)
+++ branches/distr-2.9/pkg/distr/man/internalGenerics.Rd	2023-12-19 07:59:01 UTC (rev 1421)
@@ -13,7 +13,7 @@
 \usage{
 distribution(object)
 samplesize(object, ...)
-x <- samplesize(object, value)
+samplesize(object) <- value
 }
 \arguments{
   \item{object}{ the first argument to dispatch on in the actual methods. }

Modified: pkg/distr/man/internalGenerics.Rd
===================================================================
--- pkg/distr/man/internalGenerics.Rd	2023-12-15 19:26:04 UTC (rev 1420)
+++ pkg/distr/man/internalGenerics.Rd	2023-12-19 07:59:01 UTC (rev 1421)
@@ -13,7 +13,7 @@
 \usage{
 distribution(object)
 samplesize(object, ...)
-x <- samplesize(object, value)
+samplesize(object) <- value
 }
 \arguments{
   \item{object}{ the first argument to dispatch on in the actual methods. }



More information about the Distr-commits mailing list