CRAN Package Check Results for Package RichR

Last updated on 2022-02-25 06:49:27 CET.

Flavor Version Tinstall Tcheck Ttotal Status Flags
r-devel-linux-x86_64-debian-clang 1.0.0 12.14 111.07 123.21 ERROR
r-devel-linux-x86_64-debian-gcc 1.0.0 10.96 84.51 95.47 ERROR
r-devel-linux-x86_64-fedora-clang 1.0.0 154.60 ERROR
r-devel-linux-x86_64-fedora-gcc 1.0.0 143.75 ERROR
r-devel-windows-x86_64-new-UL 1.0.0 19.00 130.00 149.00 ERROR
r-devel-windows-x86_64-new-TK 1.0.0 ERROR
r-patched-linux-x86_64 1.0.0 OK
r-release-linux-x86_64 1.0.0 11.08 100.42 111.50 OK
r-release-macos-arm64 1.0.0 OK
r-release-macos-x86_64 1.0.0 OK
r-release-windows-ix86+x86_64 1.0.0 27.00 117.00 144.00 OK
r-oldrel-macos-x86_64 1.0.0 OK
r-oldrel-windows-ix86+x86_64 1.0.0 27.00 115.00 142.00 OK

Check Details

Version: 1.0.0
Check: examples
Result: ERROR
    Running examples in 'RichR-Ex.R' failed
    The error most likely occurred in:
    
    > base::assign(".ptime", proc.time(), pos = "CheckExEnv")
    > ### Name: Enrichment
    > ### Title: Enrichment
    > ### Aliases: Enrichment
    >
    > ### ** Examples
    >
    > data('g2d')
    >
    > g2d_clean = g2d$clean
    >
    > # The user can choose a particular disorder, or use the whole disease set to compare to
    >
    > g2d_ASD = subset(g2d_clean, g2d_clean$Disease %in% c('AUTISM'))
    > Enrichment(Background = g2d_clean$Gene.symbol,
    + Genes2Dis = g2d_ASD,
    + Genes = g2d_ASD$Gene.symbol[1:100])
    Error in aggregate.formula(formula = Gene.symbol ~ Disease, data = Genes2Dis, :
     argument 'x' is missing -- it has been renamed from 'formula'
    Calls: Enrichment -> <Anonymous> -> aggregate.formula
    Execution halted
Flavors: r-devel-linux-x86_64-debian-clang, r-devel-linux-x86_64-debian-gcc

Version: 1.0.0
Check: examples
Result: ERROR
    Running examples in ‘RichR-Ex.R’ failed
    The error most likely occurred in:
    
    > ### Name: Enrichment
    > ### Title: Enrichment
    > ### Aliases: Enrichment
    >
    > ### ** Examples
    >
    > data('g2d')
    >
    > g2d_clean = g2d$clean
    >
    > # The user can choose a particular disorder, or use the whole disease set to compare to
    >
    > g2d_ASD = subset(g2d_clean, g2d_clean$Disease %in% c('AUTISM'))
    > Enrichment(Background = g2d_clean$Gene.symbol,
    + Genes2Dis = g2d_ASD,
    + Genes = g2d_ASD$Gene.symbol[1:100])
    Error in aggregate.formula(formula = Gene.symbol ~ Disease, data = Genes2Dis, :
     argument 'x' is missing -- it has been renamed from 'formula'
    Calls: Enrichment -> <Anonymous> -> aggregate.formula
    Execution halted
Flavors: r-devel-linux-x86_64-fedora-clang, r-devel-linux-x86_64-fedora-gcc, r-devel-windows-x86_64-new-UL, r-devel-windows-x86_64-new-TK