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 yihui/knitr#1864 for more information.
Would it be possible to fix this error?
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 yihui/knitr#1864 for more information.
Would it be possible to fix this error?