Last updated on 2026-01-27 15:48:48 CET.
| Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
|---|---|---|---|---|---|---|
| r-devel-linux-x86_64-debian-clang | 1.5.0 | 49.47 | 419.70 | 469.17 | NOTE | |
| r-devel-linux-x86_64-debian-gcc | 1.5.0 | 38.39 | 313.47 | 351.86 | NOTE | |
| r-devel-linux-x86_64-fedora-clang | 1.5.0 | 92.00 | 683.22 | 775.22 | OK | |
| r-devel-linux-x86_64-fedora-gcc | 1.5.0 | 89.00 | 653.66 | 742.66 | WARN | |
| r-devel-windows-x86_64 | 1.5.0 | 51.00 | 348.00 | 399.00 | OK | |
| r-patched-linux-x86_64 | 1.5.0 | 50.36 | 404.50 | 454.86 | OK | |
| r-release-linux-x86_64 | 1.5.0 | 47.29 | 404.14 | 451.43 | 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 | 53.00 | 356.00 | 409.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 | 70.00 | 430.00 | 500.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', 28 then 30
Warning: stack imbalance in 'if', 26 then 28
Warning: stack imbalance in 'if', 24 then 26
Warning: stack imbalance in '{', 20 then 22
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