Last updated on 2020-03-27 00:49:33 CET.
Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
---|---|---|---|---|---|---|
r-devel-linux-x86_64-debian-clang | 0.1.2 | 11.90 | 100.06 | 111.96 | OK | |
r-devel-linux-x86_64-debian-gcc | 0.1.2 | 9.45 | 78.46 | 87.91 | OK | |
r-devel-linux-x86_64-fedora-clang | 0.1.2 | 125.93 | OK | |||
r-devel-linux-x86_64-fedora-gcc | 0.1.2 | 111.94 | OK | |||
r-devel-windows-ix86+x86_64 | 0.1.1 | 29.00 | 90.00 | 119.00 | ERROR | |
r-devel-windows-ix86+x86_64-gcc8 | 0.1.1 | 26.00 | 107.00 | 133.00 | OK | |
r-patched-linux-x86_64 | 0.1.2 | 9.63 | 87.68 | 97.31 | OK | |
r-patched-solaris-x86 | 0.1.2 | 189.90 | OK | |||
r-release-linux-x86_64 | 0.1.2 | 9.92 | 85.13 | 95.05 | OK | |
r-release-windows-ix86+x86_64 | 0.1.2 | 34.00 | 133.00 | 167.00 | OK | |
r-release-osx-x86_64 | 0.1.2 | OK | ||||
r-oldrel-windows-ix86+x86_64 | 0.1.2 | 15.00 | 109.00 | 124.00 | OK | |
r-oldrel-osx-x86_64 | 0.1.2 | OK |
Version: 0.1.1
Check: examples
Result: ERROR
Running examples in 'qad-Ex.R' failed
The error most likely occurred in:
> ### Name: plot_density
> ### Title: Plot density of empirical checkerboard copula
> ### Aliases: plot_density
>
> ### ** Examples
>
> n <- 1000
> x <- runif(n,0,1)
> y <- runif(n,0,1)
> sample <- data.frame(x,y)
> plot(sample)
>
> mass <- emp_c_copula(sample, resolution=8)
> plot_density(mass, density=TRUE)
Error in value[[3L]](cond) :
The melt generic in data.table has been passed a matrix, but data.table::melt currently only has a method for data.tables. Please confirm your input is a data.table, with setDT(mass_matrix) or as.data.table(mass_matrix). If you intend to use a method from reshape2, try installing that package first, but do note that reshape2 is deprecated and you should be migrating your code away from using it.
Calls: plot_density ... tryCatch -> tryCatchList -> tryCatchOne -> <Anonymous>
Execution halted
Flavor: r-devel-windows-ix86+x86_64