- using R version 4.0.3 (2020-10-10)
- using platform: x86_64-pc-linux-gnu (64-bit)
- using session charset: UTF-8
- checking for file ‘SUE/DESCRIPTION’ ... OK
- checking extension type ... Package
- this is package ‘SUE’ version ‘1.0’
- 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 ‘SUE’ can be installed ... OK
- checking package directory ... OK
- checking for future file timestamps ... OK
- checking DESCRIPTION meta-information ... NOTE
Malformed Description field: should contain one or more complete sentences.
- 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 ... [4s/6s] NOTE
SUE.fitted.values: no visible global function definition for
‘model.frame’
SUE.lm: no visible global function definition for ‘model.frame’
SUE.lm: no visible global function definition for ‘lm’
SUE.lm: no visible global function definition for ‘anova’
SUE.residuals: no visible global function definition for ‘model.frame’
parameters : para2: no visible global function definition for ‘uniroot’
parameters: no visible global function definition for ‘optimize’
parameters: no visible global function definition for ‘uniroot’
Undefined global functions or variables:
anova lm model.frame optimize uniroot
Consider adding
importFrom("stats", "anova", "lm", "model.frame", "optimize",
"uniroot")
to your NAMESPACE file.
- checking Rd files ... OK
- checking Rd metadata ... OK
- checking Rd line widths ... NOTE
Rd file 'SUE.lm.Rd':
\examples lines wider than 100 characters:
##We analysis the well known stackloss data by using ordinary linear method and the subsampling method.
##proportion of outliers in the data. The subsample size is chosen to be the default size of ns = 11.
plot(SUE.fitted.values(a2),SUE.residuals(a2),xlab="(b) fitted values",ylab="residuals",ylim=c(-12,12))
plot(SUE.fitted.values(a3),SUE.residuals(a3),xlab="(c) fitted values",ylab="residuals",ylim=c(-12,12))
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 ... [5s/6s] OK
- checking PDF version of manual ... OK
- checking for non-standard things in the check directory ... OK
- DONE
Status: 3 NOTEs