CRAN Package Check Results for Package fluxfinder

Last updated on 2025-06-23 03:51:09 CEST.

Flavor Version Tinstall Tcheck Ttotal Status Flags
r-devel-linux-x86_64-debian-gcc 1.1.0 4.40 55.72 60.12 ERROR
r-devel-linux-x86_64-fedora-clang 1.1.0 127.80 OK
r-devel-windows-x86_64 1.1.0 8.00 92.00 100.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 Flavor: r-devel-linux-x86_64-debian-gcc