From a3f9fe37349f0c78916ab04bb6aee6609d79abd2 Mon Sep 17 00:00:00 2001 From: fwhigh Date: Mon, 3 Mar 2014 15:05:50 -0500 Subject: [PATCH] knitr 1.5 caveat --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index bd15a31..524160b 100644 --- a/README.md +++ b/README.md @@ -13,7 +13,7 @@ MedicMobileImpact https://www.rstudio.com/ - Step 3. Open RStudio, and install the knitr package. Do this by clicking _Packages_ tab, then click the _Install Packages_ button. Search for "knitr", make sure _Install dependencies_ is checked, and click _Install_. + Step 3. Open RStudio, and install the knitr package. Do this by clicking _Packages_ tab, then click the _Install Packages_ button. Search for "knitr", make sure _Install dependencies_ is checked, and click _Install_. This procedure has been tested using knitr 1.5. To make sure you have the latest knitr update, in RStudio in the _Packages_ tab click _Check for Updates_ and follow the instructions. Step 4. Enable knitr in RStudio. Do this by clicking _Preferences_, then clicking the _Sweave_ tab. Next to "Weave Rnw files using", select knitr from the drop-down menu. Click _Apply_ and _Ok_.