Last updated on 2026-08-18 01:51:30 CEST.
| Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
|---|---|---|---|---|---|---|
| r-devel-linux-x86_64-debian-clang | 0.3.5 | 3.93 | 52.05 | 55.98 | NOTE | |
| r-devel-linux-x86_64-debian-gcc | 0.3.5 | 3.01 | 38.97 | 41.98 | ERROR | |
| r-devel-linux-x86_64-fedora-clang | 0.3.5 | 40.52 | NOTE | |||
| r-devel-linux-x86_64-fedora-gcc | 0.3.5 | 41.62 | NOTE | |||
| r-devel-windows-x86_64 | 0.3.5 | 6.00 | 84.00 | 90.00 | NOTE | |
| r-patched-linux-x86_64 | 0.3.5 | 4.41 | 47.97 | 52.38 | NOTE | |
| r-release-linux-x86_64 | 0.3.5 | 3.80 | 47.61 | 51.41 | NOTE | |
| r-release-macos-arm64 | 0.3.5 | 1.00 | 21.00 | 22.00 | NOTE | |
| r-release-macos-x86_64 | 0.3.5 | 3.00 | 68.00 | 71.00 | NOTE | |
| r-release-windows-x86_64 | 0.3.5 | 6.00 | 0.00 | 6.00 | NOTE | |
| r-oldrel-macos-arm64 | 0.3.5 | NOTE | ||||
| r-oldrel-macos-x86_64 | 0.3.5 | 3.00 | 67.00 | 70.00 | NOTE | |
| r-oldrel-windows-x86_64 | 0.3.5 | 8.00 | 95.00 | 103.00 | NOTE |
Version: 0.3.5
Check: Rd files
Result: NOTE
checkRd: (-1) parse.extra.Rd:5: Lost braces
5 | \title{Parse the configuration {{var}} format, and replace it by extra.list values}
| ^
checkRd: (-1) parse.extra.Rd:40: Lost braces
40 | Parse the configuration {{var}} format, and replace it by extra.list values
| ^
checkRd: (-1) parse.extra.Rd:21: Lost braces
21 | \item{extra.list}{A list that can replace the configuration file '{{debug}}' by list(debug = TRUE), and {{debug}} will be setted to TRUE}
| ^
checkRd: (-1) parse.extra.Rd:21: Lost braces
21 | \item{extra.list}{A list that can replace the configuration file '{{debug}}' by list(debug = TRUE), and {{debug}} will be setted to TRUE}
| ^
checkRd: (-1) parse.extra.Rd:23: Lost braces
23 | \item{other.config}{Path of another configuration file that can replace the configuration file '{{key:value}}'}
| ^
checkRd: (-1) parse.extra.Rd:29: Lost braces
29 | \item{glue.parse}{Logical wheather parse '!!glue{1:5}' in config to ['1','2','3','4','5'];
| ^
checkRd: (-1) read.config.Rd:25: Lost braces
25 | \item{extra.list}{A list that can replace the configuration file '{{debug}}' by list(debug = 'TRUE'),
| ^
checkRd: (-1) read.config.Rd:26: Lost braces
26 | and {{debug}} will be setted to 'TRUE'}
| ^
checkRd: (-1) read.config.Rd:28: Lost braces
28 | \item{other.config}{Path of another configuration file that can replace the configuration file '{{key:value}}'}
| ^
checkRd: (-1) read.config.Rd:34: Lost braces
34 | \item{glue.parse}{Logical wheather parse '!!glue{1:5}' in config to ['1','2','3','4','5'];
| ^
Flavors: r-devel-linux-x86_64-debian-clang, r-devel-linux-x86_64-debian-gcc, r-devel-linux-x86_64-fedora-clang, r-devel-linux-x86_64-fedora-gcc, r-devel-windows-x86_64, r-patched-linux-x86_64, r-release-linux-x86_64, r-release-macos-arm64, r-release-macos-x86_64, r-release-windows-x86_64, r-oldrel-macos-arm64, r-oldrel-macos-x86_64, r-oldrel-windows-x86_64
Version: 0.3.5
Check: examples
Result: ERROR
Running examples in ‘configr-Ex.R’ failed
The error most likely occurred in:
> base::assign(".ptime", proc.time(), pos = "CheckExEnv")
> ### Name: fetch.config
> ### Title: Fetch configuration file and generate a merged list
> ### Aliases: fetch.config
>
> ### ** Examples
>
> links <- c(paste0('https://raw.githubusercontent.com/JhuangLab',
+ '/BioInstaller/master/inst/extdata/config/db/db_annovar.toml'),
+ paste0('https://raw.githubusercontent.com/JhuangLab/BioInstaller',
+ '/master/inst/extdata/config/db/db_main.toml'),
+ system.file('extdata', 'config.toml', package = 'configr'))
> x <- fetch.config(links)
trying URL 'https://raw.githubusercontent.com/JhuangLab/BioInstaller/master/inst/extdata/config/db/db_annovar.toml'
Warning in download.file(link, config.download.tmp) :
cannot open URL 'https://raw.githubusercontent.com/JhuangLab/BioInstaller/master/inst/extdata/config/db/db_annovar.toml': HTTP status was '429 Unknown Error'
Error in download.file(link, config.download.tmp) :
cannot open URL 'https://raw.githubusercontent.com/JhuangLab/BioInstaller/master/inst/extdata/config/db/db_annovar.toml'
Calls: fetch.config -> download.file
Execution halted
Flavor: r-devel-linux-x86_64-debian-gcc
Version: 0.3.5
Check: tests
Result: ERROR
Running ‘testthat.R’ [3s/8s]
Running the tests in ‘tests/testthat.R’ failed.
Complete output:
> library(testthat)
> library(configr)
> library(stringr)
>
>
> test_check("configr")
trying URL 'https://raw.githubusercontent.com/JhuangLab/BioInstaller/master/inst/extdata/config/db/db_annovar.toml'
Saving _problems/test_m_fetch-5.R
[ FAIL 1 | WARN 1 | SKIP 0 | PASS 284 ]
══ Failed tests ════════════════════════════════════════════════════════════════
── Error ('test_m_fetch.R:5:3'): fetch.config ──────────────────────────────────
Error in `download.file(link, config.download.tmp)`: cannot open URL 'https://raw.githubusercontent.com/JhuangLab/BioInstaller/master/inst/extdata/config/db/db_annovar.toml'
Backtrace:
▆
1. └─configr::fetch.config(links) at test_m_fetch.R:5:3
2. └─utils::download.file(link, config.download.tmp)
[ FAIL 1 | WARN 1 | SKIP 0 | PASS 284 ]
Error:
! Test failures.
Execution halted
Flavor: r-devel-linux-x86_64-debian-gcc
Version: 0.3.5
Check: re-building of vignette outputs
Result: ERROR
Error(s) in re-building vignettes:
...
--- re-building ‘configr.Rmd’ using rmarkdown
trying URL 'https://raw.githubusercontent.com/JhuangLab/BioInstaller/master/inst/extdata/config/db/db_annovar.toml'
Quitting from configr.Rmd:95-101 [unnamed-chunk-8]
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
<error/rlang_error>
Error in `download.file()`:
! cannot open URL 'https://raw.githubusercontent.com/JhuangLab/BioInstaller/master/inst/extdata/config/db/db_annovar.toml'
---
Backtrace:
▆
1. └─configr::fetch.config(links)
2. └─utils::download.file(link, config.download.tmp)
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Error: processing vignette 'configr.Rmd' failed with diagnostics:
cannot open URL 'https://raw.githubusercontent.com/JhuangLab/BioInstaller/master/inst/extdata/config/db/db_annovar.toml'
--- failed re-building ‘configr.Rmd’
--- re-building ‘filetypes.Rmd’ using rmarkdown
--- finished re-building ‘filetypes.Rmd’
SUMMARY: processing the following file failed:
‘configr.Rmd’
Error: Vignette re-building failed.
Execution halted
Flavor: r-devel-linux-x86_64-debian-gcc