* using log directory 'd:/Rcompile/CRANpkg/local/4.6/CMAPSS.Rcheck' * using R version 4.6.1 (2026-06-24 ucrt) * using platform: x86_64-w64-mingw32 * R was compiled by gcc.exe (GCC) 14.3.0 GNU Fortran (GCC) 14.3.0 * running under: Windows Server 2022 x64 (build 20348) * using session charset: UTF-8 * current time: 2026-08-12 23:46:51 UTC * checking for file 'CMAPSS/DESCRIPTION' ... OK * this is package 'CMAPSS' version '0.1.1' * 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 'CMAPSS' can be installed ... OK * checking installed package size ... INFO installed size is 5.2Mb sub-directories of 1Mb or more: data 5.2Mb * checking package 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 code files for non-ASCII characters ... OK * checking R files for syntax errors ... OK * checking whether the package can be loaded ... [0s] OK * checking whether the package can be loaded with stated dependencies ... [0s] OK * checking whether the package can be unloaded cleanly ... [0s] OK * checking whether the namespace can be loaded with stated dependencies ... [0s] OK * checking whether the namespace can be unloaded cleanly ... [0s] OK * checking loading without being on the library search path ... [0s] 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 ... [2s] OK * checking Rd files ... [0s] NOTE checkRd: (-1) CMAPSS.Rd:10: Lost braces 10 | \item \code{train}{ a list of class "hhsmm.data" as the train dataset} | ^ checkRd: (-1) CMAPSS.Rd:11: Lost braces 11 | \item \code{test}{ a list of class "hhsmm.data" as the test dataset} | ^ checkRd: (-1) CMAPSS.Rd:12: Lost braces 12 | \item \code{subsets}{ a matrix containig the number of units in each subset of the CMAPSS data set (FD001-FD004) for the train and test datasets} | ^ * 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 ... [2s] OK * checking LazyData ... OK * checking data for ASCII and uncompressed saves ... OK * checking examples ... [2s] OK * checking PDF version of manual ... [25s] OK * checking HTML version of manual ... [1s] OK * DONE Status: 1 NOTE Check process probably crashed or hung up for 20 minutes ... killed Most likely this happened in the example checks (?), if not, ignore the following last lines of example output: List of 3 $ x : num [1:104897, 1:14] 643 642 642 642 643 ... ..- attr(*, "dimnames")=List of 2 .. ..$ : NULL .. ..$ : chr [1:14] "lpc.temp" "hpc.temp" "out.temp" "hpc.pres" ... $ N : num [1:707] 31 49 126 106 98 105 160 166 55 192 ... $ RUL: int [1:707] 112 98 69 82 91 93 91 95 111 96 ... - attr(*, "class")= chr "hhsmmdata" > CMAPSS$subsets FD001 FD002 FD003 FD004 Training units 100 260 100 249 Testing units 100 259 100 248 > > > > ### *