CRAN Package Check Results for Package rdecision

Last updated on 2024-06-10 10:58:52 CEST.

Flavor Version Tinstall Tcheck Ttotal Status Flags
r-devel-linux-x86_64-debian-clang 1.2.0 25.89 480.56 506.45 OK
r-devel-linux-x86_64-debian-gcc 1.2.0 26.34 334.65 360.99 OK
r-devel-linux-x86_64-fedora-clang 1.2.1 401.35 OK
r-devel-linux-x86_64-fedora-gcc 1.2.1 481.74 OK
r-devel-windows-x86_64 1.2.0 22.00 445.00 467.00 OK
r-patched-linux-x86_64 1.2.0 28.00 464.65 492.65 OK
r-release-linux-x86_64 1.2.0 31.21 463.79 495.00 OK
r-release-macos-arm64 1.2.0 123.00 OK
r-release-macos-x86_64 1.2.1 532.00 OK
r-release-windows-x86_64 1.2.0 23.00 342.00 365.00 OK
r-oldrel-macos-arm64 1.2.0 162.00 OK
r-oldrel-macos-x86_64 1.2.1 486.00 ERROR
r-oldrel-windows-x86_64 1.2.0 25.00 437.00 462.00 OK

Check Details

Version: 1.2.1
Check: running R code from vignettes
Result: ERROR Errors in running code in vignettes: when running code in ‘DT00-DecisionTreeTutorial.Rmd’ ... > knitr::opts_chunk$set(collapse = TRUE, echo = FALSE, + comment = "#>") > library("rdecision") > dt$draw() When sourcing ‘DT00-DecisionTreeTutorial.R’: Error: object of type 'closure' is not subsettable Execution halted when running code in ‘DT01-Sumatriptan.Rmd’ ... > library(rdecision) > DT$draw(border = TRUE) When sourcing ‘DT01-Sumatriptan.R’: Error: object 'DT' not found Execution halted when running code in ‘DT03-ShaleGas.Rmd’ ... > library(rdecision) > RES[, "Run"] <- NULL When sourcing ‘DT03-ShaleGas.R’: Error: object 'RES' not found Execution halted when running code in ‘GT01-NewScientistPuzzle.Rmd’ ... [[7]] line.to[GRID.line.to.36] > names(ct) <- c("n", "frequency") When sourcing ‘GT01-NewScientistPuzzle.R’: Error: object 'ct' not found Execution halted when running code in ‘SM01-HIV.Rmd’ ... > library(rdecision) > pngfile <- gv2png(dot = m$as_DOT(rankdir = "TB", width = 7, + height = 7)) When sourcing ‘SM01-HIV.R’: Error: could not find function "gv2png" Execution halted when running code in ‘SM02-TKR.Rmd’ ... > library(rdecision) > pngfile <- gv2png(dot = SMM_base$as_DOT(rankdir = "TB", + width = 7, height = 7)) When sourcing ‘SM02-TKR.R’: Error: could not find function "gv2png" Execution halted ‘DT00-DecisionTreeTutorial.Rmd’ using ‘UTF-8’... failed ‘DT01-Sumatriptan.Rmd’ using ‘UTF-8’... failed ‘DT02-Tegaderm.Rmd’ using ‘UTF-8’... [1s/1s] OK ‘DT03-ShaleGas.Rmd’ using ‘UTF-8’... failed ‘GT01-NewScientistPuzzle.Rmd’ using ‘UTF-8’... failed ‘SM01-HIV.Rmd’ using ‘UTF-8’... failed ‘SM02-TKR.Rmd’ using ‘UTF-8’... failed Flavor: r-oldrel-macos-x86_64