CRAN Package Check Results for Package fluxfinder

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.1.0 6.31 75.96 82.27 ERROR
r-devel-linux-x86_64-debian-gcc 1.1.0 4.46 53.79 58.25 ERROR
r-devel-linux-x86_64-fedora-clang 1.1.0 127.80 OK
r-devel-linux-x86_64-fedora-gcc 1.1.0 126.45 OK
r-devel-windows-x86_64 1.1.0 9.00 90.00 99.00 OK
r-release-macos-arm64 1.1.0 48.00 OK
r-release-macos-x86_64 1.1.0 80.00 OK
r-release-windows-x86_64 1.1.0 8.00 106.00 114.00 OK
r-oldrel-macos-arm64 1.1.0 52.00 OK
r-oldrel-macos-x86_64 1.1.0 90.00 OK
r-oldrel-windows-x86_64 1.1.0 9.00 110.00 119.00 OK

Check Details

Version: 1.1.0
Check: examples
Result: ERROR Running examples in ‘fluxfinder-Ex.R’ failed The error most likely occurred in: > base::assign(".ptime", proc.time(), pos = "CheckExEnv") > ### Name: ffi_qaqc > ### Title: Generate a QA/QC document > ### Aliases: ffi_qaqc > > ### ** Examples > > # Toy data > cars$Plot <- c("A", "B") > fd <- ffi_compute_fluxes(cars, "Plot", "speed", "dist") > x <- ffi_qaqc(fd, group_column = "Plot", output_dir = tempdir()) processing file: qaqc.Rmd Warning in file(con, "w") : cannot open file 'qaqc.knit.md': Read-only file system Error in file(con, "w") : cannot open the connection Calls: ffi_qaqc ... <Anonymous> -> <Anonymous> -> write_utf8 -> writeLines -> file Execution halted Flavors: r-devel-linux-x86_64-debian-clang, r-devel-linux-x86_64-debian-gcc