CRAN Package Check Results for Package gRaven

Last updated on 2024-10-13 19:49:09 CEST.

Flavor Version Tinstall Tcheck Ttotal Status Flags
r-devel-linux-x86_64-debian-clang 1.1.8 10.45 82.82 93.27 ERROR
r-devel-linux-x86_64-debian-gcc 1.1.10 6.54 59.70 66.24 OK
r-devel-linux-x86_64-fedora-clang 1.1.10 152.66 OK
r-devel-linux-x86_64-fedora-gcc 1.1.10 144.32 OK
r-devel-windows-x86_64 1.1.10 13.00 109.00 122.00 OK
r-patched-linux-x86_64 1.1.10 8.30 78.84 87.14 OK
r-release-linux-x86_64 1.1.10 8.26 78.87 87.13 OK
r-release-macos-arm64 1.1.10 44.00 OK
r-release-macos-x86_64 1.1.10 71.00 OK
r-release-windows-x86_64 1.1.10 9.00 96.00 105.00 OK
r-oldrel-macos-arm64 1.1.10 46.00 OK
r-oldrel-macos-x86_64 1.1.10 75.00 OK
r-oldrel-windows-x86_64 1.1.10 12.00 116.00 128.00 OK

Check Details

Version: 1.1.8
Check: Rd cross-references
Result: NOTE Found the following Rd file(s) with Rd \link{} targets missing package anchors: propagate.gRaven.Rd: propagate Please provide package anchors for all Rd \link{} targets not in the package itself and the base packages. Flavor: r-devel-linux-x86_64-debian-clang

Version: 1.1.8
Check: examples
Result: ERROR Running examples in ‘gRaven-Ex.R’ failed The error most likely occurred in: > base::assign(".ptime", proc.time(), pos = "CheckExEnv") > ### Name: set.finding > ### Title: Set, retract and inspect findings > ### Aliases: set.finding retract get.finding > > ### ** Examples > > demo(chest,package="gRaven",echo=FALSE) chest chest2 > chest A gRaven domain with slots: nodes parents states cptables net 8 nodes: asia tub smoke lung bronc either xray dysp 8 edges: asia -> tub smoke -> lung smoke -> bronc lung tub -> either either -> xray bronc either -> dysp > set.finding(chest,"asia","yes") > set.finding(chest,"dysp","no") > propagate(chest) > > get.belief(chest,"asia") yes no 1 0 > get.belief(chest,"tub") yes no 0.01809341 0.98190659 > get.finding(chest) smoke: 0 1 evid dysp: 0 1 evid asia: 1 0 evid > > retract(chest,"dysp") Error in set_evidence_worker(object, evidence = ne) : 'evidence' is dataframe but must have exactly one row Calls: retract ... retractEvidence -> retract_evidence_worker -> set_evidence_worker Execution halted Flavor: r-devel-linux-x86_64-debian-clang