Last updated on 2018-04-05 16:50:36 CEST.
Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
---|---|---|---|---|---|---|
r-devel-linux-x86_64-debian-clang | 1.5-9 | 17.20 | 59.62 | 76.82 | NOTE | |
r-devel-linux-x86_64-debian-gcc | 1.5-9 | 13.81 | 50.17 | 63.98 | WARN | |
r-devel-linux-x86_64-fedora-clang | 1.5-9 | 98.13 | NOTE | |||
r-devel-linux-x86_64-fedora-gcc | 1.5-9 | 97.72 | NOTE | |||
r-devel-windows-ix86+x86_64 | 1.5-9 | 88.00 | 103.00 | 191.00 | NOTE | |
r-devel-osx-x86_64 | 1.5-9 | NOTE | ||||
r-patched-linux-x86_64 | 1.5-9 | 16.48 | 64.13 | 80.61 | WARN | |
r-patched-solaris-x86 | 1.5-9 | 132.50 | NOTE | |||
r-release-linux-x86_64 | 1.5-9 | 14.71 | 65.88 | 80.59 | NOTE | |
r-release-windows-ix86+x86_64 | 1.5-9 | 62.00 | 126.00 | 188.00 | NOTE | |
r-release-osx-x86_64 | 1.5-9 | NOTE | ||||
r-oldrel-windows-ix86+x86_64 | 1.5-9 | 60.00 | 118.00 | 178.00 | NOTE |
Version: 1.5-9
Check: dependencies in R code
Result: NOTE
'library' or 'require' calls in package code:
‘mclust’ ‘rgl’ ‘tkrplot’
Please use :: or requireNamespace() instead.
See section 'Suggested packages' in the 'Writing R Extensions' manual.
Flavors: r-devel-linux-x86_64-debian-clang, r-devel-linux-x86_64-debian-gcc, r-devel-linux-x86_64-fedora-clang, r-devel-linux-x86_64-fedora-gcc, r-devel-windows-ix86+x86_64, r-devel-osx-x86_64, r-patched-linux-x86_64, r-patched-solaris-x86, r-release-linux-x86_64, r-release-windows-ix86+x86_64, r-release-osx-x86_64, r-oldrel-windows-ix86+x86_64
Version: 1.5-9
Check: R code for possible problems
Result: NOTE
EMmixlcd: no visible global function definition for ‘hc’
EMmixlcd: no visible global function definition for ‘hclass’
EMmixlcd: no visible global function definition for ‘var’
dslcd_1D: no visible global function definition for ‘pnorm’
dslcd_2D : f: no visible global function definition for ‘pnorm’
dslcd_2D: no visible global function definition for ‘integrate’
hatA: no visible global function definition for ‘cov’
initialf: no visible global function definition for ‘dnorm’
initialy: no visible binding for global variable ‘sd’
interactive2D: no visible global function definition for ‘tktoplevel’
interactive2D: no visible global function definition for ‘tclVar’
interactive2D : plotdens: no visible global function definition for
‘tclvalue’
interactive2D : plotdens: no visible global function definition for
‘contour’
interactive2D : plotdens: no visible global function definition for
‘points’
interactive2D: no visible global function definition for ‘tkrplot’
interactive2D : densplot: no visible global function definition for
‘tkrreplot’
interactive2D: no visible global function definition for ‘tkscale’
interactive2D: no visible global function definition for ‘tklabel’
interactive2D: no visible global function definition for ‘tkpack’
plot.LogConcDEAD: no visible global function definition for ‘plot’
plot.LogConcDEAD: no visible global function definition for ‘points’
plot.LogConcDEAD: no visible global function definition for ‘persp’
plot.LogConcDEAD: no visible global function definition for ‘image’
plot.LogConcDEAD: no visible global function definition for ‘contour’
plot.LogConcDEAD: no visible global function definition for ‘open3d’
plot.LogConcDEAD: no visible global function definition for ‘par3d’
plot.LogConcDEAD: no visible global function definition for ‘surface3d’
plot.LogConcDEAD: no visible global function definition for
‘decorate3d’
plot.LogConcDEAD: no visible global function definition for
‘rgl.surface’
plot.LogConcDEAD: no visible global function definition for ‘plot3d’
rlcd: no visible global function definition for ‘rexp’
rlcd: no visible global function definition for ‘runif’
Undefined global functions or variables:
contour cov decorate3d dnorm hc hclass image integrate open3d par3d
persp plot plot3d pnorm points rexp rgl.surface runif sd surface3d
tclVar tclvalue tklabel tkpack tkrplot tkrreplot tkscale tktoplevel
var
Consider adding
importFrom("graphics", "contour", "image", "persp", "plot", "points")
importFrom("stats", "cov", "dnorm", "integrate", "pnorm", "rexp",
"runif", "sd", "var")
to your NAMESPACE file.
Flavors: r-devel-linux-x86_64-debian-clang, r-devel-linux-x86_64-debian-gcc, r-devel-linux-x86_64-fedora-clang, r-devel-linux-x86_64-fedora-gcc, r-devel-windows-ix86+x86_64, r-devel-osx-x86_64, r-patched-linux-x86_64, r-patched-solaris-x86, r-release-linux-x86_64, r-release-windows-ix86+x86_64, r-release-osx-x86_64, r-oldrel-windows-ix86+x86_64
Version: 1.5-9
Check: compiled code
Result: NOTE
File ‘LogConcDEAD/libs/LogConcDEAD.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.
Flavors: r-devel-linux-x86_64-debian-clang, r-devel-linux-x86_64-debian-gcc, r-devel-linux-x86_64-fedora-clang, r-devel-linux-x86_64-fedora-gcc, r-patched-linux-x86_64, r-release-linux-x86_64
Version: 1.5-9
Check: whether package can be installed
Result: WARN
Found the following significant warnings:
global.c:548:5: warning: specified bound 256 equals the size of the destination [-Wstringop-overflow=]
Flavors: r-devel-linux-x86_64-debian-gcc, r-patched-linux-x86_64
Version: 1.5-9
Check: re-building of vignette outputs
Result: NOTE
Error in re-building vignettes:
...
Loading required package: LogConcDEAD
Loading required package: MASS
Loading required package: mvtnorm
Loading required package: logcondens
Error in texi2dvi(file = file, pdf = TRUE, clean = clean, quiet = quiet, :
Running 'texi2dvi' on 'LogConcDEAD.tex' failed.
LaTeX errors:
! LaTeX Error: File `subfigure.sty' not found.
Type X to quit or <RETURN> to proceed,
or enter new name. (Default extension: sty)
! Emergency stop.
<read *>
l.4 \renewcommand
{\textfraction}{0.05}^^M
! ==> Fatal error occurred, no output PDF file produced!
Calls: buildVignettes -> texi2pdf -> texi2dvi
Execution halted
Flavor: r-release-osx-x86_64