CRAN Package Check Results for Package Omisc

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

Flavor Version Tinstall Tcheck Ttotal Status Flags
r-devel-linux-x86_64-debian-clang 0.1.4 4.00 53.82 57.82 ERROR
r-devel-linux-x86_64-debian-gcc 0.1.4 2.86 40.59 43.45 ERROR
r-devel-linux-x86_64-fedora-clang 0.1.4 72.20 ERROR
r-devel-linux-x86_64-fedora-gcc 0.1.4 57.44 ERROR
r-devel-windows-x86_64-new-UL 0.1.4 37.00 74.00 111.00 ERROR
r-devel-windows-x86_64-new-TK 0.1.4 ERROR
r-patched-linux-x86_64 0.1.4 NOTE
r-release-linux-x86_64 0.1.4 3.69 61.47 65.16 NOTE
r-release-macos-arm64 0.1.4 NOTE
r-release-macos-x86_64 0.1.4 NOTE
r-release-windows-ix86+x86_64 0.1.4 7.00 83.00 90.00 NOTE
r-oldrel-macos-x86_64 0.1.4 NOTE
r-oldrel-windows-ix86+x86_64 0.1.4 8.00 83.00 91.00 OK

Check Details

Version: 0.1.4
Check: LazyData
Result: NOTE
     'LazyData' is specified without a 'data' directory
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-devel-windows-x86_64-new-UL, r-devel-windows-x86_64-new-TK, r-patched-linux-x86_64, r-release-linux-x86_64, r-release-macos-arm64, r-release-macos-x86_64, r-release-windows-ix86+x86_64

Version: 0.1.4
Check: examples
Result: ERROR
    Running examples in 'Omisc-Ex.R' failed
    The error most likely occurred in:
    
    > base::assign(".ptime", proc.time(), pos = "CheckExEnv")
    > ### Name: Group_function
    > ### Title: Grouping_function
    > ### Aliases: Group_function
    >
    > ### ** Examples
    >
    >
    > #the ChickWeight data is from base R
    > #nested is set to false because Chick and Time are crossed
    > Means_Chick<-Group_function(data=ChickWeight,x="weight", levels =c("Diet","Chick","Time"),
    + nested = FALSE, append=TRUE)
    Error in aggregate.formula(formula = eval(form), data = data, FUN = func) :
     argument 'x' is missing -- it has been renamed from 'formula'
    Calls: Group_function -> aggregate -> aggregate.formula
    Execution halted
Flavors: r-devel-linux-x86_64-debian-clang, r-devel-linux-x86_64-debian-gcc

Version: 0.1.4
Check: dependencies in R code
Result: NOTE
    Namespace in Imports field not imported from: ‘base’
     All declared Imports should be used.
Flavors: r-devel-linux-x86_64-fedora-clang, r-devel-linux-x86_64-fedora-gcc, r-devel-windows-x86_64-new-TK, r-release-macos-arm64, r-release-macos-x86_64, r-oldrel-macos-x86_64

Version: 0.1.4
Check: examples
Result: ERROR
    Running examples in ‘Omisc-Ex.R’ failed
    The error most likely occurred in:
    
    > ### Name: Group_function
    > ### Title: Grouping_function
    > ### Aliases: Group_function
    >
    > ### ** Examples
    >
    >
    > #the ChickWeight data is from base R
    > #nested is set to false because Chick and Time are crossed
    > Means_Chick<-Group_function(data=ChickWeight,x="weight", levels =c("Diet","Chick","Time"),
    + nested = FALSE, append=TRUE)
    Error in aggregate.formula(formula = eval(form), data = data, FUN = func) :
     argument 'x' is missing -- it has been renamed from 'formula'
    Calls: Group_function -> aggregate -> 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