[Distr-commits] r317 - branches/distr-2.1/pkg/distr/R branches/distr-2.1/pkg/distr/inst/doc pkg/distr/R
noreply at r-forge.r-project.org
noreply at r-forge.r-project.org
Wed Oct 29 18:41:28 CET 2008
Author: ruckdeschel
Date: 2008-10-29 18:41:28 +0100 (Wed, 29 Oct 2008)
New Revision: 317
Removed:
branches/distr-2.1/pkg/distr/inst/doc/README
Modified:
branches/distr-2.1/pkg/distr/R/ExtraConvolutionMethods.R
pkg/distr/R/ExtraConvolutionMethods.R
Log:
deleted obsolete README
deleted some print() (inserted for testing only and then forgotten)
Modified: branches/distr-2.1/pkg/distr/R/ExtraConvolutionMethods.R
===================================================================
--- branches/distr-2.1/pkg/distr/R/ExtraConvolutionMethods.R 2008-10-24 09:21:29 UTC (rev 316)
+++ branches/distr-2.1/pkg/distr/R/ExtraConvolutionMethods.R 2008-10-29 17:41:28 UTC (rev 317)
@@ -16,8 +16,6 @@
setMethod("+", c("numeric", "UnivariateDistribution"),
function(e1, e2){
- print(class(e1))
- print(class(e2))
e2 + e1
})
Deleted: branches/distr-2.1/pkg/distr/inst/doc/README
===================================================================
--- branches/distr-2.1/pkg/distr/inst/doc/README 2008-10-24 09:21:29 UTC (rev 316)
+++ branches/distr-2.1/pkg/distr/inst/doc/README 2008-10-29 17:41:28 UTC (rev 317)
@@ -1,29 +0,0 @@
-%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
-%
-% In order to produce vignette
-%
-% "How to generate new distributions in packages distr, distrEx"
-%
-% from scratch, take care that the /unpacked source/ packages
-% distr and distrEx are in one layer of a tree, e.g. ~/Rsrclib/distr,
-% ~/Rsrclib/distrEx and that you call R CMD build, check, and INSTALL for
-% package distr in ~/Rsrclib, using the default options.
-%
-%
-% Specification of a path in file myPATH
-% --------------------------------------
-% In case you want to use a non-standard building/checking folder (i.e., other
-% than ~/Rsrclib resp. ~/Rsrclib/distr.Rcheck in the example above), or
-% you want to call R CMD from another folder, you may specify a path to
-% your source files in the two-line ASCII file myPATHs to be placed into
-% the source folder ~/Rsrclib/distr/inst/doc; in this two-liner you should
-% give the absolute paths to the source folders for packages distr and distrEx
-% (if these contain spaces, enclose them into ""), e.g. something like
-%
-% ~/Rsrclib/distr
-% ~/Rsrclib/distrEx
-%
-% (in the case described above, this is only necessary if you do not call
-% R CMD from ~/Rsrclib).
-%
-%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
Modified: pkg/distr/R/ExtraConvolutionMethods.R
===================================================================
--- pkg/distr/R/ExtraConvolutionMethods.R 2008-10-24 09:21:29 UTC (rev 316)
+++ pkg/distr/R/ExtraConvolutionMethods.R 2008-10-29 17:41:28 UTC (rev 317)
@@ -16,8 +16,6 @@
setMethod("+", c("numeric", "UnivariateDistribution"),
function(e1, e2){
- print(class(e1))
- print(class(e2))
e2 + e1
})
More information about the Distr-commits
mailing list