The hardware and bandwidth for this mirror is donated by dogado GmbH, the Webhosting and Full Service-Cloud Provider. Check out our Wordpress Tutorial.
If you wish to report a bug, or if you are interested in having us mirror your free-software or open-source project, please feel free to contact us at mirror[@]dogado.de.
Last updated on 2026-07-21 23:58:26 CEST.
| Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
|---|---|---|---|---|---|---|
| r-devel-linux-x86_64-debian-clang | 0.1.1 | 4.25 | 120.50 | 124.75 | ERROR | |
| r-devel-linux-x86_64-debian-gcc | 0.1.1 | 2.83 | 79.09 | 81.92 | ERROR | |
| r-devel-linux-x86_64-fedora-clang | 0.1.1 | 127.97 | OK | |||
| r-devel-linux-x86_64-fedora-gcc | 0.1.1 | 86.95 | OK | |||
| r-devel-windows-x86_64 | 0.1.1 | 6.00 | 145.00 | 151.00 | ERROR | |
| r-patched-linux-x86_64 | 0.1.1 | 4.01 | 117.18 | 121.19 | OK | |
| r-release-linux-x86_64 | 0.1.1 | 3.81 | 116.88 | 120.69 | ERROR | |
| r-release-macos-arm64 | 0.1.1 | 1.00 | 37.00 | 38.00 | OK | |
| r-release-macos-x86_64 | 0.1.1 | 3.00 | 122.00 | 125.00 | OK | |
| r-release-windows-x86_64 | 0.1.1 | 5.00 | 146.00 | 151.00 | ERROR | |
| r-oldrel-macos-arm64 | 0.1.1 | OK | ||||
| r-oldrel-macos-x86_64 | 0.1.1 | 3.00 | 183.00 | 186.00 | OK | |
| r-oldrel-windows-x86_64 | 0.1.1 | 7.00 | 167.00 | 174.00 | ERROR |
Version: 0.1.1
Check: CRAN incoming feasibility
Result: NOTE
Maintainer: ‘Sevvandi Kandanaarachchi <sevvandik@gmail.com>’
The Description field contains
anomalies (Kandanaarachchi, Hyndman 2022) <arXiv:2210.07407>.
Please refer to arXiv e-prints via their arXiv DOI <doi:10.48550/arXiv.YYMM.NNNNN>.
Flavors: r-devel-linux-x86_64-debian-clang, r-devel-linux-x86_64-debian-gcc
Version: 0.1.1
Check: examples
Result: ERROR
Running examples in ‘oddnet-Ex.R’ failed
The error most likely occurred in:
> base::assign(".ptime", proc.time(), pos = "CheckExEnv")
> ### Name: anomalous_networks
> ### Title: Identifies anomalous networks from a series of temporal
> ### networks.
> ### Aliases: anomalous_networks
>
> ### ** Examples
>
> # We generate a series of networks and add an anomaly at 50th network.
> set.seed(1)
> networks <- list()
> p.or.m.seq <- rep(0.1, 50)
> p.or.m.seq[20] <- 0.3 # anomalous network at 20
> for(i in 1:50){
+ gr <- igraph::erdos.renyi.game(50, p.or.m = p.or.m.seq[i])
+ networks[[i]] <- igraph::as_adjacency_matrix(gr)
+ }
Warning: `erdos.renyi.game()` was deprecated in igraph 0.8.0.
ℹ Please use `sample_gnp()` instead.
> anomalous_networks(networks, fast = TRUE)
Error in mlpack::emst(X)$output :
$ operator is invalid for atomic vectors
Calls: anomalous_networks -> <Anonymous> -> find_tda_bw
Execution halted
Flavors: r-devel-linux-x86_64-debian-clang, r-devel-linux-x86_64-debian-gcc, r-release-linux-x86_64
Version: 0.1.1
Check: re-building of vignette outputs
Result: ERROR
Error(s) in re-building vignettes:
...
--- re-building ‘oddnet.Rmd’ using rmarkdown
Quitting from oddnet.Rmd:122-124 [anomalous]
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
<error/rlang_error>
Error in `mlpack::emst(X)$output`:
! $ operator is invalid for atomic vectors
---
Backtrace:
▆
1. └─oddnet::anomalous_networks(networks)
2. └─lookout::lookout(dfpca[, 1:dd], alpha = alpha)
3. └─lookout::find_tda_bw(X, fast = fast, gamma, use_differences = old_version)
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Error: processing vignette 'oddnet.Rmd' failed with diagnostics:
$ operator is invalid for atomic vectors
--- failed re-building ‘oddnet.Rmd’
SUMMARY: processing the following file failed:
‘oddnet.Rmd’
Error: Vignette re-building failed.
Execution halted
Flavors: r-devel-linux-x86_64-debian-clang, r-devel-linux-x86_64-debian-gcc, r-release-linux-x86_64
Version: 0.1.1
Check: examples
Result: ERROR
Running examples in 'oddnet-Ex.R' failed
The error most likely occurred in:
> ### Name: anomalous_networks
> ### Title: Identifies anomalous networks from a series of temporal
> ### networks.
> ### Aliases: anomalous_networks
>
> ### ** Examples
>
> # We generate a series of networks and add an anomaly at 50th network.
> set.seed(1)
> networks <- list()
> p.or.m.seq <- rep(0.1, 50)
> p.or.m.seq[20] <- 0.3 # anomalous network at 20
> for(i in 1:50){
+ gr <- igraph::erdos.renyi.game(50, p.or.m = p.or.m.seq[i])
+ networks[[i]] <- igraph::as_adjacency_matrix(gr)
+ }
Warning: `erdos.renyi.game()` was deprecated in igraph 0.8.0.
ℹ Please use `sample_gnp()` instead.
> anomalous_networks(networks, fast = TRUE)
Error in mlpack::emst(X)$output :
$ operator is invalid for atomic vectors
Calls: anomalous_networks -> <Anonymous> -> find_tda_bw
Execution halted
Flavors: r-devel-windows-x86_64, r-release-windows-x86_64, r-oldrel-windows-x86_64
Version: 0.1.1
Check: re-building of vignette outputs
Result: ERROR
Error(s) in re-building vignettes:
--- re-building 'oddnet.Rmd' using rmarkdown
Quitting from oddnet.Rmd:122-124 [anomalous]
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
<error/rlang_error>
Error in `mlpack::emst(X)$output`:
! $ operator is invalid for atomic vectors
---
Backtrace:
▆
1. └─oddnet::anomalous_networks(networks)
2. └─lookout::lookout(dfpca[, 1:dd], alpha = alpha)
3. └─lookout::find_tda_bw(X, fast = fast, gamma, use_differences = old_version)
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Error: processing vignette 'oddnet.Rmd' failed with diagnostics:
$ operator is invalid for atomic vectors
--- failed re-building 'oddnet.Rmd'
SUMMARY: processing the following file failed:
'oddnet.Rmd'
Error: Vignette re-building failed.
Execution halted
Flavors: r-devel-windows-x86_64, r-release-windows-x86_64, r-oldrel-windows-x86_64
These binaries (installable software) and packages are in development.
They may not be fully stable and should be used with caution. We make no claims about them.
Health stats visible at Monitor.