Last updated on 2026-02-12 03:52:25 CET.
| Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
|---|---|---|---|---|---|---|
| r-devel-linux-x86_64-debian-clang | 0.1.1 | OK | ||||
| r-devel-linux-x86_64-debian-gcc | 0.1.1 | 3.70 | 29.23 | 32.93 | OK | |
| r-devel-linux-x86_64-fedora-clang | 0.1.1 | 8.00 | 58.81 | 66.81 | OK | |
| r-devel-linux-x86_64-fedora-gcc | 0.1.1 | 8.00 | 54.85 | 62.85 | OK | |
| r-devel-macos-arm64 | 0.1.1 | 1.00 | 15.00 | 16.00 | OK | |
| r-devel-windows-x86_64 | 0.1.1 | 9.00 | 54.00 | 63.00 | OK | |
| r-patched-linux-x86_64 | 0.1.1 | 4.52 | 34.38 | 38.90 | OK | |
| r-release-linux-x86_64 | 0.1.1 | 4.37 | 34.91 | 39.28 | OK | |
| r-release-macos-arm64 | 0.1.1 | 1.00 | 12.00 | 13.00 | OK | |
| r-release-macos-x86_64 | 0.1.1 | 4.00 | 107.00 | 111.00 | OK | |
| r-release-windows-x86_64 | 0.1.0 | 6.00 | 53.00 | 59.00 | OK | |
| r-oldrel-macos-arm64 | 0.1.1 | 1.00 | 17.00 | 18.00 | OK | |
| r-oldrel-macos-x86_64 | 0.1.1 | 4.00 | 53.00 | 57.00 | OK | |
| r-oldrel-windows-x86_64 | 0.1.0 | 9.00 | 65.00 | 74.00 | ERROR |
Version: 0.1.0
Check: LazyData
Result: NOTE
'LazyData' is specified without a 'data' directory
Flavor: r-oldrel-windows-x86_64
Version: 0.1.0
Check: examples
Result: ERROR
Running examples in 'sfc-Ex.R' failed
The error most likely occurred in:
> ### Name: sfc
> ### Title: Substance Flow Computation
> ### Aliases: sfc
>
> ### ** Examples
>
> library(sfc)
>
> ## model as txt
> data <- system.file("extdata", "data_utf8.csv", package = "sfc")
> model <- system.file("extdata", "model_utf8.txt", package = "sfc")
> sfc(data, model, sample.size = 100, fileEncoding = "UTF-8")
Read 12 items
Error:
! `mutate_each()` was deprecated in dplyr 0.7.0 and is now defunct.
ℹ Please use `across()` instead.
Backtrace:
▆
1. ├─sfc::sfc(data, model, sample.size = 100, fileEncoding = "UTF-8")
2. │ └─sfc:::impute_data(data)
3. │ └─... %>% mutate_each(funs(as.character(.)))
4. └─dplyr::mutate_each(., funs(as.character(.)))
5. └─dplyr:::each_defunct("mutate_each()")
6. └─lifecycle::deprecate_stop(when = "0.7.0", what = fun, with = "across()")
7. └─lifecycle:::deprecate_stop0(msg)
8. └─rlang::cnd_signal(...)
Execution halted
Flavor: r-oldrel-windows-x86_64
These binaries (installable software) and packages are in development.
They may not be fully stable and should be used with caution. We make no claims about them.
Health stats visible at Monitor.