Last updated on 2026-05-13 10:50:02 CEST.
| Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
|---|---|---|---|---|---|---|
| r-devel-linux-x86_64-debian-clang | 1.0.0 | 41.10 | 484.19 | 525.29 | OK | |
| r-devel-linux-x86_64-debian-gcc | 1.0.0 | 25.07 | 312.29 | 337.36 | OK | |
| r-devel-linux-x86_64-fedora-clang | 1.0.0 | 71.00 | 736.69 | 807.69 | OK | |
| r-devel-linux-x86_64-fedora-gcc | 1.0.0 | 62.00 | 726.46 | 788.46 | OK | |
| r-devel-windows-x86_64 | 1.0.0 | 26.00 | 394.00 | 420.00 | OK | |
| r-patched-linux-x86_64 | 0.6.1 | 35.51 | 421.43 | 456.94 | OK | |
| r-release-linux-x86_64 | 0.6.1 | 38.02 | 444.30 | 482.32 | ERROR | |
| r-release-macos-arm64 | 1.0.0 | 8.00 | 86.00 | 94.00 | OK | |
| r-release-macos-x86_64 | 1.0.0 | 25.00 | 298.00 | 323.00 | OK | |
| r-release-windows-x86_64 | 1.0.0 | 39.00 | 398.00 | 437.00 | OK | |
| r-oldrel-macos-arm64 | 1.0.0 | 8.00 | 91.00 | 99.00 | OK | |
| r-oldrel-macos-x86_64 | 1.0.0 | 24.00 | 330.00 | 354.00 | OK | |
| r-oldrel-windows-x86_64 | 1.0.0 | 32.00 | 471.00 | 503.00 | OK |
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:
%>%
Flavor: r-release-linux-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-release-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-release-linux-x86_64