[Robast-commits] r922 - in branches/robast-1.0/pkg/RobLox: . inst man

noreply at r-forge.r-project.org noreply at r-forge.r-project.org
Mon Sep 5 08:28:09 CEST 2016


Author: stamats
Date: 2016-09-05 08:28:08 +0200 (Mon, 05 Sep 2016)
New Revision: 922

Modified:
   branches/robast-1.0/pkg/RobLox/DESCRIPTION
   branches/robast-1.0/pkg/RobLox/NAMESPACE
   branches/robast-1.0/pkg/RobLox/inst/NEWS
   branches/robast-1.0/pkg/RobLox/man/0RobLox-package.Rd
Log:
some changes to import, update of date field

Modified: branches/robast-1.0/pkg/RobLox/DESCRIPTION
===================================================================
--- branches/robast-1.0/pkg/RobLox/DESCRIPTION	2016-09-04 21:34:04 UTC (rev 921)
+++ branches/robast-1.0/pkg/RobLox/DESCRIPTION	2016-09-05 06:28:08 UTC (rev 922)
@@ -1,11 +1,11 @@
 Package: RobLox
 Version: 1.0
-Date: 2015-05-03
+Date: 2016-09-05
 Title: Optimally Robust Influence Curves and Estimators for Location and Scale
 Description: Functions for the determination of optimally robust influence curves and
         estimators in case of normal location and/or scale.
-Depends: R(>= 2.14.0), stats, distrMod(>= 2.5.2), RobAStBase(>= 0.9)
-Imports: lattice, RColorBrewer, Biobase, RandVar(>= 0.9.2), distr(>= 2.5.2)
+Depends: R(>= 2.14.0), methods, distrMod(>= 2.5.2), RobAStBase(>= 0.9)
+Imports: stats, lattice, RColorBrewer, Biobase, RandVar(>= 0.9.2), distr(>= 2.5.2)
 Suggests: MASS
 Authors at R: c(person("Matthias", "Kohl", role=c("cre", "cph"), email="Matthias.Kohl at stamats.de"), 
 		person("Peter", "Ruckdeschel", role=c("aut", "cph")))

Modified: branches/robast-1.0/pkg/RobLox/NAMESPACE
===================================================================
--- branches/robast-1.0/pkg/RobLox/NAMESPACE	2016-09-04 21:34:04 UTC (rev 921)
+++ branches/robast-1.0/pkg/RobLox/NAMESPACE	2016-09-05 06:28:08 UTC (rev 922)
@@ -1,3 +1,9 @@
+importFrom("grDevices", "dev.new")
+importFrom("graphics", "abline", "boxplot", "curve", "layout", "legend", "par", "plot")
+importFrom("methods", "is", "new")
+importFrom("stats", "approx", "complete.cases", "dnorm", "integrate",
+           "mad", "median", "na.omit", "optim", "optimize", "pnorm",
+           "qnorm", "rbinom", "rnorm", "uniroot")
 importFrom("Biobase", "rowMedians")
 importFrom("lattice","stripplot")
 importFrom("RColorBrewer","brewer.pal")

Modified: branches/robast-1.0/pkg/RobLox/inst/NEWS
===================================================================
--- branches/robast-1.0/pkg/RobLox/inst/NEWS	2016-09-04 21:34:04 UTC (rev 921)
+++ branches/robast-1.0/pkg/RobLox/inst/NEWS	2016-09-05 06:28:08 UTC (rev 922)
@@ -13,7 +13,11 @@
 
 user-visible CHANGES:
 + title changed to title style / capitalization
++ moved package stats to imports and added some new import directives to the
+  NAMESPACE file
++ added package methods to depends
 
+
 #######################################
 version 0.9
 #######################################
@@ -97,4 +101,4 @@
 + bug in computation of as. covariance in roblox corrected.
 + bug in rsOptIC corrected.
 + introduction of NEWS-file
-+ update of CITATION-file (based on code provided by A. Zeileis on R help)
\ No newline at end of file
++ update of CITATION-file (based on code provided by A. Zeileis on R help)

Modified: branches/robast-1.0/pkg/RobLox/man/0RobLox-package.Rd
===================================================================
--- branches/robast-1.0/pkg/RobLox/man/0RobLox-package.Rd	2016-09-04 21:34:04 UTC (rev 921)
+++ branches/robast-1.0/pkg/RobLox/man/0RobLox-package.Rd	2016-09-05 06:28:08 UTC (rev 922)
@@ -13,9 +13,9 @@
 \tabular{ll}{
 Package: \tab RobLox \cr
 Version: \tab 1.0 \cr
-Date: \tab 2015-05-03 \cr
-Depends: \tab R(>= 2.14.0), stats, distrMod(>= 2.5.2), RobAStBase(>= 0.9) \cr
-Imports: \tab lattice, RColorBrewer, Biobase, RandVar(>= 0.9.2), distr(>= 2.5.2) \cr
+Date: \tab 2015-09-05 \cr
+Depends: \tab R(>= 2.14.0), methods, distrMod(>= 2.5.2), RobAStBase(>= 0.9) \cr
+Imports: \tab stats, lattice, RColorBrewer, Biobase, RandVar(>= 0.9.2), distr(>= 2.5.2) \cr
 Suggests: \tab MASS\cr
 ByteCompile: \tab yes \cr
 License: \tab LGPL-3 \cr



More information about the Robast-commits mailing list