CRAN Package Check Results for Package sfsmisc

Last updated on 2025-04-13 01:51:43 CEST.

Flavor Version Tinstall Tcheck Ttotal Status Flags
r-devel-linux-x86_64-debian-clang 1.1-20 6.31 68.35 74.66 OK
r-devel-linux-x86_64-debian-gcc 1.1-20 5.39 45.72 51.11 ERROR
r-devel-linux-x86_64-fedora-clang 1.1-20 131.18 OK
r-devel-linux-x86_64-fedora-gcc 1.1-20 116.78 OK
r-devel-macos-arm64 1.1-20 38.00 OK
r-devel-macos-x86_64 1.1-20 86.00 OK
r-devel-windows-x86_64 1.1-20 7.00 107.00 114.00 OK
r-patched-linux-x86_64 1.1-20 8.58 67.18 75.76 OK
r-release-linux-x86_64 1.1-20 OK
r-release-macos-arm64 1.1-20 39.00 OK
r-release-macos-x86_64 1.1-20 96.00 OK
r-release-windows-x86_64 1.1-20 10.00 123.00 133.00 OK
r-oldrel-macos-arm64 1.1-20 OK
r-oldrel-macos-x86_64 1.1-20 88.00 OK
r-oldrel-windows-x86_64 1.1-20 8.00 119.00 127.00 OK

Check Details

Version: 1.1-20
Check: examples
Result: ERROR Running examples in ‘sfsmisc-Ex.R’ failed The error most likely occurred in: > base::assign(".ptime", proc.time(), pos = "CheckExEnv") > ### Name: helppdf > ### Title: help() Type="pdf" and View It > ### Aliases: helppdf > ### Keywords: utilities print > > ### ** Examples > > if(interactive()) { + ## Both calls work : + helppdf(Normal) + helppdf("NegBinomial") + } else if(.Platform$OS.type != "windows") { # batch mode (Windows often too slow for this) + od <- setwd(tempdir()) + ff <- helppdf(Normal, viewer=NULL) + stopifnot(file.exists(ff)) ; print(ff) + setwd(od)# revert to previous dir. + } Error in .show_help_on_topic_offline(tf2, topic, type, texinputs, ...) : object 'has_figure' not found Calls: helppdf ... print.help_files_with_topic -> .show_help_on_topic_offline Execution halted Flavor: r-devel-linux-x86_64-debian-gcc