When trying to build the vignettes from ADAGEpath:
devtools::install_github("greenelab/ADAGEpath", build_vignettes = TRUE, force = T)
I received the following error:
Wa Warning: The vignette title specified in \VignetteIndexEntry{} is different from the title in the YAML metadata. The former is "User input example", and the latter is "Analyze user input dataset". If that is intentional, you may set options(rmarkdown.html_vignette.check_title = FALSE) to suppress this check.
--- finished re-building ‘User-input-example.Rmd’
Error: Duplicate vignette titles.
Ensure that the %\VignetteIndexEntry lines in the vignette sources
correspond to the vignette titles.
Execution halted
When trying to build the vignettes from ADAGEpath:
I received the following error: