CRAN Package Check Results for Package CluMP

Last updated on 2019-05-30 11:55:51 CEST.

Flavor Version Tinstall Tcheck Ttotal Status Flags
r-devel-linux-x86_64-debian-clang 0.7.1 4.73 42.96 47.69 ERROR
r-devel-linux-x86_64-debian-gcc 0.7.1 4.15 33.16 37.31 ERROR
r-devel-linux-x86_64-fedora-clang 0.7.1 56.48 ERROR
r-devel-linux-x86_64-fedora-gcc 0.7.1 53.07 ERROR
r-devel-windows-ix86+x86_64 0.7.1 17.00 76.00 93.00 ERROR
r-patched-linux-x86_64 0.7.1 5.21 41.13 46.34 ERROR
r-patched-solaris-x86 0.7.1 85.70 ERROR
r-release-linux-x86_64 0.7.1 3.70 41.96 45.66 ERROR
r-release-windows-ix86+x86_64 0.7.1 2.00 5.00 7.00 ERROR
r-release-osx-x86_64 0.7.1 OK
r-oldrel-windows-ix86+x86_64 0.7.1 11.00 77.00 88.00 ERROR
r-oldrel-osx-x86_64 0.7.1 OK

Check Details

Version: 0.7.1
Check: examples
Result: ERROR
    Running examples in 'CluMP-Ex.R' failed
    The error most likely occurred in:
    
    > base::assign(".ptime", proc.time(), pos = "CheckExEnv")
    > ### Name: CluMP_profiles
    > ### Title: Summary characteristics of identified clusters via CluMP
    > ### Aliases: CluMP_profiles
    > ### Keywords: CluMP
    >
    > ### ** Examples
    >
    > set.seed(123)
    > dataMale <- GeneratePanel(n = 50, Param = ParamLinear, NbVisit = 10)
    > dataMale$Gender <- "M"
    > dataFemale <- GeneratePanel(n = 50, Param = ParamLinear, NbVisit = 10)
    > dataFemale$ID <- dataFemale$ID + 50
    > dataFemale$Gender <- "F"
    > data <- rbind(dataMale, dataFemale)
    >
    > CLUMP3 <- CluMP(formula = Y ~ Time, group = "ID", data = data, cl_numb = 3)
    > CluMP_profiles(CLUMP3, cat_vars = "Gender")
     Stratified by memb_CluMP
     1 2 3 p test
     n 46 20 34
     Gender = M (%) 22 (47.8) 10 (50.0) 18 (52.9) 0.903
     Stratified by memb_CluMP
     1 2 3 p test
     n 46 20 34
     Gender = M (%) 22 (47.8) 10 (50.0) 18 (52.9) 0.903
    Error: Column `mean_triangle_fn1` is of unsupported type function
    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.7.1
Check: examples
Result: ERROR
    Running examples in ‘CluMP-Ex.R’ failed
    The error most likely occurred in:
    
    > ### Name: CluMP_profiles
    > ### Title: Summary characteristics of identified clusters via CluMP
    > ### Aliases: CluMP_profiles
    > ### Keywords: CluMP
    >
    > ### ** Examples
    >
    > set.seed(123)
    > dataMale <- GeneratePanel(n = 50, Param = ParamLinear, NbVisit = 10)
    > dataMale$Gender <- "M"
    > dataFemale <- GeneratePanel(n = 50, Param = ParamLinear, NbVisit = 10)
    > dataFemale$ID <- dataFemale$ID + 50
    > dataFemale$Gender <- "F"
    > data <- rbind(dataMale, dataFemale)
    >
    > CLUMP3 <- CluMP(formula = Y ~ Time, group = "ID", data = data, cl_numb = 3)
    > CluMP_profiles(CLUMP3, cat_vars = "Gender")
     Stratified by memb_CluMP
     1 2 3 p test
     n 46 20 34
     Gender = M (%) 22 (47.8) 10 (50.0) 18 (52.9) 0.903
     Stratified by memb_CluMP
     1 2 3 p test
     n 46 20 34
     Gender = M (%) 22 (47.8) 10 (50.0) 18 (52.9) 0.903
    Error: Column `mean_triangle_fn1` is of unsupported type function
    Execution halted
Flavors: r-devel-linux-x86_64-fedora-clang, r-devel-linux-x86_64-fedora-gcc, r-devel-windows-ix86+x86_64, r-patched-solaris-x86, r-oldrel-windows-ix86+x86_64

Version: 0.7.1
Check: whether package can be installed
Result: ERROR
    Installation failed.
Flavor: r-release-windows-ix86+x86_64