I keep getting this Error whilst using Rmarkdown everytime i Knit. 'opts_hooks' is not an exported object from 'namespace:knitr'
'opts_hooks' is not an exported object from 'namespace:knitr'
I keep getting this Error whilst using Rmarkdown everytime i Knit. 'opts_hooks' is not an exported object from 'namespace:knitr'
'opts_hooks' is not an exported object from 'namespace:knitr'
The current version of knitr on CRAN is 1.13. According to the archive version 1.9 (obsoleting 1.8) was released in early 2013; 3.5 years is a long time in R-package-land, especially for rapidly developing packages. update.packages()
or install.packages("knitr")
... or in RStudio go to the package management pane and click the equivalent buttons.
R 3.1.2 is also pretty old, you may run into dependency problems. I'm going to guess that you may be running Linux; the stable repositories tend to have quite old versions of R. Go to CRAN and follow the links for your operating system to update ...