CRAN Package Check Results for Package ingres

Last updated on 2022-09-15 14:55:01 CEST.

Flavor Version Tinstall Tcheck Ttotal Status Flags
r-devel-linux-x86_64-debian-gcc 1.0.0 28.79 325.13 353.92 ERROR
r-release-macos-arm64 1.0.0 6.00 ERROR
r-release-windows-x86_64 1.0.0 61.00 340.00 401.00 NOTE
r-oldrel-macos-arm64 1.0.0 9.00 ERROR

Check Details

Version: 1.0.0
Check: examples
Result: ERROR
    Running examples in ‘ingres-Ex.R’ failed
    The error most likely occurred in:
    
    > base::assign(".ptime", proc.time(), pos = "CheckExEnv")
    > ### Name: ginmlToGraphml
    > ### Title: Convert a GinSim file into a GraphML file GinSim files have the
    > ### extension .zginml. This utility function converts such files into the
    > ### GraphML format. keeping the kind - fate, input or gene -, the edge
    > ### sign and the rule - formulae - data.
    > ### Aliases: ginmlToGraphml
    >
    > ### ** Examples
    >
    > filename =
    + system.file("extdata", "example_ginsim.zginml", package = "ingres")
    > head(ginmlToGraphml(filename))
    Error: Cannot open file for writing:
    * '/home/hornik/tmp/R.check/r-devel-gcc/Work/build/Packages/ingres/extdata/example_ginsim.graphml'
    Execution halted
Flavor: r-devel-linux-x86_64-debian-gcc

Version: 1.0.0
Check: package dependencies
Result: ERROR
    Package required but not available: ‘viper’
    
    Package suggested but not available for checking: ‘aracne.networks’
    
    See section ‘The DESCRIPTION file’ in the ‘Writing R Extensions’
    manual.
Flavors: r-release-macos-arm64, r-oldrel-macos-arm64

Version: 1.0.0
Check: package dependencies
Result: NOTE
    Package suggested but not available for checking: 'aracne.networks'
Flavor: r-release-windows-x86_64