CRAN Package Check Results for Package pscl

Last updated on 2022-04-24 03:52:34 CEST.

Flavor Version Tinstall Tcheck Ttotal Status Flags
r-devel-linux-x86_64-debian-clang 1.5.5 14.26 117.60 131.86 OK
r-devel-linux-x86_64-debian-gcc 1.5.5 10.06 85.93 95.99 OK
r-devel-linux-x86_64-fedora-clang 1.5.5 172.30 OK
r-devel-linux-x86_64-fedora-gcc 1.5.5 149.61 OK
r-patched-linux-x86_64 1.5.5 14.79 113.89 128.68 OK
r-release-linux-x86_64 1.5.5 12.02 111.32 123.34 OK
r-release-macos-arm64 1.5.5 OK
r-release-macos-x86_64 1.5.5 ERROR
r-release-windows-x86_64 1.5.5 70.00 163.00 233.00 OK
r-oldrel-macos-arm64 1.5.5 OK
r-oldrel-macos-x86_64 1.5.5 ERROR
r-oldrel-windows-ix86+x86_64 1.5.5 36.00 183.00 219.00 OK

Check Details

Version: 1.5.5
Check: examples
Result: ERROR
    Running examples in ‘pscl-Ex.R’ failed
    The error most likely occurred in:
    
    > ### Name: hurdletest
    > ### Title: Testing for the Presence of a Zero Hurdle
    > ### Aliases: hurdletest
    > ### Keywords: regression
    >
    > ### ** Examples
    >
    > data("bioChemists", package = "pscl")
    > fm <- hurdle(art ~ ., data = bioChemists, dist = "negbin", zero = "negbin")
    > hurdletest(fm)
    Loading required namespace: car
    Failed with error: ‘there is no package called ‘stringi’’
    Error in hurdletest(fm) : requireNamespace("car") is not TRUE
    Calls: hurdletest -> stopifnot
    Execution halted
Flavors: r-release-macos-x86_64, r-oldrel-macos-x86_64

Version: 1.5.5
Check: running R code from vignettes
Result: WARN
    Errors in running code in vignettes:
    when running code in ‘countreg.Rnw’
     ...
    
    > library("MASS")
    
    > library("car")
    Loading required package: carData
    
     When sourcing ‘countreg.R’:
    Error: package or namespace load failed for ‘car’ in loadNamespace(i, c(lib.loc, .libPaths()), versionCheck = vI[[i]]):
     there is no package called ‘stringi’
    Execution halted
    
     ‘countreg.Rnw’... failed
Flavors: r-release-macos-x86_64, r-oldrel-macos-x86_64

Version: 1.5.5
Check: re-building of vignette outputs
Result: NOTE
    Error(s) in re-building vignettes:
     ...
    --- re-building ‘countreg.Rnw’ using Sweave
    Loading required package: zoo
    
    Attaching package: ‘zoo’
    
    The following objects are masked from ‘package:base’:
    
     as.Date, as.Date.numeric
    
    Loading required package: carData
    
    Error: processing vignette 'countreg.Rnw' failed with diagnostics:
     chunk 1 (label = preliminaries)
    Error : package or namespace load failed for ‘car’ in loadNamespace(i, c(lib.loc, .libPaths()), versionCheck = vI[[i]]):
     there is no package called ‘stringi’
    
    --- failed re-building ‘countreg.Rnw’
    
    SUMMARY: processing the following file failed:
     ‘countreg.Rnw’
    
    Error: Vignette re-building failed.
    Execution halted
Flavors: r-release-macos-x86_64, r-oldrel-macos-x86_64