- using R version 2.15.3 (2013-03-01)
- using platform: i386-w64-mingw32 (32-bit)
- using session charset: ISO8859-1
- checking for file 'distrSim/DESCRIPTION' ... OK
- this is package 'distrSim' version '2.4'
- 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 'distrSim' 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 'distrSim-Ex_i386.Rout' to 'distrSim-Ex.Rout.save' ...
8,9c8
< :SweaveListingUtils> TeX listings package (version
< :SweaveListingUtils> 0.6.1)
---
> :SweaveListingUtils> TeX listings package (version 0.6)
37c36
< The following object(s) are masked from 'package:base':
---
> The following object is masked from 'package:base':
63c62
< The following object(s) are masked from 'package:stats':
---
> The following object is masked from 'package:stats':
84c83
< The following object(s) are masked from 'package:stats':
---
> The following object is masked from 'package:stats':
88c87
< The following object(s) are masked from 'package:base':
---
> The following object is masked from 'package:base':
93a93,102
> > assign(".ExTimings", "distrSim-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')
> >
99a109
> > assign(".ptime", proc.time(), pos = "CheckExEnv")
483a494,496
> >
> > assign(".dptime", (proc.time() - get(".ptime", pos = "CheckExEnv")), pos = "CheckExEnv")
> > cat("Contsimulation-class", get(".format_ptime", pos = 'CheckExEnv')(get(".dptime", pos = "CheckExEnv")), "\n", file=get(".ExTimings", pos = 'CheckExEnv'), append=TRUE, sep="\t")
489a503
> > assign(".ptime", proc.time(), pos = "CheckExEnv")
537a552,554
> >
> > assign(".dptime", (proc.time() - get(".ptime", pos = "CheckExEnv")), pos = "CheckExEnv")
> > cat("Dataclass-class", get(".format_ptime", pos = 'CheckExEnv')(get(".dptime", pos = "CheckExEnv")), "\n", file=get(".ExTimings", pos = 'CheckExEnv'), append=TRUE, sep="\t")
543a561
> > assign(".ptime", proc.time(), pos = "CheckExEnv")
777a796,798
> >
> > assign(".dptime", (proc.time() - get(".ptime", pos = "CheckExEnv")), pos = "CheckExEnv")
> > cat("Simulation-class", get(".format_ptime", pos = 'CheckExEnv')(get(".dptime", pos = "CheckExEnv")), "\n", file=get(".ExTimings", pos = 'CheckExEnv'), append=TRUE, sep="\t")
783a805
> > assign(".ptime", proc.time(), pos = "CheckExEnv")
803a826,828
> >
> > assign(".dptime", (proc.time() - get(".ptime", pos = "CheckExEnv")), pos = "CheckExEnv")
> > cat("cload", get(".format_ptime", pos = 'CheckExEnv')(get(".dptime", pos = "CheckExEnv")), "\n", file=get(".ExTimings", pos = 'CheckExEnv'), append=TRUE, sep="\t")
809a835
> > assign(".ptime", proc.time(), pos = "CheckExEnv")
829a856,857
>
> >
832a861,862
> > assign(".dptime", (proc.time() - get(".ptime", pos = "CheckExEnv")), pos = "CheckExEnv")
> > cat("distrSimMASK", get(".format_ptime", pos = 'CheckExEnv')(get(".dptime", pos = "CheckExEnv")), "\n", file=get(".ExTimings", pos = 'CheckExEnv'), append=TRUE, sep="\t")
838a869
> > assign(".ptime", proc.time(), pos = "CheckExEnv")
884a916,918
> >
> > assign(".dptime", (proc.time() - get(".ptime", pos = "CheckExEnv")), pos = "CheckExEnv")
> > cat("distrSimoptions", get(".format_ptime", pos = 'CheckExEnv')(get(".dptime", pos = "CheckExEnv")), "\n", file=get(".ExTimings", pos = 'CheckExEnv'), append=TRUE, sep="\t")
890a925
> > assign(".ptime", proc.time(), pos = "CheckExEnv")
909a945,947
> >
> > assign(".dptime", (proc.time() - get(".ptime", pos = "CheckExEnv")), pos = "CheckExEnv")
> > cat("subsetting-methods", 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 'distrSim-Ex_x64.Rout' to 'distrSim-Ex.Rout.save' ...
8,9c8
< :SweaveListingUtils> TeX listings package (version
< :SweaveListingUtils> 0.6.1)
---
> :SweaveListingUtils> TeX listings package (version 0.6)
37c36
< The following object(s) are masked from 'package:base':
---
> The following object is masked from 'package:base':
63c62
< The following object(s) are masked from 'package:stats':
---
> The following object is masked from 'package:stats':
84c83
< The following object(s) are masked from 'package:stats':
---
> The following object is masked from 'package:stats':
88c87
< The following object(s) are masked from 'package:base':
---
> The following object is masked from 'package:base':
93a93,102
> > assign(".ExTimings", "distrSim-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')
> >
99a109
> > assign(".ptime", proc.time(), pos = "CheckExEnv")
483a494,496
> >
> > assign(".dptime", (proc.time() - get(".ptime", pos = "CheckExEnv")), pos = "CheckExEnv")
> > cat("Contsimulation-class", get(".format_ptime", pos = 'CheckExEnv')(get(".dptime", pos = "CheckExEnv")), "\n", file=get(".ExTimings", pos = 'CheckExEnv'), append=TRUE, sep="\t")
489a503
> > assign(".ptime", proc.time(), pos = "CheckExEnv")
537a552,554
> >
> > assign(".dptime", (proc.time() - get(".ptime", pos = "CheckExEnv")), pos = "CheckExEnv")
> > cat("Dataclass-class", get(".format_ptime", pos = 'CheckExEnv')(get(".dptime", pos = "CheckExEnv")), "\n", file=get(".ExTimings", pos = 'CheckExEnv'), append=TRUE, sep="\t")
543a561
> > assign(".ptime", proc.time(), pos = "CheckExEnv")
777a796,798
> >
> > assign(".dptime", (proc.time() - get(".ptime", pos = "CheckExEnv")), pos = "CheckExEnv")
> > cat("Simulation-class", get(".format_ptime", pos = 'CheckExEnv')(get(".dptime", pos = "CheckExEnv")), "\n", file=get(".ExTimings", pos = 'CheckExEnv'), append=TRUE, sep="\t")
783a805
> > assign(".ptime", proc.time(), pos = "CheckExEnv")
803a826,828
> >
> > assign(".dptime", (proc.time() - get(".ptime", pos = "CheckExEnv")), pos = "CheckExEnv")
> > cat("cload", get(".format_ptime", pos = 'CheckExEnv')(get(".dptime", pos = "CheckExEnv")), "\n", file=get(".ExTimings", pos = 'CheckExEnv'), append=TRUE, sep="\t")
809a835
> > assign(".ptime", proc.time(), pos = "CheckExEnv")
829a856,857
>
> >
832a861,862
> > assign(".dptime", (proc.time() - get(".ptime", pos = "CheckExEnv")), pos = "CheckExEnv")
> > cat("distrSimMASK", get(".format_ptime", pos = 'CheckExEnv')(get(".dptime", pos = "CheckExEnv")), "\n", file=get(".ExTimings", pos = 'CheckExEnv'), append=TRUE, sep="\t")
838a869
> > assign(".ptime", proc.time(), pos = "CheckExEnv")
884a916,918
> >
> > assign(".dptime", (proc.time() - get(".ptime", pos = "CheckExEnv")), pos = "CheckExEnv")
> > cat("distrSimoptions", get(".format_ptime", pos = 'CheckExEnv')(get(".dptime", pos = "CheckExEnv")), "\n", file=get(".ExTimings", pos = 'CheckExEnv'), append=TRUE, sep="\t")
890a925
> > assign(".ptime", proc.time(), pos = "CheckExEnv")
909a945,947
> >
> > assign(".dptime", (proc.time() - get(".ptime", pos = "CheckExEnv")), pos = "CheckExEnv")
> > cat("subsetting-methods", 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