- using R version 3.4.4 (2018-03-15)
- using platform: x86_64-pc-linux-gnu (64-bit)
- using session charset: UTF-8
- checking for file ‘sideChannelAttack/DESCRIPTION’ ... OK
- this is package ‘sideChannelAttack’ version ‘1.0-6’
- 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 ‘sideChannelAttack’ can be installed ... OK
- 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 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 ... NOTE
Packages in Depends field not imported from:
‘ade4’ ‘corpcor’
These packages need to be imported from (in the NAMESPACE file)
for when this namespace is loaded but not attached.
- checking S3 generic/method consistency ... OK
- checking replacement functions ... OK
- checking foreign function calls ... OK
- checking R code for possible problems ... [7s/9s] NOTE
filter.PCA.default: no visible global function definition for
‘princomp’
filter.mRMR.default: no visible global function definition for
‘discretize’
gaussian.default: no visible global function definition for ‘cov’
gaussian.default: no visible global function definition for
‘cov.shrink’
plot.verify.cv: no visible global function definition for ‘plot’
plot.verify.cv: no visible global function definition for ‘points’
plot.verify.ho: no visible global function definition for ‘plot’
plot.verify.ho: no visible global function definition for ‘points’
plot.verify.loo: no visible global function definition for ‘plot’
plot.verify.loo: no visible global function definition for ‘points’
predict.dpa1: no visible global function definition for ‘cor’
predict.filter.PCA: no visible global function definition for ‘predict’
predict.filter.RegressionTreeFilter: no visible global function
definition for ‘is.struct’
predict.filter.RegressionTreeFilter: no visible global function
definition for ‘var’
simulator.Simple1: no visible global function definition for ‘rnorm’
verify.ho.default: no visible global function definition for ‘predict’
verify.loo.default: no visible global function definition for ‘predict’
Undefined global functions or variables:
cor cov cov.shrink discretize is.struct plot points predict princomp
rnorm var
Consider adding
importFrom("graphics", "plot", "points")
importFrom("stats", "cor", "cov", "predict", "princomp", "rnorm",
"var")
to your NAMESPACE file.
- checking Rd files ... OK
- checking Rd metadata ... OK
- checking Rd line widths ... NOTE
Rd file 'plot.verify.ho.Rd':
\examples lines wider than 100 characters:
attack=verify.ho(model=gaussian,filter=filter.PCA,Xlearn=traces[1:128,],Ylearn=key[1:128],Xval=traces[129:256,],Yval=key[129:256],nbreV ... [TRUNCATED]
Rd file 'sideChannelAttack-package.Rd':
\examples lines wider than 100 characters:
attack=verify.ho(model=gaussian,filter=filter.PCA,Xlearn=traces[1:128,],Ylearn=key[1:128],Xval=traces[129:256,],Yval=key[129:256],nbreV ... [TRUNCATED]
Rd file 'verify.ho.Rd':
\usage lines wider than 90 characters:
verify.ho(model, filter, Xlearn, Ylearn, Xval, Yval, nbreVarX, param.model=list(), param.fs=list(), ...)
\examples lines wider than 100 characters:
attack=verify.ho(model=gaussian,filter=filter.PCA,Xlearn=traces[1:128,],Ylearn=key[1:128],Xval=traces[128:256,],Yval=key[128:256],nbreV ... [TRUNCATED]
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 contents of ‘data’ directory ... OK
- checking data for non-ASCII characters ... OK
- checking data for ASCII and uncompressed saves ... OK
- checking examples ... [3s/4s] OK
- checking PDF version of manual ... OK
- DONE
Status: 3 NOTEs