- using R version 2.15.2 (2012-10-26)
- using platform: x86_64-w64-mingw32 (64-bit)
- using session charset: ISO8859-1
- checking for file 'startupmsg/DESCRIPTION' ... OK
- this is package 'startupmsg' version '0.8'
- package encoding: latin1
- checking package namespace information ... OK
- checking package dependencies ... OK
- checking if this is a source package ... OK
- checking if there is a namespace ... OK
- checking whether package 'startupmsg' can be installed ... OK
- checking installed package size ... OK
- checking package directory ... OK
- checking for portable file names ... OK
- checking DESCRIPTION meta-information ... OK
- checking top-level files ... OK
- checking for left-over files ... OK
- checking index information ... OK
- checking package subdirectories ... OK
- checking R files for non-ASCII characters ... OK
- checking R files for syntax errors ... OK
- loading checks for arch 'i386'
** checking whether the package can be loaded ... OK
** checking whether the package can be loaded with stated dependencies ... OK
** checking whether the package can be unloaded cleanly ... OK
** checking whether the namespace can be loaded with stated dependencies ... OK
** checking whether the namespace can be unloaded cleanly ... OK
** checking loading without being on the library search path ... OK
- loading checks for arch 'x64'
** checking whether the package can be loaded ... OK
** checking whether the package can be loaded with stated dependencies ... OK
** checking whether the package can be unloaded cleanly ... OK
** checking whether the namespace can be loaded with stated dependencies ... OK
** checking whether the namespace can be unloaded cleanly ... OK
** checking loading without being on the library search path ... OK
- checking for unstated dependencies in R code ... OK
- checking S3 generic/method consistency ... OK
- checking replacement functions ... OK
- checking foreign function calls ... OK
- checking R code for possible problems ... OK
- checking Rd files ... OK
- checking Rd metadata ... OK
- checking Rd cross-references ... OK
- checking for missing documentation entries ... OK
- checking for code/documentation mismatches ... OK
- checking Rd \usage sections ... OK
- checking Rd contents ... OK
- checking for unstated dependencies in examples ... OK
- checking examples ...
** running examples for arch 'i386' ... OK
** checking differences from 'startupmsg-Ex_i386.Rout' to 'startupmsg-Ex.Rout.save' ...
8a9,18
> > assign(".ExTimings", "startupmsg-Ex.timings", pos = 'CheckExEnv')
> > cat("name\tuser\tsystem\telapsed\n", file=get(".ExTimings", pos = 'CheckExEnv'))
> > assign(".format_ptime",
> + function(x) {
> + if(!is.na(x[4L])) x[1L] <- x[1L] + x[4L]
> + if(!is.na(x[5L])) x[2L] <- x[2L] + x[5L]
> + format(x[1L:3L])
> + },
> + pos = 'CheckExEnv')
> >
14a25
> > assign(".ptime", proc.time(), pos = "CheckExEnv")
75c86
< [1] "2.15.2"
---
> [1] "3.0.0"
86,87c97,98
< Warning in file.show(file.path(system.file(package = pkg, lib.loc = library), :
< file.show(): file 'D:/RCompile/recent/R-215~1.2/library/stats/NEWS' does not exist
---
> Cannot open file '/home/kohlm/RTOP/Rdev/library/stats/NEWS': No such file or directory
>
91a103,105
> >
> > assign(".dptime", (proc.time() - get(".ptime", pos = "CheckExEnv")), pos = "CheckExEnv")
> > cat("StartupUtilities", get(".format_ptime", pos = 'CheckExEnv')(get(".dptime", pos = "CheckExEnv")), "\n", file=get(".ExTimings", pos = 'CheckExEnv'), append=TRUE, sep="\t")
97a112
> > assign(".ptime", proc.time(), pos = "CheckExEnv")
111c126
< :stats> The R Stats Package (version 2.15.2)
---
> :stats> The R Stats Package (version 3.0.0)
120c135
< The R Stats Package (version 2.15.2)
---
> The R Stats Package (version 3.0.0)
126c141
< :stats> The R Stats Package (version 2.15.2)
---
> :stats> The R Stats Package (version 3.0.0)
139c154
< :stats> The R Stats Package (version 2.15.2)
---
> :stats> The R Stats Package (version 3.0.0)
148c163
< :stats> The R Stats Package (version 2.15.2)
---
> :stats> The R Stats Package (version 3.0.0)
154c169
< :stats> The R Stats Package (version 2.15.2)
---
> :stats> The R Stats Package (version 3.0.0)
163c178
< :stats> The R Stats Package (version 2.15.2)
---
> :stats> The R Stats Package (version 3.0.0)
175c190
< :stats> The R Stats Package (version 2.15.2)
---
> :stats> The R Stats Package (version 3.0.0)
184c199
< :stats> The R Stats Package (version 2.15.2)
---
> :stats> The R Stats Package (version 3.0.0)
194a210,212
> >
> > assign(".dptime", (proc.time() - get(".ptime", pos = "CheckExEnv")), pos = "CheckExEnv")
> > cat("myStartupUtilities", get(".format_ptime", pos = 'CheckExEnv')(get(".dptime", pos = "CheckExEnv")), "\n", file=get(".ExTimings", pos = 'CheckExEnv'), append=TRUE, sep="\t")
OK
** running examples for arch 'x64' ... OK
** checking differences from 'startupmsg-Ex_x64.Rout' to 'startupmsg-Ex.Rout.save' ...
8a9,18
> > assign(".ExTimings", "startupmsg-Ex.timings", pos = 'CheckExEnv')
> > cat("name\tuser\tsystem\telapsed\n", file=get(".ExTimings", pos = 'CheckExEnv'))
> > assign(".format_ptime",
> + function(x) {
> + if(!is.na(x[4L])) x[1L] <- x[1L] + x[4L]
> + if(!is.na(x[5L])) x[2L] <- x[2L] + x[5L]
> + format(x[1L:3L])
> + },
> + pos = 'CheckExEnv')
> >
14a25
> > assign(".ptime", proc.time(), pos = "CheckExEnv")
75c86
< [1] "2.15.2"
---
> [1] "3.0.0"
86,87c97,98
< Warning in file.show(file.path(system.file(package = pkg, lib.loc = library), :
< file.show(): file 'D:/RCompile/recent/R-215~1.2/library/stats/NEWS' does not exist
---
> Cannot open file '/home/kohlm/RTOP/Rdev/library/stats/NEWS': No such file or directory
>
91a103,105
> >
> > assign(".dptime", (proc.time() - get(".ptime", pos = "CheckExEnv")), pos = "CheckExEnv")
> > cat("StartupUtilities", get(".format_ptime", pos = 'CheckExEnv')(get(".dptime", pos = "CheckExEnv")), "\n", file=get(".ExTimings", pos = 'CheckExEnv'), append=TRUE, sep="\t")
97a112
> > assign(".ptime", proc.time(), pos = "CheckExEnv")
111c126
< :stats> The R Stats Package (version 2.15.2)
---
> :stats> The R Stats Package (version 3.0.0)
120c135
< The R Stats Package (version 2.15.2)
---
> The R Stats Package (version 3.0.0)
126c141
< :stats> The R Stats Package (version 2.15.2)
---
> :stats> The R Stats Package (version 3.0.0)
139c154
< :stats> The R Stats Package (version 2.15.2)
---
> :stats> The R Stats Package (version 3.0.0)
148c163
< :stats> The R Stats Package (version 2.15.2)
---
> :stats> The R Stats Package (version 3.0.0)
154c169
< :stats> The R Stats Package (version 2.15.2)
---
> :stats> The R Stats Package (version 3.0.0)
163c178
< :stats> The R Stats Package (version 2.15.2)
---
> :stats> The R Stats Package (version 3.0.0)
175c190
< :stats> The R Stats Package (version 2.15.2)
---
> :stats> The R Stats Package (version 3.0.0)
184c199
< :stats> The R Stats Package (version 2.15.2)
---
> :stats> The R Stats Package (version 3.0.0)
194a210,212
> >
> > assign(".dptime", (proc.time() - get(".ptime", pos = "CheckExEnv")), pos = "CheckExEnv")
> > cat("myStartupUtilities", get(".format_ptime", pos = 'CheckExEnv')(get(".dptime", pos = "CheckExEnv")), "\n", file=get(".ExTimings", pos = 'CheckExEnv'), append=TRUE, sep="\t")
OK
- checking PDF version of manual ... OK