Last updated on 2024-11-12 01:48:40 CET.
Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
---|---|---|---|---|---|---|
r-devel-linux-x86_64-debian-clang | 2.0 | 3.20 | 73.95 | 77.15 | OK | |
r-devel-linux-x86_64-debian-gcc | 2.0 | 2.21 | 24.28 | 26.49 | ERROR | |
r-devel-linux-x86_64-fedora-clang | 2.0 | 119.35 | OK | |||
r-devel-linux-x86_64-fedora-gcc | 2.0 | 132.08 | OK | |||
r-devel-windows-x86_64 | 2.0 | 4.00 | 98.00 | 102.00 | OK | |
r-patched-linux-x86_64 | 2.0 | 3.49 | 70.63 | 74.12 | OK | |
r-release-linux-x86_64 | 2.0 | 2.43 | 70.14 | 72.57 | OK | |
r-release-macos-arm64 | 2.0 | 39.00 | OK | |||
r-release-macos-x86_64 | 2.0 | 60.00 | OK | |||
r-release-windows-x86_64 | 2.0 | 4.00 | 96.00 | 100.00 | OK | |
r-oldrel-macos-arm64 | 2.0 | 42.00 | OK | |||
r-oldrel-macos-x86_64 | 2.0 | 61.00 | OK | |||
r-oldrel-windows-x86_64 | 2.0 | 4.00 | 111.00 | 115.00 | OK |
Version: 2.0
Check: examples
Result: ERROR
Running examples in ‘RFLPtools-Ex.R’ failed
The error most likely occurred in:
> base::assign(".ptime", proc.time(), pos = "CheckExEnv")
> ### Name: RFLPtools-package
> ### Title: Tools To Analyse RFLP-Data
> ### Aliases: RFLPtools-package RFLPtools
> ### Keywords: package multivariate cluster
>
> ### ** Examples
>
> data(RFLPdata)
> res <- RFLPdist(RFLPdata)
> plot(hclust(res[[1]]), main = "Euclidean distance")
>
> par(mfrow = c(1,2))
> plot(hclust(RFLPdist(RFLPdata, nrBands = 3)), cex = 0.7)
> RFLPplot(RFLPdata, nrBands = 3, mar.bottom = 6, cex.axis = 0.8)
>
> data(RFLPref)
> RFLPrefplot(RFLPdata, RFLPref, nrBands = 6, cex.axis = 0.8)
>
>
> library(MKomics)
Error in library(MKomics) : there is no package called ‘MKomics’
Execution halted
Flavor: r-devel-linux-x86_64-debian-gcc
Version: 2.0
Check: re-building of vignette outputs
Result: ERROR
Error(s) in re-building vignettes:
...
--- re-building ‘RFLPtools.Rmd’ using rmarkdown
Quitting from lines 79-82 [unnamed-chunk-5] (RFLPtools.Rmd)
Error: processing vignette 'RFLPtools.Rmd' failed with diagnostics:
there is no package called 'MKomics'
--- failed re-building ‘RFLPtools.Rmd’
SUMMARY: processing the following file failed:
‘RFLPtools.Rmd’
Error: Vignette re-building failed.
Execution halted
Flavor: r-devel-linux-x86_64-debian-gcc