[Distr-commits] r1061 - branches/distr-2.6/pkg/distrTeach

noreply at r-forge.r-project.org noreply at r-forge.r-project.org
Fri Nov 6 11:18:05 CET 2015


Author: stamats
Date: 2015-11-06 11:18:05 +0100 (Fri, 06 Nov 2015)
New Revision: 1061

Modified:
   branches/distr-2.6/pkg/distrTeach/DESCRIPTION
   branches/distr-2.6/pkg/distrTeach/NAMESPACE
Log:
update of NAMESPACE and DESCRIPTION

Modified: branches/distr-2.6/pkg/distrTeach/DESCRIPTION
===================================================================
--- branches/distr-2.6/pkg/distrTeach/DESCRIPTION	2015-11-06 10:15:02 UTC (rev 1060)
+++ branches/distr-2.6/pkg/distrTeach/DESCRIPTION	2015-11-06 10:18:05 UTC (rev 1061)
@@ -6,7 +6,7 @@
         school.
 Depends: R(>= 2.2.0), methods, distr(>= 2.2), distrEx(>= 2.2)
 Suggests: tcltk
-Imports: startupmsg
+Imports: startupmsg, grDevices, graphics, stats
 Authors at R: c(person("Eleonora", "Feist", role="ctb", comment = "contributed as student in the
         initial phase --2008"), person("Matthias", "Kohl", role=c("aut", "cph")),
         person("Peter", "Ruckdeschel", role=c("cre", "cph"),

Modified: branches/distr-2.6/pkg/distrTeach/NAMESPACE
===================================================================
--- branches/distr-2.6/pkg/distrTeach/NAMESPACE	2015-11-06 10:15:02 UTC (rev 1060)
+++ branches/distr-2.6/pkg/distrTeach/NAMESPACE	2015-11-06 10:18:05 UTC (rev 1061)
@@ -1,6 +1,10 @@
 import("distr")
 import("distrEx")
 import("methods")
+importFrom("grDevices", "graphics.off")
+importFrom("graphics", "abline", "axis", "legend", "lines", "matlines",
+             "matplot", "mtext", "par", "points", "text", "title")
+importFrom("stats", "qnorm", "stepfun")
 importFrom("startupmsg", "buildStartupMessage", "infoShow")
 
 exportMethods("plotCLT") 



More information about the Distr-commits mailing list