- using R Under development (unstable) (2018-04-21 r74624)
- using platform: x86_64-pc-linux-gnu (64-bit)
- using session charset: UTF-8
- using option ‘--no-stop-on-test-error’
- checking for file ‘LS2W/DESCRIPTION’ ... OK
- this is package ‘LS2W’ version ‘1.3-3’
- 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 whether package ‘LS2W’ can be installed ... [13s/28s] OK
- checking installed package size ... OK
- checking package directory ... 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 ... NOTE
Found the following apparent S3 methods exported but not registered:
AvBasis.wst2D LS2Wsim.cddews imwr.imwd threshold.imwd
See section ‘Registering S3 methods’ in the ‘Writing R Extensions’
manual.
- checking replacement functions ... OK
- checking foreign function calls ... OK
- checking R code for possible problems ... [10s/12s] NOTE
D2autoplot: no visible global function definition for ‘persp’
D2autoplot: no visible global function definition for ‘title’
Haar2MA.diag: no visible global function definition for ‘rnorm’
Haar2MA.horiz: no visible global function definition for ‘rnorm’
Haar2MA.vert: no visible global function definition for ‘rnorm’
LS2Wsim.cddews: no visible binding for global variable ‘rnorm’
cddews: no visible binding for global variable ‘var’
example.ls2w: no visible global function definition for ‘data’
example.ls2w: no visible binding for global variable ‘textures’
example.ls2w: no visible global function definition for ‘lda’
example.ls2w: no visible global function definition for ‘predict’
example.ls2w: no visible global function definition for ‘plot’
example.ls2w: no visible global function definition for ‘text’
specplot: no visible global function definition for ‘par’
specplot: no visible global function definition for ‘image’
specplot: no visible global function definition for ‘title’
specplot: no visible global function definition for ‘persp’
threshold.imwd: no visible binding for global variable ‘var’
threshold.imwd: no visible global function definition for ‘qnorm’
threshold.imwd: no visible global function definition for ‘pnorm’
threshold.imwd: no visible global function definition for ‘quantile’
Undefined global functions or variables:
data image lda par persp plot pnorm predict qnorm quantile rnorm text
textures title var
Consider adding
importFrom("graphics", "image", "par", "persp", "plot", "text",
"title")
importFrom("stats", "pnorm", "predict", "qnorm", "quantile", "rnorm",
"var")
importFrom("utils", "data")
to your NAMESPACE file.
- checking Rd files ... OK
- checking Rd metadata ... OK
- checking Rd line widths ... 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 line endings in C/C++/Fortran sources/headers ... OK
- checking pragmas in C/C++ headers and code ... OK
- checking compilation flags used ... OK
- checking compiled code ... NOTE
File ‘LS2W/libs/LS2W.so’:
Found no calls to: ‘R_registerRoutines’, ‘R_useDynamicSymbols’
It is good practice to register native routines and to disable symbol
search.
See ‘Writing portable packages’ in the ‘Writing R Extensions’ manual.
- checking examples ... OK
- checking PDF version of manual ... OK
- DONE
Status: 4 NOTEs