Last updated on 2026-05-09 14:49:43 CEST.
| Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
|---|---|---|---|---|---|---|
| r-devel-linux-x86_64-debian-clang | 0.6.1 | 39.36 | 478.28 | 517.64 | ERROR | |
| r-devel-linux-x86_64-debian-gcc | 0.6.1 | 27.31 | 320.42 | 347.73 | ERROR | |
| r-devel-linux-x86_64-fedora-clang | 0.6.1 | 70.00 | 769.26 | 839.26 | ERROR | |
| r-devel-linux-x86_64-fedora-gcc | 0.6.1 | 68.00 | 721.27 | 789.27 | ERROR | |
| r-devel-windows-x86_64 | 0.6.1 | 37.00 | 380.00 | 417.00 | ERROR | |
| r-patched-linux-x86_64 | 0.6.1 | 35.51 | 421.43 | 456.94 | OK | |
| r-release-linux-x86_64 | 0.6.1 | 31.70 | 427.53 | 459.23 | OK | |
| r-release-macos-arm64 | 0.6.1 | 8.00 | 91.00 | 99.00 | OK | |
| r-release-macos-x86_64 | 0.6.1 | 23.00 | 438.00 | 461.00 | OK | |
| r-release-windows-x86_64 | 0.6.1 | 35.00 | 377.00 | 412.00 | OK | |
| r-oldrel-macos-arm64 | 0.6.1 | OK | ||||
| r-oldrel-macos-x86_64 | 0.6.1 | 21.00 | 329.00 | 350.00 | OK | |
| r-oldrel-windows-x86_64 | 0.6.1 | 52.00 | 536.00 | 588.00 | ERROR |
Version: 0.6.1
Check: R code for possible problems
Result: NOTE
plot_longest_diagonal: no visible global function definition for ‘%>%’
Undefined global functions or variables:
%>%
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-oldrel-windows-x86_64
Version: 0.6.1
Check: examples
Result: ERROR
Running examples in ‘agricolaeplotr-Ex.R’ failed
The error most likely occurred in:
> base::assign(".ptime", proc.time(), pos = "CheckExEnv")
> ### Name: plot_longest_diagonal
> ### Title: Plot the longest diagonal of a field
> ### Aliases: plot_longest_diagonal
>
> ### ** Examples
>
> library(sf)
Linking to GEOS 3.14.1, GDAL 3.12.3, PROJ 9.8.1; sf_use_s2() is TRUE
> my_sf <- st_read(system.file("shape/gfn_schlaege.shp", package="agricolaeplotr"))
Reading layer `gfn_schlaege' from data source
`/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/agricolaeplotr/shape/gfn_schlaege.shp'
using driver `ESRI Shapefile'
Simple feature collection with 24 features and 5 fields
Geometry type: POLYGON
Dimension: XY
Bounding box: xmin: 453876.8 ymin: 5936041 xmax: 458766 ymax: 5937438
CRS: NA
> st_crs(my_sf) <- 25832
> field <- my_sf[my_sf$SCHLAG_NR == 170,]
> plot_longest_diagonal(field)
Error in stats::dist(field_boundary) %>% as.matrix() %>% as_tibble() %>% :
could not find function "%>%"
Calls: plot_longest_diagonal
Execution halted
Examples with CPU (user + system) or elapsed time > 5s
user system elapsed
full_control_positions 3.737 0.089 5.201
Flavor: r-devel-linux-x86_64-debian-clang
Version: 0.6.1
Check: examples
Result: ERROR
Running examples in ‘agricolaeplotr-Ex.R’ failed
The error most likely occurred in:
> base::assign(".ptime", proc.time(), pos = "CheckExEnv")
> ### Name: plot_longest_diagonal
> ### Title: Plot the longest diagonal of a field
> ### Aliases: plot_longest_diagonal
>
> ### ** Examples
>
> library(sf)
Linking to GEOS 3.14.1, GDAL 3.12.3, PROJ 9.8.1; sf_use_s2() is TRUE
> my_sf <- st_read(system.file("shape/gfn_schlaege.shp", package="agricolaeplotr"))
Reading layer `gfn_schlaege' from data source
`/home/hornik/tmp/R.check/r-devel-gcc/Work/build/Packages/agricolaeplotr/shape/gfn_schlaege.shp'
using driver `ESRI Shapefile'
Simple feature collection with 24 features and 5 fields
Geometry type: POLYGON
Dimension: XY
Bounding box: xmin: 453876.8 ymin: 5936041 xmax: 458766 ymax: 5937438
CRS: NA
> st_crs(my_sf) <- 25832
> field <- my_sf[my_sf$SCHLAG_NR == 170,]
> plot_longest_diagonal(field)
Error in stats::dist(field_boundary) %>% as.matrix() %>% as_tibble() %>% :
could not find function "%>%"
Calls: plot_longest_diagonal
Execution halted
Flavor: r-devel-linux-x86_64-debian-gcc
Version: 0.6.1
Check: examples
Result: ERROR
Running examples in ‘agricolaeplotr-Ex.R’ failed
The error most likely occurred in:
> ### Name: plot_longest_diagonal
> ### Title: Plot the longest diagonal of a field
> ### Aliases: plot_longest_diagonal
>
> ### ** Examples
>
> library(sf)
Linking to GEOS 3.13.0, GDAL 3.11.5, PROJ 9.6.2; sf_use_s2() is TRUE
> my_sf <- st_read(system.file("shape/gfn_schlaege.shp", package="agricolaeplotr"))
Reading layer `gfn_schlaege' from data source
`/data/gannet/ripley/R/packages/tests-clang/agricolaeplotr.Rcheck/agricolaeplotr/shape/gfn_schlaege.shp'
using driver `ESRI Shapefile'
Simple feature collection with 24 features and 5 fields
Geometry type: POLYGON
Dimension: XY
Bounding box: xmin: 453876.8 ymin: 5936041 xmax: 458766 ymax: 5937438
CRS: NA
> st_crs(my_sf) <- 25832
> field <- my_sf[my_sf$SCHLAG_NR == 170,]
> plot_longest_diagonal(field)
Error in stats::dist(field_boundary) %>% as.matrix() %>% as_tibble() %>% :
could not find function "%>%"
Calls: plot_longest_diagonal
Execution halted
Flavor: r-devel-linux-x86_64-fedora-clang
Version: 0.6.1
Check: examples
Result: ERROR
Running examples in ‘agricolaeplotr-Ex.R’ failed
The error most likely occurred in:
> ### Name: plot_longest_diagonal
> ### Title: Plot the longest diagonal of a field
> ### Aliases: plot_longest_diagonal
>
> ### ** Examples
>
> library(sf)
Linking to GEOS 3.13.0, GDAL 3.10.3, PROJ 9.6.2; sf_use_s2() is TRUE
> my_sf <- st_read(system.file("shape/gfn_schlaege.shp", package="agricolaeplotr"))
Reading layer `gfn_schlaege' from data source
`/data/gannet/ripley/R/packages/tests-devel/agricolaeplotr.Rcheck/agricolaeplotr/shape/gfn_schlaege.shp'
using driver `ESRI Shapefile'
Simple feature collection with 24 features and 5 fields
Geometry type: POLYGON
Dimension: XY
Bounding box: xmin: 453876.8 ymin: 5936041 xmax: 458766 ymax: 5937438
CRS: NA
> st_crs(my_sf) <- 25832
> field <- my_sf[my_sf$SCHLAG_NR == 170,]
> plot_longest_diagonal(field)
Error in stats::dist(field_boundary) %>% as.matrix() %>% as_tibble() %>% :
could not find function "%>%"
Calls: plot_longest_diagonal
Execution halted
Flavor: r-devel-linux-x86_64-fedora-gcc
Version: 0.6.1
Check: examples
Result: ERROR
Running examples in 'agricolaeplotr-Ex.R' failed
The error most likely occurred in:
> ### Name: plot_longest_diagonal
> ### Title: Plot the longest diagonal of a field
> ### Aliases: plot_longest_diagonal
>
> ### ** Examples
>
> library(sf)
Linking to GEOS 3.14.1, GDAL 3.12.1, PROJ 9.7.1; sf_use_s2() is TRUE
> my_sf <- st_read(system.file("shape/gfn_schlaege.shp", package="agricolaeplotr"))
Reading layer `gfn_schlaege' from data source
`D:\RCompile\CRANpkg\lib\4.7\agricolaeplotr\shape\gfn_schlaege.shp'
using driver `ESRI Shapefile'
Simple feature collection with 24 features and 5 fields
Geometry type: POLYGON
Dimension: XY
Bounding box: xmin: 453876.8 ymin: 5936041 xmax: 458766 ymax: 5937438
CRS: NA
> st_crs(my_sf) <- 25832
> field <- my_sf[my_sf$SCHLAG_NR == 170,]
> plot_longest_diagonal(field)
Error in stats::dist(field_boundary) %>% as.matrix() %>% as_tibble() %>% :
could not find function "%>%"
Calls: plot_longest_diagonal
Execution halted
Flavor: r-devel-windows-x86_64
Version: 0.6.1
Check: examples
Result: ERROR
Running examples in 'agricolaeplotr-Ex.R' failed
The error most likely occurred in:
> ### Name: plot_longest_diagonal
> ### Title: Plot the longest diagonal of a field
> ### Aliases: plot_longest_diagonal
>
> ### ** Examples
>
> library(sf)
Linking to GEOS 3.14.1, GDAL 3.12.1, PROJ 9.7.1; sf_use_s2() is TRUE
> my_sf <- st_read(system.file("shape/gfn_schlaege.shp", package="agricolaeplotr"))
Reading layer `gfn_schlaege' from data source
`D:\RCompile\CRANpkg\lib\4.5\agricolaeplotr\shape\gfn_schlaege.shp'
using driver `ESRI Shapefile'
Simple feature collection with 24 features and 5 fields
Geometry type: POLYGON
Dimension: XY
Bounding box: xmin: 453876.8 ymin: 5936041 xmax: 458766 ymax: 5937438
CRS: NA
> st_crs(my_sf) <- 25832
> field <- my_sf[my_sf$SCHLAG_NR == 170,]
> plot_longest_diagonal(field)
Error in stats::dist(field_boundary) %>% as.matrix() %>% as_tibble() %>% :
could not find function "%>%"
Calls: plot_longest_diagonal
Execution halted
Flavor: r-oldrel-windows-x86_64