[Distr-commits] r167 - branches/distr-2.0/pkg/distrTeach

noreply at r-forge.r-project.org noreply at r-forge.r-project.org
Fri May 30 14:56:52 CEST 2008


Author: stamats
Date: 2008-05-30 14:56:51 +0200 (Fri, 30 May 2008)
New Revision: 167

Modified:
   branches/distr-2.0/pkg/distrTeach/NAMESPACE
Log:
updated date in DESCRIPTION file
distrTeach checks and installs without any warning or error under 2.7.0 Patched (2008-05-29 r45814) but not under 2.8.0 Under development (unstable) (2008-05-29 r45814) - will try to figure out. Error during check:

Error in setMethod("plotCLT", "DiscreteDistribution", function(Tn, k,  : 
  no existing definition for function "plotCLT"
Error: unable to load R code in package 'distrTeach'
Execution halted
ERROR: lazy loading failed for package 'distrTeach'

Modified: branches/distr-2.0/pkg/distrTeach/NAMESPACE
===================================================================
--- branches/distr-2.0/pkg/distrTeach/NAMESPACE	2008-05-30 09:31:53 UTC (rev 166)
+++ branches/distr-2.0/pkg/distrTeach/NAMESPACE	2008-05-30 12:56:51 UTC (rev 167)
@@ -1,8 +1,9 @@
 import("distr")
 import("distrEx")
 import("startupmsg")
-
-exportMethods("plot") 
+
+export("plotCLT")
+exportMethods("plotCLT") 
 export("illustrateLLN")
 export("illustrateCLT")
 export("illustrateCLT.tcl")



More information about the Distr-commits mailing list