* using log directory 'd:/RCompile/CRANincoming/R-devel/StReg.Rcheck' * using R Under development (unstable) (2023-07-20 r84714 ucrt) * using platform: x86_64-w64-mingw32 * R was compiled by gcc.exe (GCC) 12.2.0 GNU Fortran (GCC) 12.2.0 * running under: Windows Server 2022 x64 (build 20348) * using session charset: UTF-8 * checking for file 'StReg/DESCRIPTION' ... OK * checking extension type ... Package * this is package 'StReg' version '1.1' * checking CRAN incoming feasibility ... NOTE Maintainer: 'Niraj Poudyal ' New submission Possibly misspelled words in DESCRIPTION: StReg (3:39) The Description field should not start with the package name, 'This package' or similar. * 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 serialization versions ... OK * checking whether package 'StReg' can be installed ... OK * checking installed package size ... OK * checking package directory ... OK * checking for future file timestamps ... 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 ... [16s] OK * checking Rd files ... OK * checking Rd metadata ... OK * checking Rd line widths ... NOTE Rd file 'StAR.Rd': \usage lines wider than 90 characters: StAR(Data, Trend = 1, lag = 1, v = 1, maxiter = 1000, meth = "BFGS", hes = "FALSE", init = "na") \examples lines wider than 100 characters: matplot(dates[2:length(y)],cbind(y[2:length(y)],star$fitted,star$trend),xlab="Months",type='l',lty=c(1,2,3),lwd=c(1,1,3),col=c("black", ... [TRUNCATED] legend("bottomleft",legend=c("data","trend","fitted values"),lty=c(1,2,3),lwd=c(1,1,3), col=c("black","blue","black"),cex=.85) matplot(dates[2:length(y)],cbind(star$cvar),xlab="Months",type='l',lty=2,lwd=1,ylab="fitted variance",xaxt="n") Rd file 'StDLM.Rd': \usage lines wider than 90 characters: StDLM(y, X, Trend = 1, lag = 1, v = 1, maxiter = 1000, meth = "BFGS", hes = "FALSE", init = "na") \examples lines wider than 100 characters: matplot(dates[(lag+1):length(y)],cbind(y[(lag+1):length(y)],stdlrm$fit,stdlrm$trend),xlab="Months",type='l',lty=c(1,2,3),lwd=c(1,1,3),c ... [TRUNCATED] legend("bottomleft",legend=c("data","trend","fitted values"),lty=c(1,2,3),lwd=c(1,1,3), col=c("black","blue","black"),cex=.85) matplot(dates[2:length(y)],cbind(stdlrm$cvar),xlab="Months",type='l',lty=2,lwd=1,ylab="fitted variance",xaxt="n") Rd file 'StLM.Rd': \examples lines wider than 100 characters: matplot(dates[1:length(y)],cbind(y[1:length(y)],stlrm$fit,stlrm$trend),xlab="Months",type='l',lty=c(1,2,3),lwd=c(1,1,3),col=c("black"," ... [TRUNCATED] legend("bottomleft",legend=c("data","trend","fitted values"),lty=c(1,2,3),lwd=c(1,1,3), col=c("black","blue","black"),cex=.85) matplot(dates[1:length(y)],cbind(stlrm$cvar),xlab="Months",type='l',lty=2,lwd=1,ylab="fitted variance",xaxt="n") Rd file 'StVAR.Rd': \usage lines wider than 90 characters: StVAR(Data, Trend = 1, lag = 1, v = 1, maxiter = 1000, meth = "BFGS", hes = "FALSE", init = "na") \examples lines wider than 100 characters: matplot(dates[2:length(y)],cbind(y[2:length(y)],stvar$fit[,1],stvar$trend[,1]),xlab="Months",type='l',lty=c(1,2,3),lwd=c(1,1,3),col=c ... [TRUNCATED] legend("bottomleft",legend=c("data","trend","fitted values"),lty=c(1,2,3),lwd=c(1,1,3), col=c("black","blue","black"),cex=.85) matplot(dates[2:length(y)],cbind(stvar$cvar),xlab="Months",type='l',lty=2,lwd=1,ylab="fitted variance",xaxt="n") matplot(dates[2:length(x)],cbind(x[2:length(x)],stvar$fit[,2],stvar$trend[,2]),xlab="Months",type='l',lty=c(1,2,3),lwd=c(1,1,3),col=c ... [TRUNCATED] legend("bottomleft",legend=c("data","trend","fitted values"),lty=c(1,2,3),lwd=c(1,1,3), col=c("black","blue","black"),cex=.85) matplot(dates[2:length(x)],cbind(stvar$cvar),xlab="Months",type='l',lty=2,lwd=1,ylab="fitted variance",xaxt="n") These lines will be truncated in the PDF manual. * 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 ... [66s] NOTE Examples with CPU (user + system) or elapsed time > 10s user system elapsed StDLM 40.46 4.42 45.27 StAR 11.42 0.65 12.06 * checking PDF version of manual ... [21s] OK * checking HTML version of manual ... OK * DONE Status: 3 NOTEs