* using log directory 'd:/Rcompile/CRANpkg/local/3.6/rotations.Rcheck' * using R version 3.6.3 (2020-02-29) * using platform: x86_64-w64-mingw32 (64-bit) * using session charset: ISO8859-1 * checking for file 'rotations/DESCRIPTION' ... OK * checking extension type ... Package * this is package 'rotations' version '1.6.2' * package encoding: UTF-8 * 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 for hidden files and directories ... OK * checking for portable file names ... OK * checking whether package 'rotations' can be installed ... OK * checking installed package size ... NOTE installed size is 6.6Mb sub-directories of 1Mb or more: R 1.1Mb data 2.7Mb libs 2.2Mb * checking package directory ... OK * checking 'build' directory ... 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 ** checking use of S3 registration ... 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 use of S3 registration ... OK * checking 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 ... [11s] 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 contents of 'data' directory ... OK * checking data for non-ASCII characters ... OK * checking data for ASCII and uncompressed saves ... OK * checking line endings in C/C++/Fortran sources/headers ... OK * checking line endings in Makefiles ... OK * checking compilation flags in Makevars ... OK * checking for GNU extensions in Makefiles ... OK * checking for portable use of $(BLAS_LIBS) and $(LAPACK_LIBS) ... OK * checking pragmas in C/C++ headers and code ... OK * checking compiled code ... OK * checking sizes of PDF files under 'inst/doc' ... OK * checking installed files from 'inst/doc' ... OK * checking files in 'vignettes' ... OK * checking examples ... ** running examples for arch 'i386' ... ERROR Running examples in 'rotations-Ex.R' failed The error most likely occurred in: > ### Name: head > ### Title: Return the First or Last Parts of an Object > ### Aliases: head head.SO3 head.Q4 > > ### ** Examples > > head(letters) [1] "a" "b" "c" "d" "e" "f" > head(letters, n = -6L) [1] "a" "b" "c" "d" "e" "f" "g" "h" "i" "j" "k" "l" "m" "n" "o" "p" "q" "r" "s" [20] "t" > > head(freeny.x, n = 10L) lag quarterly revenue price index income level market potential [1,] 8.79636 4.70997 5.82110 12.9699 [2,] 8.79236 4.70217 5.82558 12.9733 [3,] 8.79137 4.68944 5.83112 12.9774 [4,] 8.81486 4.68558 5.84046 12.9806 [5,] 8.81301 4.64019 5.85036 12.9831 [6,] 8.90751 4.62553 5.86464 12.9854 [7,] 8.93673 4.61991 5.87769 12.9900 [8,] 8.96161 4.61654 5.89763 12.9943 [9,] 8.96044 4.61407 5.92574 12.9992 [10,] 9.00868 4.60766 5.94232 13.0033 > head(freeny.y) [1] 8.79236 8.79137 8.81486 8.81301 8.90751 8.93673 > > head(iris3) [1] 5.1 4.9 4.7 4.6 5.0 5.4 > head(iris3, c(6L, 2L)) Error in head.default(iris3, c(6L, 2L)) : length(n) == 1L is not TRUE Calls: head -> head.default -> stopifnot Execution halted ** running examples for arch 'x64' ... ERROR Running examples in 'rotations-Ex.R' failed The error most likely occurred in: > ### Name: head > ### Title: Return the First or Last Parts of an Object > ### Aliases: head head.SO3 head.Q4 > > ### ** Examples > > head(letters) [1] "a" "b" "c" "d" "e" "f" > head(letters, n = -6L) [1] "a" "b" "c" "d" "e" "f" "g" "h" "i" "j" "k" "l" "m" "n" "o" "p" "q" "r" "s" [20] "t" > > head(freeny.x, n = 10L) lag quarterly revenue price index income level market potential [1,] 8.79636 4.70997 5.82110 12.9699 [2,] 8.79236 4.70217 5.82558 12.9733 [3,] 8.79137 4.68944 5.83112 12.9774 [4,] 8.81486 4.68558 5.84046 12.9806 [5,] 8.81301 4.64019 5.85036 12.9831 [6,] 8.90751 4.62553 5.86464 12.9854 [7,] 8.93673 4.61991 5.87769 12.9900 [8,] 8.96161 4.61654 5.89763 12.9943 [9,] 8.96044 4.61407 5.92574 12.9992 [10,] 9.00868 4.60766 5.94232 13.0033 > head(freeny.y) [1] 8.79236 8.79137 8.81486 8.81301 8.90751 8.93673 > > head(iris3) [1] 5.1 4.9 4.7 4.6 5.0 5.4 > head(iris3, c(6L, 2L)) Error in head.default(iris3, c(6L, 2L)) : length(n) == 1L is not TRUE Calls: head -> head.default -> stopifnot Execution halted * checking for unstated dependencies in 'tests' ... OK * checking tests ... ** running tests for arch 'i386' ... [3s] OK Running 'test-all.R' [2s] ** running tests for arch 'x64' ... [3s] OK Running 'test-all.R' [3s] * checking for unstated dependencies in vignettes ... OK * checking package vignettes in 'inst/doc' ... OK * checking re-building of vignette outputs ... [45s] OK * checking PDF version of manual ... OK * DONE Status: 2 ERRORs, 1 NOTE