Last updated on 2025-02-24 19:50:37 CET.
Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
---|---|---|---|---|---|---|
r-devel-linux-x86_64-debian-clang | 1.4.1 | 42.19 | 399.62 | 441.81 | NOTE | |
r-devel-linux-x86_64-debian-gcc | 1.4.1 | 30.09 | 237.08 | 267.17 | ERROR | |
r-devel-linux-x86_64-fedora-clang | 1.4.1 | 721.33 | ERROR | |||
r-devel-linux-x86_64-fedora-gcc | 1.4.1 | 653.86 | ERROR | |||
r-devel-macos-arm64 | 1.4.1 | 165.00 | OK | |||
r-devel-macos-x86_64 | 1.4.1 | 317.00 | NOTE | |||
r-devel-windows-x86_64 | 1.4.1 | 45.00 | 359.00 | 404.00 | NOTE | |
r-patched-linux-x86_64 | 1.4.1 | 55.24 | 368.99 | 424.23 | NOTE | |
r-release-linux-x86_64 | 1.4.1 | 40.62 | 344.34 | 384.96 | ERROR | |
r-release-macos-arm64 | 1.4.1 | 157.00 | OK | |||
r-release-macos-x86_64 | 1.4.1 | 277.00 | OK | |||
r-release-windows-x86_64 | 1.4.1 | 41.00 | 329.00 | 370.00 | NOTE | |
r-oldrel-macos-arm64 | 1.4.1 | 188.00 | OK | |||
r-oldrel-macos-x86_64 | 1.4.1 | 320.00 | OK | |||
r-oldrel-windows-x86_64 | 1.4.1 | 60.00 | 438.00 | 498.00 | NOTE |
Version: 1.4.1
Check: R code for possible problems
Result: NOTE
mapping_tmap: warning in tm_credits(srcAuth, size =
options$credits.size, col = options$credits.color, fontface =
options$credits.fontface, position = options$credits.position):
partial argument match of 'col' to 'color'
mapping_tmap_US: warning in tm_credits(srcAuth, size =
options$credits.size, col = options$credits.color, fontface =
options$credits.fontface, position = options$credits.position):
partial argument match of 'col' to 'color'
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-x86_64, r-devel-windows-x86_64, r-patched-linux-x86_64, r-release-linux-x86_64, r-release-windows-x86_64, r-oldrel-windows-x86_64
Version: 1.4.1
Check: Rd cross-references
Result: NOTE
Found the following Rd file(s) with Rd \link{} targets missing package
anchors:
DE.Rd: st_crs
EU.Rd: st_crs
FR.Rd: st_crs
IT.Rd: st_crs
UK.Rd: st_crs
US.Rd: st_crs
WR.Rd: st_crs
loadCoordDE.Rd: st_crs
loadCoordEU.Rd: st_crs
loadCoordFR.Rd: st_crs
loadCoordIT.Rd: st_crs
loadCoordUK.Rd: st_crs
loadCoordUS.Rd: st_crs
loadCoordWR.Rd: st_crs
mapping.options.Rd: tm_layout, tm_borders, tm_fill, tm_style
Please provide package anchors for all Rd \link{} targets not in the
package itself and the base packages.
Flavors: r-devel-linux-x86_64-debian-clang, r-devel-linux-x86_64-debian-gcc, r-devel-windows-x86_64
Version: 1.4.1
Check: examples
Result: ERROR
Running examples in ‘mapping-Ex.R’ failed
The error most likely occurred in:
> base::assign(".ptime", proc.time(), pos = "CheckExEnv")
> ### Name: mapping
> ### Title: Static maps
> ### Aliases: mapping
>
> ### ** Examples
>
>
> library(dplyr)
Attaching package: ‘dplyr’
The following objects are masked from ‘package:stats’:
filter, lag
The following objects are masked from ‘package:base’:
intersect, setdiff, setequal, union
> library(sf)
Linking to GEOS 3.13.0, GDAL 3.10.2, PROJ 9.5.1; sf_use_s2() is TRUE
>
> data("popIT")
> popIT <- popIT
> coords <- loadCoordIT(unit = "provincia", year = '2019')
> cr <- left_join(coords, popIT, by = c( "provincia" = "ID"))
>
> ###############
> # Statics #
> ###############
>
> mapping(cr)
── tmap v3 code detected ───────────────────────────────────────────────────────
[v3->v4] `tm_borders()`: use 'fill' for the fill color of polygons/symbols
(instead of 'col'), and 'col' for the outlines (instead of 'border.col').
This message is displayed once every 8 hours.
[v3->v4] `tm_borders()`: use `fill_alpha` instead of `alpha`.
Error in `<current-expression>` : node stack overflow
Calls: <Anonymous> ... as.data.table -> as.data.table.data.frame -> as.data.table
Execution halted
Flavor: r-devel-linux-x86_64-debian-gcc
Version: 1.4.1
Check: examples
Result: ERROR
Running examples in ‘mapping-Ex.R’ failed
The error most likely occurred in:
> ### Name: mapping
> ### Title: Static maps
> ### Aliases: mapping
>
> ### ** Examples
>
>
> library(dplyr)
Attaching package: ‘dplyr’
The following objects are masked from ‘package:stats’:
filter, lag
The following objects are masked from ‘package:base’:
intersect, setdiff, setequal, union
> library(sf)
Linking to GEOS 3.12.2, GDAL 3.5.3, PROJ 9.3.1; sf_use_s2() is TRUE
>
> data("popIT")
> popIT <- popIT
> coords <- loadCoordIT(unit = "provincia", year = '2019')
> cr <- left_join(coords, popIT, by = c( "provincia" = "ID"))
>
> ###############
> # Statics #
> ###############
>
> mapping(cr)
── tmap v3 code detected ───────────────────────────────────────────────────────
[v3->v4] `tm_borders()`: use 'fill' for the fill color of polygons/symbols
(instead of 'col'), and 'col' for the outlines (instead of 'border.col').
This message is displayed once every 8 hours.
[v3->v4] `tm_borders()`: use `fill_alpha` instead of `alpha`.
Error in `<current-expression>` : node stack overflow
Calls: <Anonymous> ... as.data.table -> as.data.table.data.frame -> as.data.table
Execution halted
Flavor: r-devel-linux-x86_64-fedora-clang
Version: 1.4.1
Check: examples
Result: ERROR
Running examples in ‘mapping-Ex.R’ failed
The error most likely occurred in:
> ### Name: mapping
> ### Title: Static maps
> ### Aliases: mapping
>
> ### ** Examples
>
>
> library(dplyr)
Attaching package: ‘dplyr’
The following objects are masked from ‘package:stats’:
filter, lag
The following objects are masked from ‘package:base’:
intersect, setdiff, setequal, union
> library(sf)
Linking to GEOS 3.12.2, GDAL 3.8.5, PROJ 9.3.1; sf_use_s2() is TRUE
>
> data("popIT")
> popIT <- popIT
> coords <- loadCoordIT(unit = "provincia", year = '2019')
> cr <- left_join(coords, popIT, by = c( "provincia" = "ID"))
>
> ###############
> # Statics #
> ###############
>
> mapping(cr)
── tmap v3 code detected ───────────────────────────────────────────────────────
[v3->v4] `tm_borders()`: use 'fill' for the fill color of polygons/symbols
(instead of 'col'), and 'col' for the outlines (instead of 'border.col').
This message is displayed once every 8 hours.
[v3->v4] `tm_borders()`: use `fill_alpha` instead of `alpha`.
Error: C stack usage 19927012 is too close to the limit
Execution halted
Flavor: r-devel-linux-x86_64-fedora-gcc
Version: 1.4.1
Check: examples
Result: ERROR
Running examples in ‘mapping-Ex.R’ failed
The error most likely occurred in:
> base::assign(".ptime", proc.time(), pos = "CheckExEnv")
> ### Name: mapping
> ### Title: Static maps
> ### Aliases: mapping
>
> ### ** Examples
>
>
> library(dplyr)
Attaching package: ‘dplyr’
The following objects are masked from ‘package:stats’:
filter, lag
The following objects are masked from ‘package:base’:
intersect, setdiff, setequal, union
> library(sf)
Linking to GEOS 3.13.0, GDAL 3.10.2, PROJ 9.5.1; sf_use_s2() is TRUE
>
> data("popIT")
> popIT <- popIT
> coords <- loadCoordIT(unit = "provincia", year = '2019')
> cr <- left_join(coords, popIT, by = c( "provincia" = "ID"))
>
> ###############
> # Statics #
> ###############
>
> mapping(cr)
── tmap v3 code detected ───────────────────────────────────────────────────────
[v3->v4] `tm_borders()`: use 'fill' for the fill color of polygons/symbols
(instead of 'col'), and 'col' for the outlines (instead of 'border.col').
This message is displayed once every 8 hours.
[v3->v4] `tm_borders()`: use `fill_alpha` instead of `alpha`.
Error in as.data.frame(x) : node stack overflow
Calls: <Anonymous> ... as.data.table -> as.data.table.data.frame -> as.data.table
Execution halted
Flavor: r-release-linux-x86_64