Last updated on 2020-03-27 00:49:37 CET.
Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
---|---|---|---|---|---|---|
r-devel-linux-x86_64-debian-clang | 1.0.0 | 9.37 | 61.26 | 70.63 | NOTE | |
r-devel-linux-x86_64-debian-gcc | 1.0.0 | 8.90 | 47.19 | 56.09 | NOTE | |
r-devel-linux-x86_64-fedora-clang | 1.0.0 | 75.27 | ERROR | |||
r-devel-linux-x86_64-fedora-gcc | 1.0.0 | 56.55 | OK | |||
r-devel-windows-ix86+x86_64 | 1.0.0 | 22.00 | 59.00 | 81.00 | ERROR | |
r-devel-windows-ix86+x86_64-gcc8 | 1.0.0 | 16.00 | 72.00 | 88.00 | NOTE | |
r-patched-linux-x86_64 | 1.0.0 | 7.99 | 53.30 | 61.29 | OK | |
r-patched-solaris-x86 | 1.0.0 | 118.30 | ERROR | |||
r-release-linux-x86_64 | 1.0.0 | 8.12 | 55.02 | 63.14 | OK | |
r-release-windows-ix86+x86_64 | 1.0.0 | 30.00 | 97.00 | 127.00 | ERROR | |
r-release-osx-x86_64 | 1.0.0 | OK | ||||
r-oldrel-windows-ix86+x86_64 | 1.0.0 | 21.00 | 85.00 | 106.00 | ERROR | |
r-oldrel-osx-x86_64 | 1.0.0 | OK |
Version: 1.0.0
Check: package vignettes
Result: NOTE
Package vignette with placeholder title 'Vignette Title':
'somspace.Rmd'
Flavors: r-devel-linux-x86_64-debian-clang, r-devel-linux-x86_64-debian-gcc, r-devel-windows-ix86+x86_64, r-devel-windows-ix86+x86_64-gcc8
Version: 1.0.0
Check: examples
Result: ERROR
Running examples in ‘somspace-Ex.R’ failed
The error most likely occurred in:
> ### Name: cnet
> ### Title: Complex network analysis
> ### Aliases: cnet
>
> ### ** Examples
>
> dummy <- owda[Time <= 1600] #toy example
> inp_som <- sominp(dummy)
> my_som <- somspa(inp_som, rlen = 100, grid = somgrid(3, 3, "hexagonal"))
> my_regions <- somregs(my_som, nregions = 6)
> cnet(my_regions, n = 5, thres = 0.2)
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(cor_regs(x, n)) or as.data.table(cor_regs(x, n)). 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: cnet ... tryCatch -> tryCatchList -> tryCatchOne -> <Anonymous>
Execution halted
Flavors: r-devel-linux-x86_64-fedora-clang, r-devel-windows-ix86+x86_64, r-patched-solaris-x86, r-release-windows-ix86+x86_64, r-oldrel-windows-ix86+x86_64