Last updated on 2014-10-10 15:49:19.
Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
---|---|---|---|---|---|---|
r-devel-linux-x86_64-debian-clang | 0.5-8 | 2.63 | 63.05 | 65.68 | NOTE | |
r-devel-linux-x86_64-debian-gcc | 0.5-8 | 2.17 | 61.96 | 64.13 | NOTE | |
r-devel-linux-x86_64-fedora-clang | 0.5-8 | 136.61 | NOTE | |||
r-devel-linux-x86_64-fedora-gcc | 0.5-8 | 128.67 | NOTE | |||
r-devel-osx-x86_64-clang | 0.5-8 | 117.64 | NOTE | |||
r-devel-windows-ix86+x86_64 | 0.5-8 | 7.00 | 86.00 | 93.00 | NOTE | |
r-patched-linux-x86_64 | 0.5-8 | 2.86 | 67.45 | 70.31 | NOTE | |
r-patched-solaris-sparc | 0.5-8 | 750.90 | NOTE | |||
r-patched-solaris-x86 | 0.5-8 | 168.80 | NOTE | |||
r-release-linux-ix86 | 0.5-8 | 2.98 | 89.42 | 92.40 | NOTE | |
r-release-linux-x86_64 | 0.5-8 | 2.32 | 68.85 | 71.17 | NOTE | |
r-release-osx-x86_64-mavericks | 0.5-8 | ERROR | ||||
r-release-osx-x86_64-snowleopard | 0.5-8 | NOTE | ||||
r-release-windows-ix86+x86_64 | 0.5-8 | 6.00 | 98.00 | 104.00 | NOTE | |
r-oldrel-windows-ix86+x86_64 | 0.5-8 | 7.00 | 93.00 | 100.00 | NOTE |
Version: 0.5-8
Check: package dependencies
Result: NOTE
Package suggested but not available for checking: ‘OpenMx’
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-osx-x86_64-clang, r-devel-windows-ix86+x86_64, r-patched-linux-x86_64, r-patched-solaris-sparc, r-patched-solaris-x86, r-release-linux-ix86, r-release-linux-x86_64, r-release-osx-x86_64-snowleopard, r-release-windows-ix86+x86_64, r-oldrel-windows-ix86+x86_64
Version: 0.5-8
Check: R code for possible problems
Result: NOTE
CopSEM: no visible global function definition for ‘rMvdc’
plotDist2D: no visible global function definition for ‘ellipCopula’
plotDist2D: no visible global function definition for ‘mvdc’
plotDist2D: no visible global function definition for ‘dMvdc’
plotQtile: no visible global function definition for ‘rq’
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-osx-x86_64-clang, r-devel-windows-ix86+x86_64
Version: 0.5-8
Check: package dependencies
Result: NOTE
Packages suggested but not available for checking: ‘OpenMx’ ‘copula’
Flavor: r-release-osx-x86_64-mavericks
Version: 0.5-8
Check: R code for possible problems
Result: NOTE
CopSEM: no visible global function definition for ‘rMvdc’
plotDist2D: no visible global function definition for ‘ellipCopula’
plotDist2D: no visible global function definition for ‘mvdc’
plotDist2D: no visible global function definition for ‘dMvdc’
Flavor: r-release-osx-x86_64-mavericks
Version: 0.5-8
Check: Rd cross-references
Result: NOTE
Package unavailable to check Rd xrefs: ‘copula’
Flavor: r-release-osx-x86_64-mavericks
Version: 0.5-8
Check: examples
Result: ERROR
Running examples in ‘simsem-Ex.R’ failed
The error most likely occurred in:
> ### Name: SimDataDist-class
> ### Title: Class '"SimDataDist"': Data distribution object
> ### Aliases: SimDataDist-class summary,SimDataDist-method
> ### plotDist,SimDataDist-method
> ### Keywords: classes
>
> ### ** Examples
>
> showClass("SimDataDist")
Class "SimDataDist" [package "simsem"]
Slots:
Name: p margins paramMargins keepScale reverse
Class: numeric character list logical vector
Name: copula skewness kurtosis
Class: ANY vector vector
>
> d1 <- list(df=2)
> d2 <- list(df=3)
> d3 <- list(df=4)
> d4 <- list(df=5)
> d5 <- list(df=3)
> d6 <- list(df=4)
> d7 <- list(df=5)
> d8 <- list(df=6)
>
> dist <- bindDist(c(rep("t", 4), rep("chisq", 8)), d1, d2, d3, d4, d5, d6, d7, d8, d5, d6, d7, d8)
Error in library(copula) : there is no package called ‘copula’
Calls: bindDist -> library
Execution halted
Flavor: r-release-osx-x86_64-mavericks