greenelab / ADAGEpath

An R package (ADAGEpath) to perform signature analysis using methodology from the ADAGE manuscript
BSD 3-Clause "New" or "Revised" License
6 stars 6 forks source link

Error: Duplicate vignette titles #27

Closed taylorreiter closed 2 years ago

taylorreiter commented 2 years ago

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
taylorreiter commented 2 years ago

fixed in #28