Last updated on 2025-12-30 10:51:32 CET.
| Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
|---|---|---|---|---|---|---|
| r-devel-linux-x86_64-debian-clang | 1.5.0 | 52.46 | 420.32 | 472.78 | NOTE | |
| r-devel-linux-x86_64-debian-gcc | 1.5.0 | 38.20 | 304.78 | 342.98 | NOTE | |
| r-devel-linux-x86_64-fedora-clang | 1.5.0 | 68.00 | 654.24 | 722.24 | OK | |
| r-devel-linux-x86_64-fedora-gcc | 1.5.0 | 104.00 | 638.51 | 742.51 | WARN | |
| r-devel-windows-x86_64 | 1.5.0 | 53.00 | 339.00 | 392.00 | OK | |
| r-patched-linux-x86_64 | 1.5.0 | 51.58 | 408.58 | 460.16 | OK | |
| r-release-linux-x86_64 | 1.5.0 | 49.42 | 405.77 | 455.19 | OK | |
| r-release-macos-arm64 | 1.5.0 | OK | ||||
| r-release-macos-x86_64 | 1.5.0 | 11.00 | ERROR | |||
| r-release-windows-x86_64 | 1.5.0 | 50.00 | 336.00 | 386.00 | OK | |
| r-oldrel-macos-arm64 | 1.5.0 | OK | ||||
| r-oldrel-macos-x86_64 | 1.5.0 | 37.00 | 254.00 | 291.00 | OK | |
| r-oldrel-windows-x86_64 | 1.5.0 | 72.00 | 446.00 | 518.00 | OK |
Version: 1.5.0
Check: CRAN incoming feasibility
Result: NOTE
Maintainer: ‘Gabriele Sales <gabriele.sales@unipd.it>’
No Authors@R field in DESCRIPTION.
Please add one, modifying
Authors@R: c(person(given = "Sofia",
family = "Massa",
role = "aut"),
person(given = "Gabriele",
family = "Sales",
role = c("aut", "cre"),
email = "gabriele.sales@unipd.it"))
as necessary.
Flavors: r-devel-linux-x86_64-debian-clang, r-devel-linux-x86_64-debian-gcc
Version: 1.5.0
Check: whether package can be installed
Result: WARN
Found the following significant warnings:
Warning: stack imbalance in 'is.environment', 25 then 27
Warning: stack imbalance in 'if', 23 then 25
Warning: stack imbalance in 'if', 21 then 23
Warning: stack imbalance in '{', 17 then 19
Warning: stack imbalance in 'is.environment', 43 then 45
Warning: stack imbalance in 'if', 41 then 43
Warning: stack imbalance in 'if', 39 then 41
Warning: stack imbalance in '{', 35 then 37
Flavor: r-devel-linux-x86_64-fedora-gcc
Version: 1.5.0
Check: whether the namespace can be loaded with stated dependencies
Result: NOTE
Warning: stack imbalance in 'is.environment', 31 then 33
Warning: stack imbalance in 'if', 29 then 31
Warning: stack imbalance in 'if', 27 then 29
Warning: stack imbalance in '{', 23 then 25
A namespace must be able to be loaded with just the base namespace
loaded: otherwise if the namespace gets loaded by a saved object, the
session will be unable to start.
Probably some imports need to be declared in the NAMESPACE file.
Flavor: r-devel-linux-x86_64-fedora-gcc
Version: 1.5.0
Check: R code for possible problems
Result: NOTE
Warning: stack imbalance in 'is.environment', 31 then 33
Warning: stack imbalance in 'if', 29 then 31
Warning: stack imbalance in 'if', 27 then 29
Warning: stack imbalance in '{', 23 then 25
Flavor: r-devel-linux-x86_64-fedora-gcc
Version: 1.5.0
Check: package dependencies
Result: ERROR
Package required but not available: ‘qpgraph’
See section ‘The DESCRIPTION file’ in the ‘Writing R Extensions’
manual.
Flavor: r-release-macos-x86_64