Last updated on 2025-12-06 00:48:53 CET.
| Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
|---|---|---|---|---|---|---|
| r-devel-linux-x86_64-debian-clang | 1.2 | 3.06 | 38.51 | 41.57 | NOTE | |
| r-devel-linux-x86_64-debian-gcc | 1.2 | 2.43 | 21.18 | 23.61 | ERROR | |
| r-devel-linux-x86_64-fedora-clang | 1.2 | 62.26 | OK | |||
| r-devel-linux-x86_64-fedora-gcc | 1.2 | 61.74 | OK | |||
| r-devel-windows-x86_64 | 1.2 | 4.00 | 87.00 | 91.00 | OK | |
| r-patched-linux-x86_64 | 1.2 | 3.39 | 34.98 | 38.37 | OK | |
| r-release-linux-x86_64 | 1.2 | 2.74 | 36.17 | 38.91 | OK | |
| r-release-macos-arm64 | 1.2 | OK | ||||
| r-release-macos-x86_64 | 1.2 | 4.00 | 48.00 | 52.00 | OK | |
| r-release-windows-x86_64 | 1.2 | 4.00 | 85.00 | 89.00 | OK | |
| r-oldrel-macos-arm64 | 1.2 | OK | ||||
| r-oldrel-macos-x86_64 | 1.2 | 3.00 | 36.00 | 39.00 | OK | |
| r-oldrel-windows-x86_64 | 1.2 | 4.00 | 105.00 | 109.00 | OK |
Version: 1.2
Check: CRAN incoming feasibility
Result: NOTE
Maintainer: ‘Thuc Duy Le <Thuc.Le@unisa.edu.au>’
No Authors@R field in DESCRIPTION.
Please add one, modifying
Authors@R: c(person(given = c("Thuc", "Duy"),
family = "Le",
role = c("aut", "cre"),
email = "thuc.le@unisa.edu.au"),
person(given = "Tao",
family = "Hoang",
role = "aut"),
person(given = "Shu",
family = "Hu",
role = "aut"),
person(given = "Liang",
family = "Zhang",
role = "aut"))
as necessary.
Package CITATION file contains call(s) to old-style personList() or
as.personList(). Please use c() on person objects instead.
Package CITATION file contains call(s) to old-style citEntry(). Please
use bibentry() instead.
Flavors: r-devel-linux-x86_64-debian-clang, r-devel-linux-x86_64-debian-gcc
Version: 1.2
Check: examples
Result: ERROR
Running examples in ‘ParallelPC-Ex.R’ failed
The error most likely occurred in:
> base::assign(".ptime", proc.time(), pos = "CheckExEnv")
> ### Name: IDA_parallel
> ### Title: Estimate Total Causal Effects using the IDA_parallel Algorithm
> ### Aliases: IDA_parallel
>
> ### ** Examples
>
> ##########################################
> ## Using IDA_parallel without mem.efficeient
> ##########################################
> library(bnlearn)
> library(pcalg)
Error in library(pcalg) : there is no package called ‘pcalg’
Execution halted
Flavor: r-devel-linux-x86_64-debian-gcc