CRAN Package Check Results for Package ParallelTree

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

Flavor Version Tinstall Tcheck Ttotal Status Flags
r-devel-linux-x86_64-debian-clang 0.1.3 5.07 57.35 62.42 ERROR
r-devel-linux-x86_64-debian-gcc 0.1.3 4.16 43.44 47.60 ERROR
r-devel-linux-x86_64-fedora-clang 0.1.3 75.74 ERROR
r-devel-linux-x86_64-fedora-gcc 0.1.3 63.05 ERROR
r-devel-windows-x86_64-new-UL 0.1.3 23.00 81.00 104.00 ERROR
r-devel-windows-x86_64-new-TK 0.1.3 ERROR
r-patched-linux-x86_64 0.1.3 NOTE
r-release-linux-x86_64 0.1.3 4.77 56.64 61.41 NOTE
r-release-macos-arm64 0.1.3 NOTE
r-release-macos-x86_64 0.1.3 NOTE
r-release-windows-ix86+x86_64 0.1.3 14.00 71.00 85.00 NOTE
r-oldrel-macos-x86_64 0.1.3 OK
r-oldrel-windows-ix86+x86_64 0.1.3 14.00 71.00 85.00 OK

Check Details

Version: 0.1.3
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.3
Check: examples
Result: ERROR
    Running examples in 'ParallelTree-Ex.R' failed
    The error most likely occurred in:
    
    > base::assign(".ptime", proc.time(), pos = "CheckExEnv")
    > ### Name: Group_function
    > ### Title: Group_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.3
Check: examples
Result: ERROR
    Running examples in ‘ParallelTree-Ex.R’ failed
    The error most likely occurred in:
    
    > ### Name: Group_function
    > ### Title: Group_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