CRAN Package Check Results for Maintainer ‘Luke Tierney <luke-tierney at uiowa.edu>’

Last updated on 2025-02-16 09:51:13 CET.

Package ERROR WARN NOTE OK
codetools 15
misc3d 1 2 12
proftools 12 3
snow 4 11
tkrplot 3 6 6

Package codetools

Current CRAN status: OK: 15

Package misc3d

Current CRAN status: ERROR: 1, NOTE: 2, OK: 12

Version: 0.9-1
Check: for unstated dependencies in ‘demo’
Result: NOTE 'library' or 'require' call not declared from: ‘maps’ Flavors: r-devel-linux-x86_64-debian-clang, r-devel-linux-x86_64-debian-gcc

Version: 0.9-1
Check: examples
Result: ERROR Running examples in 'misc3d-Ex.R' failed The error most likely occurred in: > ### Name: slices3d > ### Title: Interactive Image Slices of 3D or 4D Volume Data > ### Aliases: slices3d > ### Keywords: hplot > > ### ** Examples > > #Example 1: View of a mixture of three tri-variate normal densities > nmix3 <- function(x, y, z, m, s) { + 0.4 * dnorm(x, m, s) * dnorm(y, m, s) * dnorm(z, m, s) + + 0.3 * dnorm(x, -m, s) * dnorm(y, -m, s) * dnorm(z, -m, s) + + 0.3 * dnorm(x, m, s) * dnorm(y, -1.5 * m, s) * dnorm(z, m, s) + } > x<-seq(-2, 2, len=40) > g<-expand.grid(x = x, y = x, z = x) > v<-array(nmix3(g$x,g$y,g$z, .5,.5), c(40,40,40)) > slices3d(vol1=v, main="View of a mixture of three tri-variate normals", col1=heat.colors(256)) Loading required namespace: tkrplot Unable to save metafile to the clipboard Error in structure(.External(.C_dotTcl, ...), class = "tclObj") : [tcl] can't get device image. Calls: slices3d -> lapply -> FUN -> <Anonymous> -> .Tcl -> structure Execution halted Flavor: r-devel-windows-x86_64

Package proftools

Current CRAN status: NOTE: 12, OK: 3

Additional issues

noSuggests

Version: 0.99-3
Check: Rd files
Result: NOTE checkRd: (-1) proftools-package.Rd:40: Lost braces 40 | by the code{kcachegrind} program available on some operating | ^ 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-macos-arm64, r-devel-macos-x86_64, r-devel-windows-x86_64, r-patched-linux-x86_64, r-release-linux-x86_64, r-release-macos-arm64, r-release-macos-x86_64, r-release-windows-x86_64

Package snow

Current CRAN status: NOTE: 4, OK: 11

Version: 0.4-4
Check: package dependencies
Result: NOTE Package which this enhances but not available for checking: ‘Rmpi’ Flavors: r-release-macos-arm64, r-release-macos-x86_64, r-oldrel-macos-arm64, r-oldrel-macos-x86_64

Package tkrplot

Current CRAN status: WARN: 3, NOTE: 6, OK: 6

Version: 0.0-27
Check: R code for possible problems
Result: NOTE Found an obsolete/platform-specific call in the following function: ‘.my.tkdev’ Found the platform-specific device: ‘X11’ dev.new() is the preferred way to open a new device, in the unlikely event one is needed. 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: 0.0-27
Check: whether package can be installed
Result: WARN Found the following significant warnings: tcltkimg.c:93:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] tcltkimg.c:94:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] tcltkimg.c:317:29: warning: format '%d' expects argument of type 'int', but argument 2 has type 'DWORD' {aka 'long unsigned int'} [-Wformat=] See 'd:/Rcompile/CRANpkg/local/4.5/tkrplot.Rcheck/00install.out' for details. * used C compiler: 'gcc.exe (GCC) 13.3.0' Flavor: r-devel-windows-x86_64

Version: 0.0-27
Check: whether package can be installed
Result: WARN Found the following significant warnings: tcltkimg.c:93:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] tcltkimg.c:94:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] tcltkimg.c:317:29: warning: format '%d' expects argument of type 'int', but argument 2 has type 'DWORD' {aka 'long unsigned int'} [-Wformat=] See 'd:/Rcompile/CRANpkg/local/4.4/tkrplot.Rcheck/00install.out' for details. * used C compiler: 'gcc.exe (GCC) 13.2.0' Flavor: r-release-windows-x86_64

Version: 0.0-27
Check: whether package can be installed
Result: WARN Found the following significant warnings: D:/RCompile/recent/R-4.3.3/Tcl/include/X11/Xlib.h:131:9: warning: function declaration isn't a prototype [-Wstrict-prototypes] D:/RCompile/recent/R-4.3.3/Tcl/include/X11/Xlib.h:334:16: warning: function declaration isn't a prototype [-Wstrict-prototypes] D:/RCompile/recent/R-4.3.3/Tcl/include/X11/Xlib.h:453:9: warning: function declaration isn't a prototype [-Wstrict-prototypes] D:/RCompile/recent/R-4.3.3/Tcl/include/X11/Xlib.h:471:9: warning: function declaration isn't a prototype [-Wstrict-prototypes] D:/RCompile/recent/R-4.3.3/Tcl/include/X11/Xlib.h:496:9: warning: function declaration isn't a prototype [-Wstrict-prototypes] D:/RCompile/recent/R-4.3.3/Tcl/include/X11/Xlib.h:497:9: warning: function declaration isn't a prototype [-Wstrict-prototypes] D:/RCompile/recent/R-4.3.3/Tcl/include/X11/Xlib.h:509:9: warning: function declaration isn't a prototype [-Wstrict-prototypes] D:/RCompile/recent/R-4.3.3/Tcl/include/X11/Xlib.h:522:9: warning: function declaration isn't a prototype [-Wstrict-prototypes] D:/RCompile/recent/R-4.3.3/Tcl/include/X11/Xlib.h:1053:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] tcltkimg.c:93:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] tcltkimg.c:94:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] See 'd:/Rcompile/CRANpkg/local/4.3/tkrplot.Rcheck/00install.out' for details. * used C compiler: 'gcc.exe (GCC) 12.3.0' Flavor: r-oldrel-windows-x86_64