Last updated on 2025-06-22 21:50:57 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-oldrel-macos-arm64 | 1.1.0 | 52.00 | OK | |||
r-oldrel-macos-x86_64 | 1.1.0 | 90.00 | OK |
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