[Distr-commits] r733 - pkg/startupmsg/tests/Examples
noreply at r-forge.r-project.org
noreply at r-forge.r-project.org
Mon Sep 12 20:55:12 CEST 2011
Author: stamats
Date: 2011-09-12 20:55:11 +0200 (Mon, 12 Sep 2011)
New Revision: 733
Modified:
pkg/startupmsg/tests/Examples/startupmsg-Ex.Rout.save
Log:
update of from R 2.12.1 to R 2.13.1
Modified: pkg/startupmsg/tests/Examples/startupmsg-Ex.Rout.save
===================================================================
--- pkg/startupmsg/tests/Examples/startupmsg-Ex.Rout.save 2011-09-02 16:52:15 UTC (rev 732)
+++ pkg/startupmsg/tests/Examples/startupmsg-Ex.Rout.save 2011-09-12 18:55:11 UTC (rev 733)
@@ -1,5 +1,5 @@
-R version 2.12.1 Patched (2011-01-04 r53913)
+R version 2.13.1 Patched (2011-09-08 r56992)
Copyright (C) 2011 The R Foundation for Statistical Computing
ISBN 3-900051-07-0
Platform: x86_64-unknown-linux-gnu (64-bit)
@@ -95,7 +95,7 @@
> ### reading information file utilities
> readVersionInformation("stats")
$ver
-[1] "2.12.1"
+[1] "2.13.1"
$title
[1] "The R Stats Package"
@@ -131,7 +131,7 @@
>
> ## issuing of messages controlled by options()
> buildStartupMessage(pkg="stats", msg)
-:stats> The R Stats Package (version 2.12.1)
+:stats> The R Stats Package (version 2.13.1)
:stats>
:stats> Note that you may set global options by options() --- cf.
:stats> ?"options".
@@ -140,13 +140,13 @@
> suppressMessages(buildStartupMessage(pkg="stats", msg))
> onlytypeStartupMessages(buildStartupMessage(pkg="stats", msg),
+ atypes="version")
-The R Stats Package (version 2.12.1)
+The R Stats Package (version 2.13.1)
>
> getOption("StartupBanner")
NULL
> buildStartupMessage(pkg="stats", msg)
-:stats> The R Stats Package (version 2.12.1)
+:stats> The R Stats Package (version 2.13.1)
:stats>
:stats> Note that you may set global options by options() --- cf.
:stats> ?"options".
@@ -159,7 +159,7 @@
> options("StartupBanner"="complete");getOption("StartupBanner")
[1] "complete"
> buildStartupMessage(pkg="stats", msg)
-:stats> The R Stats Package (version 2.12.1)
+:stats> The R Stats Package (version 2.13.1)
:stats>
:stats> Note that you may set global options by options() --- cf.
:stats> ?"options".
@@ -168,13 +168,13 @@
> options("StartupBanner"="something else");getOption("StartupBanner")
[1] "something else"
> buildStartupMessage(pkg="stats", msg)
-:stats> The R Stats Package (version 2.12.1)
+:stats> The R Stats Package (version 2.13.1)
:stats>
>
> options("StartupBanner"=NULL);getOption("StartupBanner")
NULL
> buildStartupMessage(pkg="stats", msg)
-:stats> The R Stats Package (version 2.12.1)
+:stats> The R Stats Package (version 2.13.1)
:stats>
:stats> Note that you may set global options by options() --- cf.
:stats> ?"options".
@@ -183,7 +183,7 @@
>
> MNH <- "http://www.r-project.org/"
> buildStartupMessage(pkg="stats", msg, packageHelp=TRUE, MANUAL=MNH)
-:stats> The R Stats Package (version 2.12.1)
+:stats> The R Stats Package (version 2.13.1)
:stats>
:stats> Note that you may set global options by options() --- cf.
:stats> ?"options".
@@ -195,7 +195,7 @@
> ## "demo/nlm.R" as a "manual": to be system-independent the
> ## first call is to be preferred
> buildStartupMessage(pkg="stats", msg, packageHelp=TRUE, MANUAL=c("demo","nlm.R"))
-:stats> The R Stats Package (version 2.12.1)
+:stats> The R Stats Package (version 2.13.1)
:stats>
:stats> Note that you may set global options by options() --- cf.
:stats> ?"options".
@@ -204,7 +204,7 @@
> ### works, too, (i.e. is equivalent) under Linux and Windows (at least):
> buildStartupMessage(pkg="stats", msg, packageHelp=TRUE, MANUAL="demo/nlm.R")
-:stats> The R Stats Package (version 2.12.1)
+:stats> The R Stats Package (version 2.13.1)
:stats>
:stats> Note that you may set global options by options() --- cf.
:stats> ?"options".
@@ -218,7 +218,7 @@
> ### * <FOOTER>
> ###
> cat("Time elapsed: ", proc.time() - get("ptime", pos = 'CheckExEnv'),"\n")
-Time elapsed: 0.12 0 0.128 0 0
+Time elapsed: 0.12 0 0.116 0 0
> grDevices::dev.off()
null device
1
More information about the Distr-commits
mailing list