CRAN Package Check Results for Package P2C2M

Last updated on 2019-11-10 07:51:33 CET.

Flavor Version Tinstall Tcheck Ttotal Status Flags
r-devel-linux-x86_64-debian-clang 0.7.6 5.71 55.88 61.59 NOTE
r-devel-linux-x86_64-debian-gcc 0.7.6 4.35 42.90 47.25 NOTE
r-devel-linux-x86_64-fedora-clang 0.7.6 75.16 NOTE
r-devel-linux-x86_64-fedora-gcc 0.7.6 72.22 NOTE
r-patched-linux-x86_64 0.7.6 5.24 51.84 57.08 NOTE
r-patched-solaris-x86 0.7.6 94.20 ERROR
r-release-linux-x86_64 0.7.6 4.86 52.92 57.78 NOTE
r-release-osx-x86_64 0.7.6 NOTE
r-oldrel-osx-x86_64 0.7.6 NOTE

Check Details

Version: 0.7.6
Check: package dependencies
Result: NOTE
    Packages suggested but not available for checking:
     'genealogicalSorting', 'phybase'
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-patched-linux-x86_64, r-patched-solaris-x86, r-release-linux-x86_64

Version: 0.7.6
Check: R code for possible problems
Result: NOTE
    ms.exec: no visible global function definition for 'tail'
    p2c2m.readstarb: no visible global function definition for 'head'
    p2c2m.readstarb: no visible binding for global variable 'head'
    rmOutlrs: no visible global function definition for 'boxplot.stats'
    rmext: no visible global function definition for 'tail'
    rowMedians: no visible binding for global variable 'median'
    stats.acrGenes: no visible binding for global variable 'sd'
    stats.perGene: no visible binding for global variable 'sd'
    statshelpers.cv: no visible binding for global variable 'sd'
    statshelpers.qntls: no visible binding for global variable 'quantile'
    Undefined global functions or variables:
     boxplot.stats head median quantile sd tail
    Consider adding
     importFrom("grDevices", "boxplot.stats")
     importFrom("stats", "median", "quantile", "sd")
     importFrom("utils", "head", "tail")
    to your NAMESPACE file.
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-patched-linux-x86_64, r-patched-solaris-x86, r-release-linux-x86_64, r-release-osx-x86_64, r-oldrel-osx-x86_64

Version: 0.7.6
Check: for non-standard things in the check directory
Result: NOTE
    Found the following files/directories:
     'seedms'
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

Version: 0.7.6
Check: data for non-ASCII characters
Result: NOTE
     Note: found 490 marked UTF-8 strings
Flavors: r-devel-linux-x86_64-fedora-clang, r-devel-linux-x86_64-fedora-gcc, r-patched-solaris-x86, r-release-osx-x86_64, r-oldrel-osx-x86_64

Version: 0.7.6
Check: examples
Result: ERROR
    Running examples in ‘P2C2M-Ex.R’ failed
    The error most likely occurred in:
    
    > ### Name: p2c2m.complete
    > ### Title: Execute the complete P2C2M pipeline via a single command
    > ### Aliases: p2c2m.complete
    >
    > ### ** Examples
    >
    > ## Example of the minimal data requirements to run P2C2M
    >
    > # The absolute path to the input directory is set
    > inPath <- system.file("extdata", "sim.E.003.small/", package="P2C2M")
    >
    > # The name of the xml-file generated by BEAUTi and located in
    > # "inPath" is set
    > inFile <- "sim.E.003.small.xml"
    >
    > # Posterior predictive simulations with a setting of 2 simulation
    > # replicates are preformed
    > sim.E.003.small <- p2c2m.complete(inPath, inFile, num.reps=2, save.metadata=TRUE)
    Error in python.exec(code, get.exception) : cannot import name izip
    Calls: p2c2m.complete -> p2c2m.readstarb -> <Anonymous> -> python.exec
    Execution halted
Flavor: r-patched-solaris-x86

Version: 0.7.6
Check: package dependencies
Result: NOTE
    Packages suggested but not available for checking:
     'genealogicalSorting', 'phybase', 'Rmpi'
Flavor: r-release-osx-x86_64

Version: 0.7.6
Check: package dependencies
Result: NOTE
    Packages suggested but not available for checking:
     ‘genealogicalSorting’ ‘phybase’ ‘Rmpi’
Flavor: r-oldrel-osx-x86_64