The hardware and bandwidth for this mirror is donated by METANET, the Webhosting and Full Service-Cloud Provider.
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[@]metanet.ch.
Last updated on 2026-07-16 17:51:03 CEST.
| Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
|---|---|---|---|---|---|---|
| r-devel-linux-x86_64-debian-clang | 0.1.1 | 4.19 | 121.51 | 125.70 | NOTE | |
| r-devel-linux-x86_64-debian-gcc | 0.1.1 | 3.25 | 81.49 | 84.74 | NOTE | |
| r-devel-linux-x86_64-fedora-clang | 0.1.1 | 200.40 | OK | |||
| r-devel-linux-x86_64-fedora-gcc | 0.1.1 | 98.12 | ERROR | |||
| r-devel-windows-x86_64 | 0.1.1 | 5.00 | 128.00 | 133.00 | OK | |
| r-patched-linux-x86_64 | 0.1.1 | 4.01 | 117.18 | 121.19 | OK | |
| r-release-linux-x86_64 | 0.1.1 | 3.88 | 116.24 | 120.12 | OK | |
| 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 | 133.00 | 138.00 | OK | |
| 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 | 174.00 | 181.00 | OK |
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:
> ### 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
Flavor: r-devel-linux-x86_64-fedora-gcc
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
Flavor: r-devel-linux-x86_64-fedora-gcc
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.