caitiecollins / treeWAS

treeWAS: A Phylogenetic Tree-Based Tool for Genome-Wide Association Studies in Microbes
Other
94 stars 19 forks source link

install error #23

Closed zhaoxvwahaha closed 6 years ago

zhaoxvwahaha commented 6 years ago

when I install the treeWAS by "install_github("caitiecollins/treeWAS/pkg", build_vignettes = TRUE)" ,I get the following error, how to resolve it, thanks in advance

'is_latex_output' is not an exported object from 'namespace:knitr' Installation failed: Command failed (1)

zhaoxvwahaha commented 6 years ago

I update the package Knitr like following, and treeWAS work well now. install.packages('knitr', repos = c('http://rforge.net', 'http://cran.rstudio.org'), type = 'source')