[Robast-commits] r833 - branches/robast-1.0/pkg/RobRex/tests/Examples
noreply at r-forge.r-project.org
noreply at r-forge.r-project.org
Sun May 3 19:41:24 CEST 2015
Author: stamats
Date: 2015-05-03 19:41:24 +0200 (Sun, 03 May 2015)
New Revision: 833
Modified:
branches/robast-1.0/pkg/RobRex/tests/Examples/RobRex-Ex.Rout.save
Log:
update of Rout.save file
Modified: branches/robast-1.0/pkg/RobRex/tests/Examples/RobRex-Ex.Rout.save
===================================================================
--- branches/robast-1.0/pkg/RobRex/tests/Examples/RobRex-Ex.Rout.save 2015-05-03 17:36:52 UTC (rev 832)
+++ branches/robast-1.0/pkg/RobRex/tests/Examples/RobRex-Ex.Rout.save 2015-05-03 17:41:24 UTC (rev 833)
@@ -1,7 +1,7 @@
-R version 2.10.0 beta (2009-10-15 r50107)
-Copyright (C) 2009 The R Foundation for Statistical Computing
-ISBN 3-900051-07-0
+R Under development (unstable) (2015-05-02 r68310) -- "Unsuffered Consequences"
+Copyright (C) 2015 The R Foundation for Statistical Computing
+Platform: x86_64-unknown-linux-gnu (64-bit)
R is free software and comes with ABSOLUTELY NO WARRANTY.
You are welcome to redistribute it under certain conditions.
@@ -17,88 +17,32 @@
'help.start()' for an HTML browser interface to help.
Type 'q()' to quit R.
-> ### * <HEADER>
-> ###
-> attach(NULL, name = "CheckExEnv")
-> assign("nameEx",
-+ local({
-+ s <- "__{must remake R-ex/*.R}__"
-+ function(new) {
-+ if(!missing(new)) s <<- new else s
-+ }
-+ }),
-+ pos = "CheckExEnv")
-> ## Add some hooks to label plot pages for base and grid graphics
-> assign("base_plot_hook",
-+ function() {
-+ pp <- par(c("mfg","mfcol","oma","mar"))
-+ if(all(pp$mfg[1:2] == c(1, pp$mfcol[2]))) {
-+ outer <- (oma4 <- pp$oma[4]) > 0; mar4 <- pp$mar[4]
-+ mtext(sprintf("help(\"%s\")", nameEx()), side = 4,
-+ line = if(outer)max(1, oma4 - 1) else min(1, mar4 - 1),
-+ outer = outer, adj = 1, cex = .8, col = "orchid", las=3)
-+ }
-+ },
-+ pos = "CheckExEnv")
-> assign("grid_plot_hook",
-+ function() {
-+ grid::pushViewport(grid::viewport(width=grid::unit(1, "npc") -
-+ grid::unit(1, "lines"), x=0, just="left"))
-+ grid::grid.text(sprintf("help(\"%s\")", nameEx()),
-+ x=grid::unit(1, "npc") + grid::unit(0.5, "lines"),
-+ y=grid::unit(0.8, "npc"), rot=90,
-+ gp=grid::gpar(col="orchid"))
-+ },
-+ pos = "CheckExEnv")
-> setHook("plot.new", get("base_plot_hook", pos = "CheckExEnv"))
-> setHook("persp", get("base_plot_hook", pos = "CheckExEnv"))
-> setHook("grid.newpage", get("grid_plot_hook", pos = "CheckExEnv"))
-> assign("cleanEx",
-+ function(env = .GlobalEnv) {
-+ rm(list = ls(envir = env, all.names = TRUE), envir = env)
-+ RNGkind("default", "default")
-+ set.seed(1)
-+ options(warn = 1)
-+ .CheckExEnv <- as.environment("CheckExEnv")
-+ delayedAssign("T", stop("T used instead of TRUE"),
-+ assign.env = .CheckExEnv)
-+ delayedAssign("F", stop("F used instead of FALSE"),
-+ assign.env = .CheckExEnv)
-+ sch <- search()
-+ newitems <- sch[! sch %in% .oldSearch]
-+ for(item in rev(newitems))
-+ eval(substitute(detach(item), list(item=item)))
-+ missitems <- .oldSearch[! .oldSearch %in% sch]
-+ if(length(missitems))
-+ warning("items ", paste(missitems, collapse=", "),
-+ " have been removed from the search path")
-+ },
-+ pos = "CheckExEnv")
-> assign("ptime", proc.time(), pos = "CheckExEnv")
-> ## at least one package changes these via ps.options(), so do this
-> ## before loading the package.
-> ## Use postscript as incomplete files may be viewable, unlike PDF.
-> ## Choose a size that is close to on-screen devices, fix paper
-> grDevices::ps.options(width = 7, height = 7, paper = "a4", reset = TRUE)
-> grDevices::postscript("RobRex-Ex.ps")
->
-> assign("par.postscript", graphics::par(no.readonly = TRUE), pos = "CheckExEnv")
-> options(contrasts = c(unordered = "contr.treatment", ordered = "contr.poly"))
+> pkgname <- "RobRex"
+> source(file.path(R.home("share"), "R", "examples-header.R"))
> options(warn = 1)
> library('RobRex')
Loading required package: ROptRegTS
+Loading required package: ROptEstOld
Loading required package: distr
Loading required package: startupmsg
-:startupmsg> Utilities for start-up messages (version 0.7)
+:startupmsg> Utilities for Start-Up Messages (version 0.9.1)
:startupmsg>
:startupmsg> For more information see ?"startupmsg",
:startupmsg> NEWS("startupmsg")
Loading required package: sfsmisc
Loading required package: SweaveListingUtils
-:SweaveListingUtils> Utilities for Sweave together with
-:SweaveListingUtils> TeX listings package (version 0.4)
+:SweaveListingUtils> Utilities for Sweave Together with
+:SweaveListingUtils> TeX 'listings' Package (version
+:SweaveListingUtils> 0.7)
:SweaveListingUtils>
+:SweaveListingUtils> NOTE: Support for this package
+:SweaveListingUtils> will stop soon.
+:SweaveListingUtils>
+:SweaveListingUtils> Package 'knitr' is providing the
+:SweaveListingUtils> same functionality in a better
+:SweaveListingUtils> way.
+:SweaveListingUtils>
:SweaveListingUtils> Some functions from package 'base'
:SweaveListingUtils> are intentionally masked ---see
:SweaveListingUtils> SweaveListingMASK().
@@ -116,16 +60,14 @@
:SweaveListingUtils> vignette("ExampleSweaveListingUtils").
-Attaching package: 'SweaveListingUtils'
+Attaching package: ‘SweaveListingUtils’
+The following objects are masked from ‘package:base’:
- The following object(s) are masked from package:base :
+ library, require
- library,
- require
-
-:distr> Object orientated implementation of distributions (version
-:distr> 2.2)
+:distr> Object Oriented Implementation of Distributions (version
+:distr> 2.6)
:distr>
:distr> Attention: Arithmetics on distribution objects are
:distr> understood as operations on corresponding random variables
@@ -144,31 +86,22 @@
:distr> vignette("distr").
-Attaching package: 'distr'
+Attaching package: ‘distr’
+The following objects are masked from ‘package:stats’:
- The following object(s) are masked from package:stats :
+ df, qqplot, sd
- df,
- qqplot,
- sd
-
Loading required package: distrEx
-Loading required package: evd
-Loading required package: actuar
-
-Attaching package: 'actuar'
-
-
- The following object(s) are masked from package:grDevices :
-
- cm
-
-:distrEx> Extensions of package distr (version 2.2)
+:distrEx> Extensions of Package 'distr' (version 2.6)
:distrEx>
:distrEx> Note: Packages "e1071", "moments", "fBasics" should be
-:distrEx> attached /before/ package "distrEx". See distrExMASK().
+: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/
@@ -177,18 +110,14 @@
:distrEx> vignette("distr").
-Attaching package: 'distrEx'
+Attaching package: ‘distrEx’
+The following objects are masked from ‘package:stats’:
- The following object(s) are masked from package:stats :
+ IQR, mad, median, var
- IQR,
- mad,
- median,
- var
-
Loading required package: RandVar
-:RandVar> Implementation of random variables (version 0.7)
+:RandVar> Implementation of Random Variables (version 1.0)
:RandVar>
:RandVar> For more information see ?"RandVar", NEWS("RandVar"), as
:RandVar> well as
@@ -196,19 +125,18 @@
:RandVar> This package also includes a vignette; try
:RandVar> vignette("RandVar").
-Loading required package: ROptEstOld
+Loading required package: evd
-Attaching package: 'ROptEstOld'
+Attaching package: ‘ROptEstOld’
+The following object is masked from ‘package:graphics’:
- The following object(s) are masked from package:graphics :
+ clip
- clip
-
>
-> assign(".oldSearch", search(), pos = 'CheckExEnv')
-> assign(".oldNS", loadedNamespaces(), pos = 'CheckExEnv')
-> cleanEx(); nameEx("rgsOptIC.AL")
+> base::assign(".oldSearch", base::search(), pos = 'CheckExEnv')
+> cleanEx()
+> nameEx("rgsOptIC.AL")
> ### * rgsOptIC.AL
>
> flush(stderr()); flush(stdout())
@@ -251,7 +179,8 @@
>
>
>
-> cleanEx(); nameEx("rgsOptIC.ALc")
+> cleanEx()
+> nameEx("rgsOptIC.ALc")
> ### * rgsOptIC.ALc
>
> flush(stderr()); flush(stdout())
@@ -286,7 +215,8 @@
>
>
>
-> cleanEx(); nameEx("rgsOptIC.ALs")
+> cleanEx()
+> nameEx("rgsOptIC.ALs")
> ### * rgsOptIC.ALs
>
> flush(stderr()); flush(stdout())
@@ -309,7 +239,8 @@
>
>
>
-> cleanEx(); nameEx("rgsOptIC.BM")
+> cleanEx()
+> nameEx("rgsOptIC.BM")
> ### * rgsOptIC.BM
>
> flush(stderr()); flush(stdout())
@@ -331,7 +262,8 @@
>
>
>
-> cleanEx(); nameEx("rgsOptIC.M")
+> cleanEx()
+> nameEx("rgsOptIC.M")
> ### * rgsOptIC.M
>
> flush(stderr()); flush(stdout())
@@ -353,7 +285,8 @@
>
>
>
-> cleanEx(); nameEx("rgsOptIC.MK")
+> cleanEx()
+> nameEx("rgsOptIC.MK")
> ### * rgsOptIC.MK
>
> flush(stderr()); flush(stdout())
@@ -375,7 +308,8 @@
>
>
>
-> cleanEx(); nameEx("rgsOptIC.Mc")
+> cleanEx()
+> nameEx("rgsOptIC.Mc")
> ### * rgsOptIC.Mc
>
> flush(stderr()); flush(stdout())
@@ -397,7 +331,8 @@
>
>
>
-> cleanEx(); nameEx("rgsOptIC.Ms")
+> cleanEx()
+> nameEx("rgsOptIC.Ms")
> ### * rgsOptIC.Ms
>
> flush(stderr()); flush(stdout())
@@ -421,8 +356,9 @@
>
> ### * <FOOTER>
> ###
-> cat("Time elapsed: ", proc.time() - get("ptime", pos = 'CheckExEnv'),"\n")
-Time elapsed: 15.664 0.132 18.409 0.004 0.004
+> options(digits = 7L)
+> base::cat("Time elapsed: ", proc.time() - base::get("ptime", pos = 'CheckExEnv'),"\n")
+Time elapsed: 6.473 0.068 6.537 0 0
> grDevices::dev.off()
null device
1
More information about the Robast-commits
mailing list