CRAN Package Check Results for Package FlowScreen

Last updated on 2025-06-25 05:49:52 CEST.

Flavor Version Tinstall Tcheck Ttotal Status Flags
r-devel-linux-x86_64-debian-clang 1.2.6 5.56 48.48 54.04 OK
r-devel-linux-x86_64-debian-gcc 2.0 4.17 35.04 39.21 ERROR
r-devel-linux-x86_64-fedora-clang 2.0 113.29 OK
r-devel-linux-x86_64-fedora-gcc 2.0 78.77 OK
r-devel-windows-x86_64 1.2.6 6.00 74.00 80.00 OK
r-patched-linux-x86_64 1.2.6 6.52 45.45 51.97 OK
r-release-linux-x86_64 1.2.6 4.70 45.67 50.37 OK
r-release-macos-arm64 2.0 56.00 OK
r-release-macos-x86_64 2.0 80.00 OK
r-release-windows-x86_64 2.0 11.00 123.00 134.00 OK
r-oldrel-macos-arm64 2.0 55.00 OK
r-oldrel-macos-x86_64 2.0 73.00 OK
r-oldrel-windows-x86_64 2.0 13.00 128.00 141.00 OK

Check Details

Version: 2.0
Check: examples
Result: ERROR Running examples in ‘FlowScreen-Ex.R’ failed The error most likely occurred in: > base::assign(".ptime", proc.time(), pos = "CheckExEnv") > ### Name: add.station.metadata > ### Title: Add MetaData to Database > ### Aliases: add.station.metadata > > ### ** Examples > > > met_added <- add.station.metadata(Agency = "Foo Bar", StationID = "01234", + StnName = "Example Station", Country = NA, Lat = 40.0, Lon = -89.0) Warning in gzfile(file, mode) : cannot open compressed file '/home/hornik/tmp/R.check/r-devel-gcc/Work/build/Packages/FlowScreen/extdata/station_metadata.rds', probable reason 'Read-only file system' Error in gzfile(file, mode) : cannot open the connection Calls: add.station.metadata -> saveRDS -> gzfile Execution halted Flavor: r-devel-linux-x86_64-debian-gcc