* using log directory 'd:/Rcompile/CRANpkg/local/3.3/MANOVA.RM.Rcheck' * using R version 3.3.3 (2017-03-06) * using platform: x86_64-w64-mingw32 (64-bit) * using session charset: ISO8859-1 * checking for file 'MANOVA.RM/DESCRIPTION' ... OK * checking extension type ... Package * this is package 'MANOVA.RM' version '0.1.2' * 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 'MANOVA.RM' can be installed ... OK * checking installed package size ... OK * 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 * 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 ... 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 installed files from 'inst/doc' ... OK * checking files in 'vignettes' ... OK * checking examples ... ERROR Running examples in 'MANOVA.RM-Ex.R' failed The error most likely occurred in: > ### Name: MANOVA.wide > ### Title: Tests for Multivariate Data in Semi-Parametric Factorial Designs > ### Aliases: MANOVA.wide > > ### ** Examples > > #Example on producing plastic film from Krzanowski (1998, p. 381), see \code{manova.summary} > tear <- c(6.5, 6.2, 5.8, 6.5, 6.5, 6.9, 7.2, 6.9, 6.1, 6.3, + 6.7, 6.6, 7.2, 7.1, 6.8, 7.1, 7.0, 7.2, 7.5, 7.6) > gloss <- c(9.5, 9.9, 9.6, 9.6, 9.2, 9.1, 10.0, 9.9, 9.5, 9.4, + 9.1, 9.3, 8.3, 8.4, 8.5, 9.2, 8.8, 9.7, 10.1, 9.2) > opacity <- c(4.4, 6.4, 3.0, 4.1, 0.8, 5.7, 2.0, 3.9, 1.9, 5.7, + 2.8, 4.1, 3.8, 1.6, 3.4, 8.4, 5.2, 6.9, 2.7, 1.9) > rate <- gl(2,10, labels = c("Low", "High")) > additive <- gl(2, 5, length = 20, labels = c("Low", "High")) > example <- data.frame(tear, gloss, opacity, rate, additive) > fit <- MANOVA.wide(cbind(tear, gloss, opacity) ~ rate * additive, + data = example, iter = 100, CPU = 1) Error in deparse(...) : unused argument (lex.order = TRUE) Calls: MANOVA.wide ... split.default -> .NotYetUsed -> gettextf -> sprintf -> deparse Execution halted * checking for unstated dependencies in vignettes ... OK * checking package vignettes in 'inst/doc' ... OK * checking re-building of vignette outputs ... [112s] WARNING Error in re-building vignettes: ... Quitting from lines 162-174 (Introduction_to_MANOVA.RM.Rmd) Error: processing vignette 'Introduction_to_MANOVA.RM.Rmd' failed with diagnostics: unused argument (lex.order = TRUE) Execution halted * checking PDF version of manual ... OK * DONE Status: 1 ERROR, 1 WARNING