Last updated on 2026-08-19 00:56:53 CEST.
| Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
|---|---|---|---|---|---|---|
| r-devel-linux-x86_64-debian-clang | 1.3.2 | 16.62 | 223.32 | 239.94 | ERROR | |
| r-devel-linux-x86_64-debian-gcc | 1.3.2 | 9.46 | 151.38 | 160.84 | ERROR | |
| r-devel-linux-x86_64-fedora-clang | 1.3.2 | 12.00 | 156.41 | 168.41 | OK | |
| r-devel-linux-x86_64-fedora-gcc | 1.3.2 | 11.00 | 148.22 | 159.22 | OK | |
| r-devel-windows-x86_64 | 1.3.2 | 21.00 | 221.00 | 242.00 | OK | |
| r-patched-linux-x86_64 | 1.3.2 | 16.55 | 206.63 | 223.18 | OK | |
| r-release-linux-x86_64 | 1.3.2 | 14.56 | 208.37 | 222.93 | OK | |
| r-release-macos-arm64 | 1.3.2 | 5.00 | 57.00 | 62.00 | OK | |
| r-release-macos-x86_64 | 1.3.2 | 13.00 | 283.00 | 296.00 | OK | |
| r-release-windows-x86_64 | 1.3.2 | 21.00 | 0.00 | 21.00 | OK | |
| r-oldrel-macos-arm64 | 1.3.2 | 5.00 | 61.00 | 66.00 | OK | |
| r-oldrel-macos-x86_64 | 1.3.2 | 12.00 | 293.00 | 305.00 | OK | |
| r-oldrel-windows-x86_64 | 1.3.2 | 49.00 | 282.00 | 331.00 | OK |
Version: 1.3.2
Check: examples
Result: ERROR
Running examples in ‘BioMonTools-Ex.R’ failed
The error most likely occurred in:
> base::assign(".ptime", proc.time(), pos = "CheckExEnv")
> ### Name: qc_taxa_match_official
> ### Title: Quality Control Check on User Data Against Master Taxa List
> ### Aliases: qc_taxa_match_official
>
> ### ** Examples
>
> # Example 1, Master Taxa List, Bugs
> url_mt_bugs <- "https://github.com/leppott/MBSStools_SupportFiles/raw/master/Data/CHAR_Bugs.csv"
> df_mt_bugs <- read.csv(url_mt_bugs)
Warning in file(file, "rt") :
cannot open URL 'https://github.com/leppott/MBSStools_SupportFiles/raw/master/Data/CHAR_Bugs.csv': HTTP status was '404 Not Found'
Error in file(file, "rt") :
cannot open the connection to 'https://github.com/leppott/MBSStools_SupportFiles/raw/master/Data/CHAR_Bugs.csv'
Calls: read.csv -> read.table -> file
Execution halted
Examples with CPU (user + system) or elapsed time > 5s
user system elapsed
metric.stats 5.615 0.087 6.656
metric.stats2 5.124 0.046 7.024
metric.values 4.572 0.007 5.563
Flavor: r-devel-linux-x86_64-debian-clang
Version: 1.3.2
Check: examples
Result: ERROR
Running examples in ‘BioMonTools-Ex.R’ failed
The error most likely occurred in:
> base::assign(".ptime", proc.time(), pos = "CheckExEnv")
> ### Name: qc_taxa_match_official
> ### Title: Quality Control Check on User Data Against Master Taxa List
> ### Aliases: qc_taxa_match_official
>
> ### ** Examples
>
> # Example 1, Master Taxa List, Bugs
> url_mt_bugs <- "https://github.com/leppott/MBSStools_SupportFiles/raw/master/Data/CHAR_Bugs.csv"
> df_mt_bugs <- read.csv(url_mt_bugs)
Warning in file(file, "rt") :
cannot open URL 'https://raw.githubusercontent.com/leppott/MBSStools_SupportFiles/master/Data/CHAR_Bugs.csv': HTTP status was '502 Bad Gateway'
Error in file(file, "rt") :
cannot open the connection to 'https://github.com/leppott/MBSStools_SupportFiles/raw/master/Data/CHAR_Bugs.csv'
Calls: read.csv -> read.table -> file
Execution halted
Flavor: r-devel-linux-x86_64-debian-gcc