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)
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')
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)