EBI-Metagenomics / HoloFoodR

R interface for HoloFood resource
https://ebi-metagenomics.github.io/HoloFoodR/
Artistic License 2.0
1 stars 1 forks source link

Vignette is broken #11

Closed artur-sannikov closed 7 months ago

artur-sannikov commented 7 months ago

Vignette does exists but not available in RStudio.

vignette("HoloFoodR")
Warning message:
vignette ‘HoloFoodR’ not found 
TuomasBorman commented 7 months ago

I think devtools does not build vignettes by default (From Bioc and CRAN you can get the vignettes by default, I believe)

devtools::install_github("microbiome/HoloFoodR", build_vignettes=TRUE)