[Robast-commits] r963 - branches/robast-1.1/pkg/RobRex
noreply at r-forge.r-project.org
noreply at r-forge.r-project.org
Tue Jul 17 16:17:42 CEST 2018
Author: ruckdeschel
Date: 2018-07-17 16:17:42 +0200 (Tue, 17 Jul 2018)
New Revision: 963
Modified:
branches/robast-1.1/pkg/RobRex/DESCRIPTION
branches/robast-1.1/pkg/RobRex/NAMESPACE
Log:
[RobRex] branch 1.1 some NAMESPACE items added
Modified: branches/robast-1.1/pkg/RobRex/DESCRIPTION
===================================================================
--- branches/robast-1.1/pkg/RobRex/DESCRIPTION 2018-07-17 13:55:34 UTC (rev 962)
+++ branches/robast-1.1/pkg/RobRex/DESCRIPTION 2018-07-17 14:17:42 UTC (rev 963)
@@ -1,13 +1,13 @@
Package: RobRex
Version: 1.1.0
-Date: 2018-07-08
+Date: 2018-07-17
Title: Optimally Robust Influence Curves for Regression and Scale
Description: Functions for the determination of optimally robust influence curves in case of
linear regression with unknown scale and standard normal distributed errors where the
regressor is random.
Depends: R (>= 2.14.0), ROptRegTS(>= 0.9.2)
-Imports: distr(>= 2.5.2), RandVar(>= 0.9.2), RobAStBase(>= 0.9)
-Authors at R: person("Matthias", "Kohl", role=c("cre", "cph"), email="Matthias.Kohl at stamats.de")
+Imports: distr(>= 2.5.2), RandVar(>= 0.9.2), RobAStBase(>= 0.9), methods
+Authors at R: person("Matthias", "Kohl", role=c("aut", "cre", "cph"), email="Matthias.Kohl at stamats.de")
ByteCompile: yes
License: LGPL-3
Encoding: latin1
Modified: branches/robast-1.1/pkg/RobRex/NAMESPACE
===================================================================
--- branches/robast-1.1/pkg/RobRex/NAMESPACE 2018-07-17 13:55:34 UTC (rev 962)
+++ branches/robast-1.1/pkg/RobRex/NAMESPACE 2018-07-17 14:17:42 UTC (rev 963)
@@ -1,6 +1,9 @@
import(distr)
import(RandVar)
importFrom("RobAStBase", "IC", "ContNeighborhood")
+importFrom("methods", "is")
+importFrom("stats", "dnorm", "integrate", "optim", "optimize", "pnorm",
+ "stepfun", "uniroot")
import(ROptRegTS)
export(rgsOptIC.AL,
rgsOptIC.M,
More information about the Robast-commits
mailing list