CRAN Package Check Results for Package SDDE

Last updated on 2022-04-27 11:54:09 CEST.

Flavor Version Tinstall Tcheck Ttotal Status Flags
r-devel-linux-x86_64-debian-clang 1.0.1 6.91 54.40 61.31 NOTE
r-devel-linux-x86_64-debian-gcc 1.0.1 4.36 41.69 46.05 NOTE
r-devel-linux-x86_64-fedora-clang 1.0.1 71.33 ERROR
r-devel-linux-x86_64-fedora-gcc 1.0.1 69.44 ERROR
r-devel-windows-x86_64 1.0.1 17.00 74.00 91.00 OK
r-patched-linux-x86_64 1.0.1 5.40 54.03 59.43 NOTE
r-release-linux-x86_64 1.0.1 5.60 53.43 59.03 NOTE
r-release-macos-arm64 1.0.1 27.00 OK
r-release-macos-x86_64 1.0.1 52.00 OK
r-release-windows-x86_64 1.0.1 21.00 74.00 95.00 OK
r-oldrel-macos-arm64 1.0.1 33.00 OK
r-oldrel-macos-x86_64 1.0.1 48.00 OK
r-oldrel-windows-ix86+x86_64 1.0.1 13.00 94.00 107.00 OK

Check Details

Version: 1.0.1
Check: for non-standard things in the check directory
Result: NOTE
    Found the following files/directories:
     'result.txt'
Flavors: r-devel-linux-x86_64-debian-clang, r-devel-linux-x86_64-debian-gcc, r-patched-linux-x86_64, r-release-linux-x86_64

Version: 1.0.1
Check: compiled code
Result: NOTE
    File ‘SDDE/libs/SDDE.so’:
     Found no calls to: ‘R_registerRoutines’, ‘R_useDynamicSymbols’
    
    It is good practice to register native routines and to disable symbol
    search.
    
    See ‘Writing portable packages’ in the ‘Writing R Extensions’ manual.
Flavors: r-devel-linux-x86_64-fedora-clang, r-devel-linux-x86_64-fedora-gcc

Version: 1.0.1
Check: examples
Result: ERROR
    Running examples in ‘SDDE-Ex.R’ failed
    The error most likely occurred in:
    
    > ### Name: complete_network
    > ### Title: compare two given networks (original and augmented, presented as
    > ### undirected graphs) using a path analysis
    > ### Aliases: complete_network
    >
    > ### ** Examples
    >
    > ## Searching the sample data (containing 11 original nodes and 3 augmented nodes)
    > data(Sample_1)
    > result <- complete_network(g1, g2)
    Error in { : task 4 failed - "'length = 5' in coercion to 'logical(1)'"
    Calls: complete_network -> %dopar% -> <Anonymous>
    Execution halted
Flavors: r-devel-linux-x86_64-fedora-clang, r-devel-linux-x86_64-fedora-gcc