CRAN Package Check Results for Package EDCimport

Last updated on 2023-05-27 05:52:26 CEST.

Flavor Version Tinstall Tcheck Ttotal Status Flags
r-devel-linux-x86_64-debian-clang 0.3.0 7.56 61.45 69.01 ERROR
r-devel-linux-x86_64-debian-gcc 0.3.0 6.12 45.94 52.06 ERROR
r-devel-linux-x86_64-fedora-clang 0.3.0 89.26 ERROR
r-devel-linux-x86_64-fedora-gcc 0.3.0 80.05 ERROR
r-devel-windows-x86_64 0.3.0 8.00 70.00 78.00 OK
r-patched-linux-x86_64 0.3.0 5.30 56.42 61.72 ERROR
r-release-linux-x86_64 0.3.0 5.00 56.24 61.24 ERROR
r-release-macos-arm64 0.2.1 24.00 OK
r-release-macos-x86_64 0.2.1 44.00 OK
r-release-windows-x86_64 0.3.0 10.00 78.00 88.00 OK
r-oldrel-macos-arm64 0.2.1 24.00 NOTE
r-oldrel-macos-x86_64 0.3.0 43.00 OK
r-oldrel-windows-x86_64 0.3.0 9.00 81.00 90.00 OK

Additional issues

noSuggests

Check Details

Version: 0.3.0
Check: package dependencies
Result: NOTE
    Package suggested but not available for checking: ‘crosstable’
Flavors: r-devel-linux-x86_64-debian-clang, r-devel-linux-x86_64-debian-gcc, r-devel-linux-x86_64-fedora-clang, r-devel-linux-x86_64-fedora-gcc, r-patched-linux-x86_64, r-release-linux-x86_64

Version: 0.3.0
Check: examples
Result: ERROR
    Running examples in ‘EDCimport-Ex.R’ failed
    The error most likely occurred in:
    
    > base::assign(".ptime", proc.time(), pos = "CheckExEnv")
    > ### Name: find_keyword
    > ### Title: Find a keyword
    > ### Aliases: find_keyword
    >
    > ### ** Examples
    >
    > library(crosstable)
    Error in library(crosstable) : there is no package called ‘crosstable’
    Execution halted
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: 0.3.0
Check: Rd cross-references
Result: NOTE
    Undeclared package ‘installr’ in Rd xrefs
Flavor: r-devel-linux-x86_64-fedora-clang

Version: 0.3.0
Check: examples
Result: ERROR
    Running examples in ‘EDCimport-Ex.R’ failed
    The error most likely occurred in:
    
    > ### Name: find_keyword
    > ### Title: Find a keyword
    > ### Aliases: find_keyword
    >
    > ### ** Examples
    >
    > library(crosstable)
    Error in library(crosstable) : there is no package called ‘crosstable’
    Execution halted
Flavors: r-devel-linux-x86_64-fedora-clang, r-devel-linux-x86_64-fedora-gcc

Version: 0.2.1
Check: dependencies in R code
Result: NOTE
    Namespace in Imports field not imported from: ‘tibble’
     All declared Imports should be used.
Flavor: r-oldrel-macos-arm64