Last updated on 2025-09-09 00:48:57 CEST.
Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
---|---|---|---|---|---|---|
r-devel-linux-x86_64-debian-clang | 0.2.1 | 2.83 | 78.03 | 80.86 | NOTE | |
r-devel-linux-x86_64-debian-gcc | 0.2.1 | 2.38 | 53.67 | 56.05 | NOTE | |
r-devel-linux-x86_64-fedora-clang | 0.2.1 | 125.54 | OK | |||
r-devel-linux-x86_64-fedora-gcc | 0.2.1 | 113.53 | ERROR | |||
r-devel-windows-x86_64 | 0.2.1 | 6.00 | 96.00 | 102.00 | OK | |
r-patched-linux-x86_64 | 0.2.1 | 3.84 | 72.86 | 76.70 | OK | |
r-release-linux-x86_64 | 0.2.1 | 2.98 | 72.87 | 75.85 | OK | |
r-release-macos-arm64 | 0.2.1 | 79.00 | OK | |||
r-release-macos-x86_64 | 0.2.1 | 83.00 | OK | |||
r-release-windows-x86_64 | 0.2.1 | 6.00 | 96.00 | 102.00 | OK | |
r-oldrel-macos-arm64 | 0.2.1 | 54.00 | OK | |||
r-oldrel-macos-x86_64 | 0.2.1 | 73.00 | OK | |||
r-oldrel-windows-x86_64 | 0.2.1 | 7.00 | 117.00 | 124.00 | OK |
Version: 0.2.1
Check: CRAN incoming feasibility
Result: NOTE
Maintainer: ‘Ian Vaughan <vaughanip@cardiff.ac.uk>’
No Authors@R field in DESCRIPTION.
Please add one, modifying
Authors@R: person(given = "Ian",
family = "Vaughan",
role = c("aut", "cre"),
email = "vaughanip@cardiff.ac.uk")
as necessary.
Package CITATION file contains call(s) to old-style personList() or
as.personList(). Please use c() on person objects instead.
Package CITATION file contains call(s) to old-style citEntry(). Please
use bibentry() instead.
Flavors: r-devel-linux-x86_64-debian-clang, r-devel-linux-x86_64-debian-gcc
Version: 0.2.1
Check: examples
Result: ERROR
Running examples in ‘econullnetr-Ex.R’ failed
The error most likely occurred in:
> ### Name: plot_bipartite
> ### Title: Plot a bipartite network, colour coding individual links
> ### according to whether they are stronger or weaker than expected under
> ### the null model
> ### Aliases: plot_bipartite
>
> ### ** Examples
>
>
> # Run the null model
> set.seed(1234)
> sil.null <- generate_null_net(Silene[, 2:7], Silene.plants[, 2:6], sims = 10,
+ c.samples = Silene[, 1],
+ r.samples = Silene.plants[, 1])
[1] 1
[1] 2
[1] 3
[1] 4
[1] 5
[1] 6
[1] 7
[1] 8
[1] 9
[1] 10
>
> # Basic plot
> plot_bipartite(sil.null)
Error in bipartite::plotweb(obs.web, method = "normal", empty = FALSE, :
unused arguments (method = "normal", col.interaction = select.vector)
Calls: plot_bipartite
Execution halted
Flavor: r-devel-linux-x86_64-fedora-gcc
Version: 0.2.1
Check: re-building of vignette outputs
Result: ERROR
Error(s) in re-building vignettes:
--- re-building ‘econullnetr-intro.Rmd’ using rmarkdown
Quitting from econullnetr-intro.Rmd:105-115 [unnamed-chunk-6]
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
<error/rlang_error>
Error in `bipartite::plotweb()`:
! unused arguments (method = "normal", col.interaction = select.vector, low.abun = c(8.45454545454546, 12, 38, 43.0909090909091, 3.27272727272727), abuns.type = "independent", low.abun.col = "black", high.abun.col = "black", high.lablength = 5, low.lablength = 5)
---
Backtrace:
▆
1. └─econullnetr::plot_bipartite(...)
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Error: processing vignette 'econullnetr-intro.Rmd' failed with diagnostics:
unused arguments (method = "normal", col.interaction = select.vector, low.abun = c(8.45454545454546, 12, 38, 43.0909090909091, 3.27272727272727), abuns.type = "independent", low.abun.col = "black", high.abun.col = "black", high.lablength = 5, low.lablength = 5)
--- failed re-building ‘econullnetr-intro.Rmd’
SUMMARY: processing the following file failed:
‘econullnetr-intro.Rmd’
Error: Vignette re-building failed.
Execution halted
Flavor: r-devel-linux-x86_64-fedora-gcc