===============================
R CMD BUILD
===============================
* checking for file ‘enrichmet/DESCRIPTION’ ... OK
* preparing ‘enrichmet’:
* checking DESCRIPTION meta-information ... OK
* installing the package (it is needed to build vignettes)
* creating vignettes ... ERROR
--- re-building ‘Tutorial.Rmd’ using rmarkdown
Quitting from Tutorial.Rmd:128-181 [case-study]
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
<error/rlang_error>
Error in `BiocFileCache::bfcrpath()`:
! all(rids %in% bfcrid(x)) is not TRUE
---
Backtrace:
▆
1. └─enrichmet::fetch_kegg_pathway_metabolites(organism = "hsa")
2. └─enrichmet::get_cached_file(link_url)
3. ├─BiocFileCache::bfcrpath(bfc, rids = rid)
4. └─BiocFileCache::bfcrpath(bfc, rids = rid)
5. └─base::stopifnot(all(rids %in% bfcrid(x)))
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Error: processing vignette 'Tutorial.Rmd' failed with diagnostics:
all(rids %in% bfcrid(x)) is not TRUE
--- failed re-building ‘Tutorial.Rmd’
SUMMARY: processing the following file failed:
‘Tutorial.Rmd’
Error: Vignette re-building failed.
Execution halted