* using log directory ‘/srv/hornik/tmp/CRAN/StReg.Rcheck’ * using R Under development (unstable) (2023-07-20 r84714) * using platform: x86_64-pc-linux-gnu * R was compiled by Debian clang version 16.0.6 (3) GNU Fortran (Debian 12.3.0-5) 12.3.0 * running under: Debian GNU/Linux trixie/sid * 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 ... [2s/2s] 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 executable files ... OK * checking for hidden files and directories ... OK * checking for portable file names ... OK * checking for sufficient/correct file permissions ... OK * checking serialization versions ... OK * checking whether package ‘StReg’ can be installed ... [5s/5s] 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 ... [1s/1s] OK * checking whether the package can be loaded with stated dependencies ... [1s/1s] OK * checking whether the package can be unloaded cleanly ... [1s/1s] OK * checking whether the namespace can be loaded with stated dependencies ... [1s/1s] OK * checking whether the namespace can be unloaded cleanly ... [1s/1s] OK * checking loading without being on the library search path ... [1s/1s] 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 ... [8s/8s] OK * checking Rd files ... [0s/0s] 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 ... [29s/29s] NOTE Examples with CPU (user + system) or elapsed time > 5s user system elapsed StDLM 19.342 0.000 19.343 StAR 5.454 0.136 5.591 * checking PDF version of manual ... [2s/2s] OK * checking HTML version of manual ... [0s/0s] OK * checking for non-standard things in the check directory ... OK * checking for detritus in the temp directory ... OK * DONE Status: 3 NOTEs