CRAN Package Check Results for Package aMNLFA

Last updated on 2021-02-05 15:54:04 CET.

Flavor Version Tinstall Tcheck Ttotal Status Flags
r-devel-linux-x86_64-debian-clang 0.1 4.72 49.77 54.49 OK
r-devel-linux-x86_64-debian-gcc 0.1 4.47 28.63 33.10 ERROR
r-devel-linux-x86_64-fedora-clang 0.1 72.89 NOTE
r-devel-linux-x86_64-fedora-gcc 0.1 64.62 NOTE
r-devel-windows-ix86+x86_64 0.1 12.00 69.00 81.00 OK
r-patched-linux-x86_64 0.1 4.38 46.62 51.00 OK
r-patched-solaris-x86 0.1 89.60 NOTE
r-release-linux-x86_64 0.1 5.25 46.95 52.20 OK
r-release-macos-x86_64 0.1 NOTE
r-release-windows-ix86+x86_64 0.1 12.00 75.00 87.00 OK
r-oldrel-macos-x86_64 0.1 NOTE
r-oldrel-windows-ix86+x86_64 0.1 6.00 51.00 57.00 OK

Check Details

Version: 0.1
Check: examples
Result: ERROR
    Running examples in ‘aMNLFA-Ex.R’ failed
    The error most likely occurred in:
    
    > base::assign(".ptime", proc.time(), pos = "CheckExEnv")
    > ### Name: aMNLFA.itemplots
    > ### Title: aMNLFA item plotting function
    > ### Aliases: aMNLFA.itemplots
    > ### Keywords: MNLFA
    >
    > ### ** Examples
    >
    > wd <- tempdir()
    > first<-paste0(system.file(package='aMNLFA'),"/examplefiles")
    > the.list <- list.files(first,full.names=TRUE)
    > file.copy(the.list,wd,overwrite=TRUE)
     [1] TRUE TRUE TRUE TRUE TRUE TRUE TRUE TRUE TRUE TRUE TRUE TRUE TRUE TRUE TRUE
    [16] TRUE TRUE TRUE TRUE TRUE TRUE TRUE TRUE TRUE TRUE TRUE TRUE TRUE TRUE TRUE
    [31] TRUE TRUE TRUE TRUE TRUE TRUE TRUE TRUE TRUE TRUE TRUE TRUE TRUE TRUE TRUE
    [46] TRUE TRUE TRUE TRUE TRUE TRUE
    > ob <- aMNLFA::aMNLFA.object(dir = wd,
    + mrdata = xstudy,
    + indicators = paste0("BIN_", 1:12),
    + catindicators = paste0("BIN_", 1:12),
    + meanimpact = c("AGE", "GENDER", "STUDY"),
    + varimpact = c("AGE", "GENDER", "STUDY"),
    + measinvar = c("AGE", "GENDER", "STUDY"),
    + factors = c("GENDER", "STUDY"),
    + ID = "ID",
    + thresholds = FALSE)
    >
    > aMNLFA.itemplots(ob)
    Error in xtfrm.data.frame(x) : cannot xtfrm data frames
    Calls: aMNLFA.itemplots ... lapply -> FUN -> as.vector -> xtfrm -> xtfrm.data.frame
    Execution halted
Flavor: r-devel-linux-x86_64-debian-gcc

Version: 0.1
Check: dependencies in R code
Result: NOTE
    Namespaces in Imports field not imported from:
     ‘devtools’ ‘gridExtra’
     All declared Imports should be used.
Flavors: r-devel-linux-x86_64-fedora-clang, r-devel-linux-x86_64-fedora-gcc, r-patched-solaris-x86, r-release-macos-x86_64, r-oldrel-macos-x86_64