CRAN Package Check Results for Maintainer ‘Andri Signorell <andri at signorell.net>’

Last updated on 2024-06-10 19:53:40 CEST.

Package FAIL NOTE OK
bfsMaps 2 11
DescTools 1 12
DescToolsAddIns 1 12
ModTools 1 12

Package bfsMaps

Current CRAN status: NOTE: 2, OK: 11

Version: 1.99.3
Check: data for non-ASCII characters
Result: NOTE Note: found 379 marked UTF-8 strings Flavors: r-devel-linux-x86_64-fedora-clang, r-devel-linux-x86_64-fedora-gcc

Package DescTools

Current CRAN status: FAIL: 1, NOTE: 12

Version: 0.99.54
Check: package dependencies
Result: NOTE Package suggested but not available for checking: ‘RDCOMClient’ 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-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, r-oldrel-macos-arm64, r-oldrel-macos-x86_64, r-oldrel-windows-x86_64

Version: 0.99.54
Check: installed package size
Result: NOTE installed size is 6.1Mb sub-directories of 1Mb or more: R 1.7Mb doc 1.8Mb help 1.6Mb Flavors: r-devel-linux-x86_64-fedora-clang, r-devel-windows-x86_64, r-release-macos-arm64, r-release-macos-x86_64, r-release-windows-x86_64, r-oldrel-macos-arm64, r-oldrel-macos-x86_64, r-oldrel-windows-x86_64

Version: 0.99.54
Check: Rd cross-references
Result: NOTE Undeclared packages ‘ineq’, ‘randtests’, ‘Hmisc’, ‘plotrix’, ‘caret’, ‘pcaPP’, ‘polycor’, ‘lmtest’, ‘car’, ‘gmp’, ‘vcdExtra’, ‘chron’, ‘coin’, ‘caTools’, ‘forecast’, ‘sfsmisc’, ‘vcd’, ‘areaplot’, ‘corrgram’, ‘UsingR’, ‘memisc’, ‘gtools’, ‘BSDA’, ‘prettyR’ in Rd xrefs Flavor: r-devel-linux-x86_64-fedora-clang

Version: 0.99.54
Check: examples
Result: ERROR Running examples in 'DescTools-Ex.R' failed The error most likely occurred in: > ### Name: PlotPolar > ### Title: Plot Values on a Circular Grid > ### Aliases: PlotPolar > ### Keywords: hplot > > ### ** Examples > > testlen <- c(sin(seq(0, 1.98*pi, length=100))+2+rnorm(100)/10) > testpos <- seq(0, 1.98*pi, length=100) > > PlotPolar(testlen, testpos, type="l", main="Test Polygon", col="blue") > PolarGrid(ntheta=9, col="grey", lty="solid", lblradians=TRUE) > > # start at 12 o'clock and plot clockwise > PlotPolar(testlen, -(testpos - pi/2), type="p", main="Test Polygon", + col="green", pch=16) > > PolarGrid(ntheta = rev(seq(0, 2*pi, by=2*pi/9) + pi/2), + alabels=Format(seq(0, 2*pi, by=2*pi/9), digits=2)[-10], col="grey", + lty="solid", lblradians=TRUE) > > > # just because of it's beauty > t <- seq(0,2*pi,0.01) > PlotPolar( r=sin(2*t)*cos(2*t), theta=t, type="l", lty="dashed", col="red" ) > PolarGrid() > > > # use some filled polygons > ions <- c(3.2,5,1,3.1,2.1,5) > ion.names <- c("Na","Ca","Mg","Cl","HCO3","SO4") > > PlotPolar(r = ions, type="l", fill="yellow") > > # the same, but let's have a grid first > PlotPolar(r = ions, type="l", lwd=2, col="blue", main="Ions", + panel.first=PolarGrid(nr=seq(0, 6, 1)) ) > > # leave the radial grid out > PlotPolar(r = ions, type="l", fill="yellow") > PolarGrid(nr = NA, ntheta = length(ions), alabels = ion.names, + col = "grey", lty = "solid" ) > > # display radial lines > PlotPolar(r = ions, type="h", col="blue", lwd=3) > # add some points > PlotPolar(r = ions, type="p", pch=16, add=TRUE, col="red", cex=1.5) > > # spiderweb (not really recommended...) > posmat <- matrix(sample(2:9,30,TRUE),nrow=3) > PlotPolar(posmat, type="l", main="Spiderweb plot", col=2:4, lwd=1:3) > PolarGrid(nr=NA, ntheta=ncol(posmat), alabels=paste("X", 1:ncol(posmat), sep=""), + col="grey", lty="solid" ) > > # example from: The grammar of graphics (L. Wilkinson) > data("UKgas") > m <- matrix(UKgas, ncol=4, byrow=TRUE) > cols <- c(SetAlpha(rep("green", 10), seq(0,1,0.1)), + SetAlpha(rep("blue", 10), seq(0,1,0.1)), + SetAlpha(rep("orange", 10), seq(0,1,0.1))) Warning in mapply(FUN = function (col, alpha.f = 1, red.f = 1, green.f = 1, : longer argument not a multiple of length of shorter Warning in mapply(FUN = function (col, alpha.f = 1, red.f = 1, green.f = 1, : longer argument not a multiple of length of shorter Warning in mapply(FUN = function (col, alpha.f = 1, red.f = 1, green.f = 1, : longer argument not a multiple of length of shorter > > PlotPolar(r=m, type="l", col=cols, lwd=2 ) > PolarGrid(ntheta=4, alabels=c("Winter","Spring","Summer","Autumn"), lty="solid") > legend(x="topright", legend=c(1960,1970,1980), fill=c("green","blue","orange")) > > > # radarplot (same here, consider alternatives...) > data(mtcars) > d.car <- scale(mtcars[1:6,1:7], center=FALSE) Warning in scale(mtcars[1:6, 1:7], center = FALSE) : internal error 5 in R_decompress3 Error in scale(mtcars[1:6, 1:7], center = FALSE) : lazy-load database 'D:\RCompile\recent\R-4.4.0\library\datasets/data/Rdata.rdb' is corrupt Execution halted Flavor: r-release-windows-x86_64

Version: 0.99.54
Check: HTML version of manual
Result: FAIL
Flavor: r-release-windows-x86_64

Package DescToolsAddIns

Current CRAN status: FAIL: 1, OK: 12

Version: 1.10
Check: whether the package can be loaded with stated dependencies
Result: WARN Loading required package: stats It looks like this package (or one of its dependent packages) has an unstated dependence on a standard package. All dependencies must be declared in DESCRIPTION. See section 'The DESCRIPTION file' in the 'Writing R Extensions' manual. Flavor: r-devel-windows-x86_64

Version: 1.10
Check: whether the package can be unloaded cleanly
Result: WARN
Flavor: r-devel-windows-x86_64

Version: 1.10
Check: whether the namespace can be loaded with stated dependencies
Result: WARN A namespace must be able to be loaded with just the base namespace loaded: otherwise if the namespace gets loaded by a saved object, the session will be unable to start. Probably some imports need to be declared in the NAMESPACE file. Flavor: r-devel-windows-x86_64

Version: 1.10
Check: whether the namespace can be unloaded cleanly
Result: WARN Mingw-w64 runtime failure: VirtualProtect failed with code 0x5af Flavor: r-devel-windows-x86_64

Version: 1.10
Check: loading without being on the library search path
Result: WARN Error: package or namespace load failed for 'DescToolsAddIns' in inDL(x, as.logical(local), as.logical(now), ...): unable to load shared object 'D:/RCompile/CRANpkg/lib/4.5/mvtnorm/libs/x64/mvtnorm.dll': LoadLibrary failure: Die Auslagerungsdatei ist zu klein, um diesen Vorgang durchzuführen. Execution halted It looks like this package has a loading problem when not on .libPaths: see the messages for details. Flavor: r-devel-windows-x86_64

Version: 1.10
Check: HTML version of manual
Result: FAIL
Flavor: r-devel-windows-x86_64

Package ModTools

Current CRAN status: NOTE: 1, OK: 12

Version: 0.9.6
Check: Rd cross-references
Result: NOTE Undeclared package ‘pscl’ in Rd xrefs Flavor: r-devel-linux-x86_64-fedora-clang