transbioZI / Gimpute

An efficient genetic data imputation pipeline
11 stars 4 forks source link

rmarkdown #4

Open davanderp opened 3 years ago

davanderp commented 3 years ago

When executing the command:

install_github("transbioZI/Gimpute", build_vignettes=TRUE)

I get this error:

Error: Failed to install 'Gimpute' from GitHub: System command 'Rcmd.exe' failed, exit status: 1, stdout + stderr (last 10 lines): E> --- re-building 'GimputeTutorial.Rmd' using rmarkdown E> Error: processing vignette 'GimputeTutorial.Rmd' failed with diagnostics: E> The 'rmarkdown' package should be installed and declared as a dependency of the 'Gimpute' package (e.g., in the 'Suggests' field of DESCRIPTION), because the latter contains vignette(s) built with the 'rmarkdown' package. Please see https://github.com/yihui/knitr/issues/1864 for more information.

Would it be possible to fix this error?