CRAN Package Check Results for Package utilities

Last updated on 2023-11-14 09:09:45 CET.

Flavor Version Tinstall Tcheck Ttotal Status Flags
r-devel-linux-x86_64-debian-clang 0.6.1 6.05 44.14 50.19 ERROR
r-devel-linux-x86_64-debian-gcc 0.6.1 5.28 32.91 38.19 ERROR
r-devel-linux-x86_64-fedora-clang 0.6.1 63.53 ERROR
r-devel-linux-x86_64-fedora-gcc 0.6.1 50.88 ERROR
r-devel-windows-x86_64 0.6.1 7.00 54.00 61.00 ERROR
r-patched-linux-x86_64 0.6.1 8.97 50.88 59.85 OK
r-release-linux-x86_64 0.6.1 6.26 51.46 57.72 OK
r-release-macos-arm64 0.6.1 23.00 OK
r-release-macos-x86_64 0.6.1 39.00 OK
r-release-windows-x86_64 0.6.1 9.00 64.00 73.00 OK
r-oldrel-macos-arm64 0.6.1 22.00 OK
r-oldrel-macos-x86_64 0.6.1 32.00 OK
r-oldrel-windows-x86_64 0.6.1 12.00 66.00 78.00 OK

Check Details

Version: 0.6.1
Check: examples
Result: ERROR
    Running examples in ‘utilities-Ex.R’ failed
    The error most likely occurred in:
    
    > base::assign(".ptime", proc.time(), pos = "CheckExEnv")
    > ### Name: KDE
    > ### Title: Kernel Density Estimator
    > ### Aliases: KDE
    >
    > ### ** Examples
    >
    > k <- KDE(rnorm(500))
    > print(k)
    
     Kernel Density Estimator (KDE)
    
     Computed from 500 data points in the input 'rnorm(500)'
     Estimated bandwidth = 0.251897
     Input degrees-of-freedom = Inf
    
     Probability functions for the KDE are the following:
    
     Density function: dkde
     Distribution function: pkde
     Quantile function: qkde
     Random generation function: rkde
    
    > plot(k)
    Error in mtext(side = 3, line = 0.25, cex = 0.8, SUBTITLE) :
     conversion failure on '(Input degrees-of-freedom = ∞, Estimated bandwidth = 0.251897)' in 'mbcsToSbcs': for ∞
    Calls: plot -> plot.kde -> mtext
    Execution halted
Flavor: r-devel-linux-x86_64-debian-clang

Version: 0.6.1
Check: examples
Result: ERROR
    Running examples in ‘utilities-Ex.R’ failed
    The error most likely occurred in:
    
    > base::assign(".ptime", proc.time(), pos = "CheckExEnv")
    > ### Name: KDE
    > ### Title: Kernel Density Estimator
    > ### Aliases: KDE
    >
    > ### ** Examples
    >
    > k <- KDE(rnorm(500))
    > print(k)
    
     Kernel Density Estimator (KDE)
    
     Computed from 500 data points in the input 'rnorm(500)'
     Estimated bandwidth = 0.251897
     Input degrees-of-freedom = Inf
    
     Probability functions for the KDE are the following:
    
     Density function: dkde
     Distribution function: pkde
     Quantile function: qkde
     Random generation function: rkde
    
    > plot(k)
    Error in mtext(side = 3, line = 0.25, cex = 0.8, SUBTITLE) :
     conversion failure on '(Input degrees-of-freedom = ∞, Estimated bandwidth = 0.251897)' in 'mbcsToSbcs': for ∞ (U+221E)
    Calls: plot -> plot.kde -> mtext
    Execution halted
Flavor: r-devel-linux-x86_64-debian-gcc

Version: 0.6.1
Check: examples
Result: ERROR
    Running examples in ‘utilities-Ex.R’ failed
    The error most likely occurred in:
    
    > ### Name: KDE
    > ### Title: Kernel Density Estimator
    > ### Aliases: KDE
    >
    > ### ** Examples
    >
    > k <- KDE(rnorm(500))
    > print(k)
    
     Kernel Density Estimator (KDE)
    
     Computed from 500 data points in the input 'rnorm(500)'
     Estimated bandwidth = 0.251897
     Input degrees-of-freedom = Inf
    
     Probability functions for the KDE are the following:
    
     Density function: dkde
     Distribution function: pkde
     Quantile function: qkde
     Random generation function: rkde
    
    > plot(k)
    Error in mtext(side = 3, line = 0.25, cex = 0.8, SUBTITLE) :
     conversion failure on '(Input degrees-of-freedom = ∞, Estimated bandwidth = 0.251897)' in 'mbcsToSbcs': for ∞ (U+221E)
    Calls: plot -> plot.kde -> mtext
    Execution halted
Flavors: r-devel-linux-x86_64-fedora-clang, r-devel-linux-x86_64-fedora-gcc, r-devel-windows-x86_64