CRAN Package Check Results for Package ks

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

Flavor Version Tinstall Tcheck Ttotal Status Flags
r-devel-linux-x86_64-debian-clang 1.13.5 25.31 237.43 262.74 OK
r-devel-linux-x86_64-debian-gcc 1.13.5 23.11 172.21 195.32 OK
r-devel-linux-x86_64-fedora-clang 1.13.5 337.22 OK
r-devel-linux-x86_64-fedora-gcc 1.13.5 331.75 OK
r-patched-linux-x86_64 1.13.5 21.76 227.99 249.75 OK
r-release-linux-x86_64 1.13.5 23.54 220.92 244.46 OK
r-release-macos-arm64 1.13.5 ERROR
r-release-macos-x86_64 1.13.5 OK
r-release-windows-x86_64 1.13.5 61.00 268.00 329.00 OK
r-oldrel-macos-arm64 1.13.5 ERROR
r-oldrel-macos-x86_64 1.13.5 OK
r-oldrel-windows-ix86+x86_64 1.13.5 46.00 345.00 391.00 OK

Check Details

Version: 1.13.5
Check: examples
Result: ERROR
    Running examples in ‘ks-Ex.R’ failed
    The error most likely occurred in:
    
    > ### Name: histde
    > ### Title: Histogram density estimate
    > ### Aliases: histde predict.histde
    > ### Keywords: smooth
    >
    > ### ** Examples
    >
    > ## positive data example
    > set.seed(8192)
    > x <- 2^rnorm(100)
    > fhat <- histde(x=x)
    > plot(fhat, border=6)
    Error: .onLoad failed in loadNamespace() for 'tcltk', details:
     call: fun(libname, pkgname)
     error: Tcl/Tk libraries are missing: install the Tcl/Tk component from the R installer
    Execution halted
Flavors: r-release-macos-arm64, r-oldrel-macos-arm64

Version: 1.13.5
Check: running R code from vignettes
Result: ERROR
    Errors in running code in vignettes:
    when running code in ‘kde.Rnw’
     ...
    + props = props)
    
    > plotmixt(mus = mus, Sigmas = Sigmas, props = props,
    + xlim = c(-4, 4), ylim = c(-4, 4))
    
     When sourcing ‘kde.R’:
    Error: .onLoad failed in loadNamespace() for 'tcltk', details:
     call: fun(libname, pkgname)
     error: Tcl/Tk libraries are missing: install the Tcl/Tk component from the R installer
    Execution halted
    
     ‘kde.Rnw’... failed
Flavors: r-release-macos-arm64, r-oldrel-macos-arm64

Version: 1.13.5
Check: re-building of vignette outputs
Result: NOTE
    Error(s) in re-building vignettes:
     ...
    --- re-building ‘kde.Rnw’ using Sweave
    
    Error: processing vignette 'kde.Rnw' failed with diagnostics:
     chunk 2
    Error : .onLoad failed in loadNamespace() for 'tcltk', details:
     call: fun(libname, pkgname)
     error: Tcl/Tk libraries are missing: install the Tcl/Tk component from the R installer
    
    --- failed re-building ‘kde.Rnw’
    
    SUMMARY: processing the following file failed:
     ‘kde.Rnw’
    
    Error: Vignette re-building failed.
    Execution halted
Flavors: r-release-macos-arm64, r-oldrel-macos-arm64