CRAN Package Check Results for Package mapmisc

Last updated on 2024-02-05 06:48:39 CET.

Flavor Version Tinstall Tcheck Ttotal Status Flags
r-devel-linux-x86_64-debian-clang 2.0.3 27.51 461.08 488.59 ERROR
r-devel-linux-x86_64-debian-gcc 2.0.3 24.75 347.52 372.27 ERROR
r-devel-linux-x86_64-fedora-clang 2.0.3 638.96 ERROR
r-devel-linux-x86_64-fedora-gcc 2.0.3 888.54 ERROR
r-devel-windows-x86_64 2.0.3 24.00 348.00 372.00 ERROR
r-patched-linux-x86_64 2.0.3 30.57 462.92 493.49 ERROR
r-release-linux-x86_64 2.0.3 26.36 457.02 483.38 ERROR
r-release-macos-arm64 2.0.3 288.00 OK
r-release-macos-x86_64 2.0.3 1185.00 OK
r-release-windows-x86_64 2.0.3 32.00 459.00 491.00 ERROR
r-oldrel-macos-arm64 2.0.3 275.00 OK
r-oldrel-windows-x86_64 2.0.3 34.00 460.00 494.00 ERROR

Check Details

Version: 2.0.3
Check: examples
Result: ERROR Running examples in ‘mapmisc-Ex.R’ failed The error most likely occurred in: > base::assign(".ptime", proc.time(), pos = "CheckExEnv") > ### Name: tonerToTrans > ### Title: Convert RGB maps to semi-transparent > ### Aliases: tonerToTrans > > ### ** Examples > > > data('worldMap');worldMap = unwrap(worldMap) > > origMap = openmap(worldMap[worldMap$NAME == 'Sierra Leone',], + path='stamen-toner', + buffer=100*1000 + ) Warning in utils::download.file(...) : downloaded length 0 != reported length 14885 Warning in utils::download.file(...) : cannot open URL 'https://tiles.stadiamaps.com/tiles/stamen_toner/6/29/29.png': HTTP status was '401 Unauthorized' Warning in utils::download.file(...) : downloaded length 0 != reported length 14885 Warning in utils::download.file(...) : cannot open URL 'https://tiles.stadiamaps.com/tiles/stamen_toner/6/29/30.png': HTTP status was '401 Unauthorized' Warning in utils::download.file(...) : downloaded length 0 != reported length 14885 Warning in utils::download.file(...) : cannot open URL 'https://tiles.stadiamaps.com/tiles/stamen_toner/6/29/31.png': HTTP status was '401 Unauthorized' Warning in utils::download.file(...) : downloaded length 0 != reported length 14885 Warning in utils::download.file(...) : cannot open URL 'https://tiles.stadiamaps.com/tiles/stamen_toner/6/30/29.png': HTTP status was '401 Unauthorized' Warning in utils::download.file(...) : downloaded length 0 != reported length 14885 Warning in utils::download.file(...) : cannot open URL 'https://tiles.stadiamaps.com/tiles/stamen_toner/6/30/30.png': HTTP status was '401 Unauthorized' Warning in utils::download.file(...) : downloaded length 0 != reported length 14885 Warning in utils::download.file(...) : cannot open URL 'https://tiles.stadiamaps.com/tiles/stamen_toner/6/30/31.png': HTTP status was '401 Unauthorized' > # path = 'https://tiles.stadiamaps.com/tiles/stamen_toner/') > # suffix = '@2x.png') > oldpar= map.new(origMap, bg='green') > plot(origMap, add=TRUE) > > transMap = tonerToTrans(origMap) Warning in tonerToTrans(origMap) : cant find RGB columns Error in if (threshold < maxColorValue) xMax[which(xMax > threshold)] = maxColorValue : missing value where TRUE/FALSE needed Calls: tonerToTrans Execution halted Flavors: r-devel-linux-x86_64-debian-clang, r-devel-linux-x86_64-debian-gcc

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

Version: 2.0.3
Check: examples
Result: ERROR Running examples in ‘mapmisc-Ex.R’ failed The error most likely occurred in: > ### Name: tonerToTrans > ### Title: Convert RGB maps to semi-transparent > ### Aliases: tonerToTrans > > ### ** Examples > > > data('worldMap');worldMap = unwrap(worldMap) > > origMap = openmap(worldMap[worldMap$NAME == 'Sierra Leone',], + path='stamen-toner', + buffer=100*1000 + ) Warning in utils::download.file(...) : downloaded length 0 != reported length 14885 Warning in utils::download.file(...) : cannot open URL 'https://tiles.stadiamaps.com/tiles/stamen_toner/6/29/29.png': HTTP status was '401 Unauthorized' Warning in utils::download.file(...) : downloaded length 0 != reported length 14885 Warning in utils::download.file(...) : cannot open URL 'https://tiles.stadiamaps.com/tiles/stamen_toner/6/29/30.png': HTTP status was '401 Unauthorized' Warning in utils::download.file(...) : downloaded length 0 != reported length 14885 Warning in utils::download.file(...) : cannot open URL 'https://tiles.stadiamaps.com/tiles/stamen_toner/6/29/31.png': HTTP status was '401 Unauthorized' Warning in utils::download.file(...) : downloaded length 0 != reported length 14885 Warning in utils::download.file(...) : cannot open URL 'https://tiles.stadiamaps.com/tiles/stamen_toner/6/30/29.png': HTTP status was '401 Unauthorized' Warning in utils::download.file(...) : downloaded length 0 != reported length 14885 Warning in utils::download.file(...) : cannot open URL 'https://tiles.stadiamaps.com/tiles/stamen_toner/6/30/30.png': HTTP status was '401 Unauthorized' Warning in utils::download.file(...) : downloaded length 0 != reported length 14885 Warning in utils::download.file(...) : cannot open URL 'https://tiles.stadiamaps.com/tiles/stamen_toner/6/30/31.png': HTTP status was '401 Unauthorized' > # path = 'https://tiles.stadiamaps.com/tiles/stamen_toner/') > # suffix = '@2x.png') > oldpar= map.new(origMap, bg='green') > plot(origMap, add=TRUE) > > transMap = tonerToTrans(origMap) Warning in tonerToTrans(origMap) : cant find RGB columns Error in if (threshold < maxColorValue) xMax[which(xMax > threshold)] = maxColorValue : missing value where TRUE/FALSE needed Calls: tonerToTrans Execution halted Flavors: r-devel-linux-x86_64-fedora-clang, r-devel-linux-x86_64-fedora-gcc, r-devel-windows-x86_64, r-oldrel-windows-x86_64

Version: 2.0.3
Check: examples
Result: ERROR Running examples in ‘mapmisc-Ex.R’ failed The error most likely occurred in: > base::assign(".ptime", proc.time(), pos = "CheckExEnv") > ### Name: tonerToTrans > ### Title: Convert RGB maps to semi-transparent > ### Aliases: tonerToTrans > > ### ** Examples > > > data('worldMap');worldMap = unwrap(worldMap) > > origMap = openmap(worldMap[worldMap$NAME == 'Sierra Leone',], + path='stamen-toner', + buffer=100*1000 + ) Warning in utils::download.file(...) : downloaded length 0 != reported length 0 Warning in utils::download.file(...) : cannot open URL 'https://tiles.stadiamaps.com/tiles/stamen_toner/6/29/29.png': HTTP status was '401 Unauthorized' Warning in utils::download.file(...) : downloaded length 0 != reported length 0 Warning in utils::download.file(...) : cannot open URL 'https://tiles.stadiamaps.com/tiles/stamen_toner/6/29/30.png': HTTP status was '401 Unauthorized' Warning in utils::download.file(...) : downloaded length 0 != reported length 0 Warning in utils::download.file(...) : cannot open URL 'https://tiles.stadiamaps.com/tiles/stamen_toner/6/29/31.png': HTTP status was '401 Unauthorized' Warning in utils::download.file(...) : downloaded length 0 != reported length 0 Warning in utils::download.file(...) : cannot open URL 'https://tiles.stadiamaps.com/tiles/stamen_toner/6/30/29.png': HTTP status was '401 Unauthorized' Warning in utils::download.file(...) : downloaded length 0 != reported length 0 Warning in utils::download.file(...) : cannot open URL 'https://tiles.stadiamaps.com/tiles/stamen_toner/6/30/30.png': HTTP status was '401 Unauthorized' Warning in utils::download.file(...) : downloaded length 0 != reported length 0 Warning in utils::download.file(...) : cannot open URL 'https://tiles.stadiamaps.com/tiles/stamen_toner/6/30/31.png': HTTP status was '401 Unauthorized' > # path = 'https://tiles.stadiamaps.com/tiles/stamen_toner/') > # suffix = '@2x.png') > oldpar= map.new(origMap, bg='green') > plot(origMap, add=TRUE) > > transMap = tonerToTrans(origMap) Warning in tonerToTrans(origMap) : cant find RGB columns Error in if (threshold < maxColorValue) xMax[which(xMax > threshold)] = maxColorValue : missing value where TRUE/FALSE needed Calls: tonerToTrans Execution halted Flavors: r-patched-linux-x86_64, r-release-linux-x86_64

Version: 2.0.3
Check: examples
Result: ERROR Running examples in 'mapmisc-Ex.R' failed The error most likely occurred in: > ### Name: tonerToTrans > ### Title: Convert RGB maps to semi-transparent > ### Aliases: tonerToTrans > > ### ** Examples > > > data('worldMap');worldMap = unwrap(worldMap) > > origMap = openmap(worldMap[worldMap$NAME == 'Sierra Leone',], + path='stamen-toner', + buffer=100*1000 + ) Warning in utils::download.file(...) : downloaded length 0 != reported length 0 Warning in utils::download.file(...) : cannot open URL 'https://tiles.stadiamaps.com/tiles/stamen_toner/6/29/29.png': HTTP status was '401 Unauthorized' Warning in utils::download.file(...) : downloaded length 0 != reported length 0 Warning in utils::download.file(...) : cannot open URL 'https://tiles.stadiamaps.com/tiles/stamen_toner/6/29/30.png': HTTP status was '401 Unauthorized' Warning in utils::download.file(...) : downloaded length 0 != reported length 0 Warning in utils::download.file(...) : cannot open URL 'https://tiles.stadiamaps.com/tiles/stamen_toner/6/29/31.png': HTTP status was '401 Unauthorized' Warning in utils::download.file(...) : downloaded length 0 != reported length 0 Warning in utils::download.file(...) : cannot open URL 'https://tiles.stadiamaps.com/tiles/stamen_toner/6/30/29.png': HTTP status was '401 Unauthorized' Warning in utils::download.file(...) : downloaded length 0 != reported length 0 Warning in utils::download.file(...) : cannot open URL 'https://tiles.stadiamaps.com/tiles/stamen_toner/6/30/30.png': HTTP status was '401 Unauthorized' Warning in utils::download.file(...) : downloaded length 0 != reported length 0 Warning in utils::download.file(...) : cannot open URL 'https://tiles.stadiamaps.com/tiles/stamen_toner/6/30/31.png': HTTP status was '401 Unauthorized' > # path = 'https://tiles.stadiamaps.com/tiles/stamen_toner/') > # suffix = '@2x.png') > oldpar= map.new(origMap, bg='green') > plot(origMap, add=TRUE) > > transMap = tonerToTrans(origMap) Warning in tonerToTrans(origMap) : cant find RGB columns Error in if (threshold < maxColorValue) xMax[which(xMax > threshold)] = maxColorValue : missing value where TRUE/FALSE needed Calls: tonerToTrans Execution halted Flavor: r-release-windows-x86_64