Last updated on 2024-11-20 04:08:36 CET.
Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
---|---|---|---|---|---|---|
r-devel-linux-x86_64-debian-clang | 3.0.5 | 2.76 | 48.86 | 51.62 | OK | |
r-devel-linux-x86_64-debian-gcc | 3.0.5 | 1.96 | 37.95 | 39.91 | OK | |
r-devel-linux-x86_64-fedora-clang | 3.0.5 | 86.65 | NOTE | |||
r-devel-linux-x86_64-fedora-gcc | 3.0.5 | 96.83 | NOTE | |||
r-devel-windows-x86_64 | 3.0.5 | 4.00 | 88.00 | 92.00 | OK | |
r-patched-linux-x86_64 | 3.0.3 | 2.61 | 30.12 | 32.73 | ERROR | |
r-release-linux-x86_64 | 3.0.3 | 2.57 | 30.61 | 33.18 | ERROR | |
r-release-macos-arm64 | 3.0.5 | 203.00 | OK | |||
r-release-macos-x86_64 | 3.0.5 | 218.00 | OK | |||
r-release-windows-x86_64 | 3.0.5 | 5.00 | 85.00 | 90.00 | OK | |
r-oldrel-macos-arm64 | 3.0.5 | 207.00 | OK | |||
r-oldrel-macos-x86_64 | 3.0.5 | 222.00 | OK | |||
r-oldrel-windows-x86_64 | 3.0.5 | 5.00 | 98.00 | 103.00 | OK |
Version: 3.0.5
Check: dependencies in R code
Result: NOTE
Namespace in Imports field not imported from: ‘tibble’
All declared Imports should be used.
Flavors: r-devel-linux-x86_64-fedora-clang, r-devel-linux-x86_64-fedora-gcc
Version: 3.0.3
Check: examples
Result: ERROR
Running examples in ‘TreeRingShape-Ex.R’ failed
The error most likely occurred in:
> base::assign(".ptime", proc.time(), pos = "CheckExEnv")
> ### Name: ReadShapefile_P00
> ### Title: Return x,y coordinates of a tree ring center point (P00) from
> ### shape file of tree ring points
> ### Aliases: ReadShapefile_P00
>
> ### ** Examples
>
> .dir <- system.file("shp",package = "TreeRingShape")
> .file <- "Abies_277_h400_TreeRing_Points.shp"
> filename <- paste(.dir,.file,sep="/")
> ReadShapefile_P00(filename)
Error in process_cpl_read_ogr(x, quiet, check_ring_dir = check_ring_dir, :
package tibble not available: install first?
Calls: ReadShapefile_P00 ... st_read -> st_read.character -> process_cpl_read_ogr
Execution halted
Flavors: r-patched-linux-x86_64, r-release-linux-x86_64