CRAN Package Check Results for Maintainer ‘Panfeng Zhang <zhangpf08 at 163.com>’

Last updated on 2025-09-14 02:51:19 CEST.

Package ERROR OK
adw 5 8
cnmap 2 11

Package adw

Current CRAN status: ERROR: 5, OK: 8

Version: 0.4.0
Check: examples
Result: ERROR Running examples in ‘adw-Ex.R’ failed The error most likely occurred in: > base::assign(".ptime", proc.time(), pos = "CheckExEnv") > ### Name: adw > ### Title: Angular Distance Weighting Interpolation. > ### Aliases: adw > > ### ** Examples > > set.seed(2) > dd <- data.frame(lon = runif(100, min = 110, max = 117), + lat = runif(100, min = 31, max = 37), + value = runif(100, min = -10, max = 10)) > head(dd) lon lat value 1 111.2942 32.20561 7.173832 2 114.9166 33.56583 2.903207 3 114.0133 36.88360 2.055973 4 111.1764 35.97353 9.439614 5 116.6069 32.72184 -2.466855 6 116.6043 34.57550 6.382290 > > # example 1 > grd <- adw(dd, extent = c(110, 117, 31, 37), gridsize = 0.5, cdd = 500) > head(grd) lon lat value 1 110.25 31.25 0.09027313 2 110.75 31.25 1.00411953 3 111.25 31.25 -0.35292188 4 111.75 31.25 -0.47570806 5 112.25 31.25 -1.57521787 6 112.75 31.25 -1.10541492 > > # example 2 > hmap <- cnmap::getMap(code = "410000") |> sf::st_make_valid() # return a 'sf' object. Error in process_cpl_read_ogr(x, quiet, check_ring_dir = check_ring_dir, : package tibble not available: install first? Calls: <Anonymous> ... st_read -> st_read.character -> process_cpl_read_ogr Execution halted Flavors: r-devel-linux-x86_64-debian-clang, r-devel-linux-x86_64-debian-gcc, r-release-linux-x86_64

Version: 0.4.0
Check: re-building of vignette outputs
Result: ERROR Error(s) in re-building vignettes: ... --- re-building ‘Introduction.Rmd’ using rmarkdown Quitting from Introduction.Rmd:47-74 [unnamed-chunk-3] ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ <error/rlang_error> Error in `process_cpl_read_ogr()`: ! package tibble not available: install first? --- Backtrace: ▆ 1. └─cnmap::getMap(name = "河南省", returnClass = "sf") 2. └─sf::read_sf(urlmap) 3. ├─sf::st_read(...) 4. └─sf:::st_read.character(...) 5. └─sf:::process_cpl_read_ogr(...) ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ Error: processing vignette 'Introduction.Rmd' failed with diagnostics: package tibble not available: install first? --- failed re-building ‘Introduction.Rmd’ SUMMARY: processing the following file failed: ‘Introduction.Rmd’ Error: Vignette re-building failed. Execution halted Flavors: r-devel-linux-x86_64-debian-clang, r-devel-linux-x86_64-debian-gcc, r-release-linux-x86_64

Version: 0.4.0
Check: examples
Result: ERROR Running examples in ‘adw-Ex.R’ failed The error most likely occurred in: > ### Name: adw > ### Title: Angular Distance Weighting Interpolation. > ### Aliases: adw > > ### ** Examples > > set.seed(2) > dd <- data.frame(lon = runif(100, min = 110, max = 117), + lat = runif(100, min = 31, max = 37), + value = runif(100, min = -10, max = 10)) > head(dd) lon lat value 1 111.2942 32.20561 7.173832 2 114.9166 33.56583 2.903207 3 114.0133 36.88360 2.055973 4 111.1764 35.97353 9.439614 5 116.6069 32.72184 -2.466855 6 116.6043 34.57550 6.382290 > > # example 1 > grd <- adw(dd, extent = c(110, 117, 31, 37), gridsize = 0.5, cdd = 500) > head(grd) lon lat value 1 110.25 31.25 0.09027313 2 110.75 31.25 1.00411953 3 111.25 31.25 -0.35292188 4 111.75 31.25 -0.47570806 5 112.25 31.25 -1.57521787 6 112.75 31.25 -1.10541492 > > # example 2 > hmap <- cnmap::getMap(code = "410000") |> sf::st_make_valid() # return a 'sf' object. Error in process_cpl_read_ogr(x, quiet, check_ring_dir = check_ring_dir, : package tibble not available: install first? Calls: <Anonymous> ... st_read -> st_read.character -> process_cpl_read_ogr Execution halted Flavors: r-devel-linux-x86_64-fedora-clang, r-oldrel-windows-x86_64

Version: 0.4.0
Check: re-building of vignette outputs
Result: ERROR Error(s) in re-building vignettes: --- re-building ‘Introduction.Rmd’ using rmarkdown Quitting from Introduction.Rmd:47-74 [unnamed-chunk-3] ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ <error/rlang_error> Error in `process_cpl_read_ogr()`: ! package tibble not available: install first? --- Backtrace: ▆ 1. └─cnmap::getMap(name = "河南省", returnClass = "sf") 2. └─sf::read_sf(urlmap) 3. ├─sf::st_read(...) 4. └─sf:::st_read.character(...) 5. └─sf:::process_cpl_read_ogr(...) ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ Error: processing vignette 'Introduction.Rmd' failed with diagnostics: package tibble not available: install first? --- failed re-building ‘Introduction.Rmd’ SUMMARY: processing the following file failed: ‘Introduction.Rmd’ Error: Vignette re-building failed. Execution halted Flavors: r-devel-linux-x86_64-fedora-clang, r-oldrel-windows-x86_64

Package cnmap

Current CRAN status: ERROR: 2, OK: 11

Version: 0.1.0
Check: examples
Result: ERROR Running examples in ‘cnmap-Ex.R’ failed The error most likely occurred in: > base::assign(".ptime", proc.time(), pos = "CheckExEnv") > ### Name: getMap > ### Title: China Map Data from AutoNavi Map > ### Aliases: getMap > > ### ** Examples > > library(cnmap) > > map1 <- getMap(code = "110000") # get the map data of Beijing City Error in process_cpl_read_ogr(x, quiet, check_ring_dir = check_ring_dir, : package tibble not available: install first? Calls: getMap ... st_read -> st_read.character -> process_cpl_read_ogr Execution halted Flavor: r-devel-linux-x86_64-debian-clang

Version: 0.1.0
Check: re-building of vignette outputs
Result: ERROR Error(s) in re-building vignettes: ... --- re-building ‘Introduction.Rmd’ using rmarkdown Quitting from Introduction.Rmd:28-35 [unnamed-chunk-3] ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ <error/rlang_error> Error in `process_cpl_read_ogr()`: ! package tibble not available: install first? --- Backtrace: ▆ 1. └─cnmap::getMap(name = "中国") 2. └─sf::read_sf(urlmap) 3. ├─sf::st_read(...) 4. └─sf:::st_read.character(...) 5. └─sf:::process_cpl_read_ogr(...) ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ Error: processing vignette 'Introduction.Rmd' failed with diagnostics: package tibble not available: install first? --- failed re-building ‘Introduction.Rmd’ SUMMARY: processing the following file failed: ‘Introduction.Rmd’ Error: Vignette re-building failed. Execution halted Flavor: r-devel-linux-x86_64-debian-clang

Version: 0.1.0
Check: examples
Result: ERROR Running examples in 'cnmap-Ex.R' failed The error most likely occurred in: > ### Name: getMap > ### Title: China Map Data from AutoNavi Map > ### Aliases: getMap > > ### ** Examples > > library(cnmap) > > map1 <- getMap(code = "110000") # get the map data of Beijing City Error in process_cpl_read_ogr(x, quiet, check_ring_dir = check_ring_dir, : package tibble not available: install first? Calls: getMap ... st_read -> st_read.character -> process_cpl_read_ogr Execution halted Flavor: r-oldrel-windows-x86_64

Version: 0.1.0
Check: re-building of vignette outputs
Result: ERROR Error(s) in re-building vignettes: --- re-building 'Introduction.Rmd' using rmarkdown Quitting from Introduction.Rmd:28-35 [unnamed-chunk-3] ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ <error/rlang_error> Error in `process_cpl_read_ogr()`: ! package tibble not available: install first? --- Backtrace: ▆ 1. └─cnmap::getMap(name = "中国") 2. └─sf::read_sf(urlmap) 3. ├─sf::st_read(...) 4. └─sf:::st_read.character(...) 5. └─sf:::process_cpl_read_ogr(...) ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ Error: processing vignette 'Introduction.Rmd' failed with diagnostics: package tibble not available: install first? --- failed re-building 'Introduction.Rmd' SUMMARY: processing the following file failed: 'Introduction.Rmd' Error: Vignette re-building failed. Execution halted Flavor: r-oldrel-windows-x86_64