[Robast-commits] r1323 - in branches/robast-1.3/pkg/RobAStBase: . inst man tests/Examples
noreply at r-forge.r-project.org
noreply at r-forge.r-project.org
Sun Jan 12 01:23:11 CET 2025
Author: ruckdeschel
Date: 2025-01-12 01:23:11 +0100 (Sun, 12 Jan 2025)
New Revision: 1323
Modified:
branches/robast-1.3/pkg/RobAStBase/DESCRIPTION
branches/robast-1.3/pkg/RobAStBase/inst/CITATION
branches/robast-1.3/pkg/RobAStBase/inst/NEWS
branches/robast-1.3/pkg/RobAStBase/man/0RobAStBase-package.Rd
branches/robast-1.3/pkg/RobAStBase/tests/Examples/RobAStBase-Ex.Rout.save
Log:
[RobAStBase] ported changes from v 1.2.7 to branch 2.9
Modified: branches/robast-1.3/pkg/RobAStBase/DESCRIPTION
===================================================================
--- branches/robast-1.3/pkg/RobAStBase/DESCRIPTION 2025-01-12 00:18:06 UTC (rev 1322)
+++ branches/robast-1.3/pkg/RobAStBase/DESCRIPTION 2025-01-12 00:23:11 UTC (rev 1323)
@@ -6,7 +6,7 @@
Depends: R(>= 3.4), methods, rrcov, distr(>= 2.8.0), distrEx(>= 2.8.0), distrMod(>= 2.8.1),
RandVar(>= 1.2.0)
Suggests: ROptEst(>= 1.2.0), RUnit(>= 0.4.26)
-Imports: startupmsg, graphics, grDevices, stats
+Imports: startupmsg(>= 1.0.0), graphics, grDevices, stats
Authors at R: c(person("Matthias", "Kohl", role=c("cre", "cph", "aut"),
email="Matthias.Kohl at stamats.de", comment = c(ORCID =
"0000-0001-9514-8910")), person("Peter", "Ruckdeschel",role=c("aut",
Modified: branches/robast-1.3/pkg/RobAStBase/inst/CITATION
===================================================================
--- branches/robast-1.3/pkg/RobAStBase/inst/CITATION 2025-01-12 00:18:06 UTC (rev 1322)
+++ branches/robast-1.3/pkg/RobAStBase/inst/CITATION 2025-01-12 00:23:11 UTC (rev 1323)
@@ -5,7 +5,8 @@
bibentry(
bibtype = "Manual",
title = "RobAStBase: Robust Asymptotic Statistics",
- author = c(person("Matthias", "Kohl"), person("Peter", "Ruckdeschel")),
+ author = c(person("Matthias", "Kohl", comment = c(ORCID = "0000-0001-9514-8910")),
+ person("Peter", "Ruckdeschel", comment = c(ORCID = "0000-0001-7815-4809"))),
language = "English",
year = year,
note = note,
Modified: branches/robast-1.3/pkg/RobAStBase/inst/NEWS
===================================================================
--- branches/robast-1.3/pkg/RobAStBase/inst/NEWS 2025-01-12 00:18:06 UTC (rev 1322)
+++ branches/robast-1.3/pkg/RobAStBase/inst/NEWS 2025-01-12 00:23:11 UTC (rev 1323)
@@ -10,8 +10,16 @@
#######################################
version 1.3
#######################################
+
+#######################################
+version 1.2.7
+#######################################
+
under the hood:
-+ changed encoding to UTF-8 and updated URL for r-forge project homepage
++ adapted reference output for new startupmsg
++ transformed CITATION file to new format, i.e., bibentry() instead of citEntry(),
+ c(as.person( .... ), as.person( .... ), ...), instead of
+ as.personList(....)
#######################################
version 1.2.6
Modified: branches/robast-1.3/pkg/RobAStBase/man/0RobAStBase-package.Rd
===================================================================
--- branches/robast-1.3/pkg/RobAStBase/man/0RobAStBase-package.Rd 2025-01-12 00:18:06 UTC (rev 1322)
+++ branches/robast-1.3/pkg/RobAStBase/man/0RobAStBase-package.Rd 2025-01-12 00:23:11 UTC (rev 1323)
@@ -11,17 +11,16 @@
\details{
\tabular{ll}{
Package: \tab RobAStBase \cr
-Version: \tab 1.3.0 \cr
-Date: \tab 2024-08-29 \cr
-Depends: \tab R(>= 3.4), methods, rrcov, distr(>= 2.8.0), distrEx(>= 2.8.0),
- distrMod(>= 2.8.1),RandVar(>= 1.2.0) \cr
+Version: \tab 1.2.7 \cr
+Date: \tab 2025-01-12 \cr
+Depends: \tab R(>= 3.4), methods, rrcov, distr(>= 2.8.0), distrEx(>= 2.8.0), distrMod(>= 2.8.1),RandVar(>= 1.2.0) \cr
Suggests: \tab ROptEst(>= 1.2.0), RUnit(>= 0.4.26) \cr
-Imports: \tab startupmsg, graphics, grDevices, stats \cr
+Imports: \tab startupmsg(>= 1.0.0), graphics, grDevices, stats \cr
ByteCompile: \tab yes \cr
Encoding: \tab latin1 \cr
License: \tab LGPL-3 \cr
-URL: \tab https://robast.r-forge.r-project.org/\cr
-VCS/SVNRevision: \tab 1305 \cr
+URL: \tab https://r-forge.r-project.org/projects/robast/\cr
+VCS/SVNRevision: \tab 1321 \cr
}
}
\author{
@@ -46,10 +45,8 @@
}
\examples{
library(RobAStBase)
-
## some L2 differentiable parametric family from package distrMod, e.g.
B <- BinomFamily(size = 25, prob = 0.25)
-
## classical optimal IC
IC0 <- optIC(model = B, risk = asCov())
plot(IC0) # plot IC
Modified: branches/robast-1.3/pkg/RobAStBase/tests/Examples/RobAStBase-Ex.Rout.save
===================================================================
--- branches/robast-1.3/pkg/RobAStBase/tests/Examples/RobAStBase-Ex.Rout.save 2025-01-12 00:18:06 UTC (rev 1322)
+++ branches/robast-1.3/pkg/RobAStBase/tests/Examples/RobAStBase-Ex.Rout.save 2025-01-12 00:23:11 UTC (rev 1323)
@@ -1,6 +1,6 @@
-R Under development (unstable) (2024-08-17 r87027 ucrt) -- "Unsuffered Consequences"
-Copyright (C) 2024 The R Foundation for Statistical Computing
+R Under development (unstable) (2025-01-10 r87562 ucrt) -- "Unsuffered Consequences"
+Copyright (C) 2025 The R Foundation for Statistical Computing
Platform: x86_64-w64-mingw32/x64
R is free software and comes with ABSOLUTELY NO WARRANTY.
@@ -28,32 +28,29 @@
Loading required package: distr
Loading required package: startupmsg
-:startupmsg> Utilities for Start-Up Messages (version 0.9.7)
+:startupmsg> *** Utilities for Start-Up Messages ***
:startupmsg>
-:startupmsg> For more information see ?"startupmsg",
-:startupmsg> NEWS("startupmsg")
-
+:startupmsg> Version information in start-up messages is
+:startupmsg> currently suppressed. To see such information on
+:startupmsg> startup as in versions of this pkg prior to this
+:startupmsg> versionr, set option "StartupBanner" to a value
+:startupmsg> different to {"off", "no-version", "no -
+:startupmsg> version"}, e.g., by options("StartupBanner" =
+:startupmsg> "complete") or by options("StartupBanner" = NULL)
+:startupmsg> or by options("StartupBanner" = "something else").
+:startupmsg>
+:startupmsg> Detailed information about which packages are
+:startupmsg> currently loaded or attached at which version
+:startupmsg> (regardless of whether these have start-up
+:startupmsg> messages managed by this package) can be obtained
+:startupmsg> by "sessionInfo()".
+:startupmsg>
+:startupmsg>
Loading required package: sfsmisc
-:distr> Object Oriented Implementation of Distributions (version
-:distr> 2.9.4)
+:distr> *** Object Oriented Implementation of Distributions ***
:distr>
-:distr> Attention: Arithmetics on distribution objects are
-:distr> understood as operations on corresponding random variables
-:distr> (r.v.s); see distrARITH().
:distr>
-:distr> Some functions from package 'stats' are intentionally masked
-:distr> ---see distrMASK().
-:distr>
-:distr> Note that global options are controlled by distroptions()
-:distr> ---c.f. ?"distroptions".
-:distr>
-:distr> For more information see ?"distr", NEWS("distr"), as well as
-:distr> http://distr.r-forge.r-project.org/
-:distr> Package "distrDoc" provides a vignette to this package as
-:distr> well as to several extension packages; try
-:distr> vignette("distr").
-
Attaching package: 'distr'
The following objects are masked from 'package:stats':
@@ -61,23 +58,10 @@
df, qqplot, sd
Loading required package: distrEx
-:distrEx> Extensions of Package 'distr' (version 2.9.2)
+:distrEx> *** Extensions of Package 'distr' ***
:distrEx>
-:distrEx> Note: Packages "e1071", "moments", "fBasics" should be
-:distrEx> attached /before/ package "distrEx". See
-:distrEx> distrExMASK().Note: Extreme value distribution
-:distrEx> functionality has been moved to
:distrEx>
-:distrEx> package "RobExtremes". See distrExMOVED().
-:distrEx>
-:distrEx> For more information see ?"distrEx", NEWS("distrEx"), as
-:distrEx> well as
-:distrEx> http://distr.r-forge.r-project.org/
-:distrEx> Package "distrDoc" provides a vignette to this package
-:distrEx> as well as to several related packages; try
-:distrEx> vignette("distr").
-
Attaching package: 'distrEx'
The following objects are masked from 'package:stats':
@@ -86,36 +70,16 @@
Loading required package: distrMod
Loading required package: RandVar
-:RandVar> Implementation of Random Variables (version 1.2.3)
+:RandVar> *** Implementation of Random Variables ***
:RandVar>
-:RandVar> For more information see ?"RandVar", NEWS("RandVar"), as
-:RandVar> well as
-:RandVar> https://r-forge.r-project.org/projects/robast/
-:RandVar> This package also includes a vignette; try
-:RandVar> vignette("RandVar").
-
+:RandVar>
Loading required package: MASS
Loading required package: stats4
-:distrMod> Object Oriented Implementation of Probability Models
-:distrMod> (version 2.9.1)
+:distrMod> *** Object Oriented Implementation of Probability
+:distrMod> Models ***
:distrMod>
-:distrMod> Some functions from pkg's 'base' and 'stats' are
-:distrMod> intentionally masked ---see distrModMASK().
:distrMod>
-:distrMod> Note that global options are controlled by
-:distrMod> distrModoptions() ---c.f. ?"distrModoptions".
-:distrMod>
-:distrMod> For more information see ?"distrMod",
-:distrMod> NEWS("distrMod"), as well as
-:distrMod> http://distr.r-forge.r-project.org/
-:distrMod> There is a vignette to this package; try
-:distrMod> vignette("distrMod").
-:distrMod> Package "distrDoc" provides a vignette to the other
-:distrMod> distrXXX packages,
-:distrMod> as well as to several related packages; try
-:distrMod> vignette("distr").
-
Attaching package: 'distrMod'
The following object is masked from 'package:stats4':
@@ -130,19 +94,10 @@
norm
-:RobAStBase> Robust Asymptotic Statistics (version 1.2.5)
+:RobAStBase> *** Robust Asymptotic Statistics ***
:RobAStBase>
-:RobAStBase> Some functions from pkg's 'stats' and 'graphics'
-:RobAStBase> are intentionally masked ---see RobAStBaseMASK().
:RobAStBase>
-:RobAStBase> Note that global options are controlled by
-:RobAStBase> RobAStBaseoptions() ---c.f. ?"RobAStBaseoptions".
-:RobAStBase>
-:RobAStBase> For more information see ?"RobAStBase",
-:RobAStBase> NEWS("RobAStBase"), as well as
-:RobAStBase> https://r-forge.r-project.org/projects/robast/
-
Attaching package: 'RobAStBase'
The following object is masked from 'package:graphics':
@@ -286,7 +241,7 @@
Slot "weight":
function(x) 1
-<bytecode: 0x000001f203e1d4a0>
+<bytecode: 0x000002744c422eb0>
<environment: namespace:RobAStBase>
>
@@ -317,7 +272,7 @@
Slot "weight":
function(x) 1
-<bytecode: 0x000001f203bad840>
+<bytecode: 0x000002744d1681f8>
<environment: namespace:RobAStBase>
>
@@ -703,7 +658,7 @@
Slot "weight":
function(x) 1
-<bytecode: 0x000001f203aafaa8>
+<bytecode: 0x000002744d2a4270>
<environment: namespace:RobAStBase>
>
@@ -1082,7 +1037,7 @@
Slot "weight":
function(x) 1
-<bytecode: 0x000001f203d32ce0>
+<bytecode: 0x000002744cf5c2a0>
<environment: namespace:RobAStBase>
>
@@ -1305,7 +1260,7 @@
}
quantile(slot(norm, "fct")(data), cutoff.quantile)
}
-<environment: 0x000001f20e24dc18>
+<environment: 0x0000027451abf738>
Slot "cutoff.quantile":
[1] 0.95
@@ -1341,7 +1296,7 @@
}
quantile(slot(norm, "fct")(data), cutoff.quantile)
}
-<environment: 0x000001f20e1b7e08>
+<environment: 0x0000027451a05c40>
Slot "cutoff.quantile":
[1] 0.95
@@ -1366,7 +1321,7 @@
quantile((rowSums(N0^2))^0.5, 0.95)
}
}
-<environment: 0x000001f20e17d080>
+<environment: 0x0000027451911658>
Slot "cutoff.quantile":
[1] 0.95
@@ -1389,7 +1344,7 @@
qchisq(df = dim, 0.95)^0.5
}
}
-<environment: 0x000001f20e139c80>
+<environment: 0x00000274518bf620>
Slot "cutoff.quantile":
[1] 0.95
@@ -1437,7 +1392,7 @@
> myrisk <- asMSE()
> getRiskFctBV(myrisk)
function(bias, var) return(bias^2+var)
-<environment: 0x000001f20da47518>
+<environment: 0x000002744df91070>
>
>
>
@@ -1681,7 +1636,7 @@
return(abs(x))
else return(sqrt(colSums(x^2)))
}
-<bytecode: 0x000001f20a677df8>
+<bytecode: 0x0000027453c1a820>
<environment: namespace:distrMod>
>
@@ -1872,7 +1827,7 @@
> cleanEx()
> options(digits = 7L)
> base::cat("Time elapsed: ", proc.time() - base::get("ptime", pos = 'CheckExEnv'),"\n")
-Time elapsed: 28.5 1.04 30.8 NA NA
+Time elapsed: 14.41 0.55 15.03 NA NA
> grDevices::dev.off()
null device
1
More information about the Robast-commits
mailing list