CRAN Package Check Results for Package ruta

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

Flavor Version Tinstall Tcheck Ttotal Status Flags
r-devel-linux-x86_64-debian-clang 1.2.0 10.02 102.73 112.75 ERROR
r-devel-linux-x86_64-debian-gcc 1.2.0 8.24 78.00 86.24 ERROR
r-devel-linux-x86_64-fedora-clang 1.2.0 140.78 ERROR
r-devel-linux-x86_64-fedora-gcc 1.2.0 171.14 ERROR
r-devel-windows-x86_64 1.2.0 13.00 109.00 122.00 ERROR
r-patched-linux-x86_64 1.2.0 10.90 105.73 116.63 OK
r-release-linux-x86_64 1.2.0 9.39 99.91 109.30 OK
r-release-macos-arm64 1.2.0 49.00 OK
r-release-macos-x86_64 1.2.0 86.00 OK
r-release-windows-x86_64 1.2.0 14.00 121.00 135.00 OK
r-oldrel-macos-arm64 1.2.0 38.00 OK
r-oldrel-macos-x86_64 1.2.0 61.00 OK
r-oldrel-windows-x86_64 1.2.0 14.00 112.00 126.00 OK

Check Details

Version: 1.2.0
Check: examples
Result: ERROR
    Running examples in ‘ruta-Ex.R’ failed
    The error most likely occurred in:
    
    > base::assign(".ptime", proc.time(), pos = "CheckExEnv")
    > ### Name: plot.ruta_network
    > ### Title: Draw a neural network
    > ### Aliases: plot.ruta_network
    >
    > ### ** Examples
    >
    > net <-
    + input() +
    + dense(1000, "relu") + dropout() +
    + dense(100, "tanh") +
    + dense(1000, "relu") + dropout() +
    + output("sigmoid")
    > plot(net, log = TRUE, fg = "#30707a", bg = "#e0e6ea")
    Error in text.default(mean(c(xs$lower[l], xs$upper[l])), 0.5, labels[l], :
     conversion failure on '↓' in 'mbcsToSbcs': for ↓
    Calls: plot -> plot.ruta_network -> text -> text.default
    Execution halted
Flavor: r-devel-linux-x86_64-debian-clang

Version: 1.2.0
Check: examples
Result: ERROR
    Running examples in ‘ruta-Ex.R’ failed
    The error most likely occurred in:
    
    > base::assign(".ptime", proc.time(), pos = "CheckExEnv")
    > ### Name: plot.ruta_network
    > ### Title: Draw a neural network
    > ### Aliases: plot.ruta_network
    >
    > ### ** Examples
    >
    > net <-
    + input() +
    + dense(1000, "relu") + dropout() +
    + dense(100, "tanh") +
    + dense(1000, "relu") + dropout() +
    + output("sigmoid")
    > plot(net, log = TRUE, fg = "#30707a", bg = "#e0e6ea")
    Error in text.default(mean(c(xs$lower[l], xs$upper[l])), 0.5, labels[l], :
     conversion failure on '↓' in 'mbcsToSbcs': for ↓ (U+2193)
    Calls: plot -> plot.ruta_network -> text -> text.default
    Execution halted
Flavor: r-devel-linux-x86_64-debian-gcc

Version: 1.2.0
Check: examples
Result: ERROR
    Running examples in ‘ruta-Ex.R’ failed
    The error most likely occurred in:
    
    > ### Name: plot.ruta_network
    > ### Title: Draw a neural network
    > ### Aliases: plot.ruta_network
    >
    > ### ** Examples
    >
    > net <-
    + input() +
    + dense(1000, "relu") + dropout() +
    + dense(100, "tanh") +
    + dense(1000, "relu") + dropout() +
    + output("sigmoid")
    > plot(net, log = TRUE, fg = "#30707a", bg = "#e0e6ea")
    Error in text.default(mean(c(xs$lower[l], xs$upper[l])), 0.5, labels[l], :
     conversion failure on '↓' in 'mbcsToSbcs': for ↓ (U+2193)
    Calls: plot -> plot.ruta_network -> text -> text.default
    Execution halted
Flavors: r-devel-linux-x86_64-fedora-clang, r-devel-linux-x86_64-fedora-gcc, r-devel-windows-x86_64