diff options
author | Johannes Ranke <jranke@uni-bremen.de> | 2014-09-30 16:52:52 +0200 |
---|---|---|
committer | Johannes Ranke <jranke@uni-bremen.de> | 2014-09-30 16:52:52 +0200 |
commit | 3241b332ed499200145825921c34ab1121f70fa4 (patch) | |
tree | f90ae1e3498abb244f781b934942fa02c773706b | |
parent | f27c7adbc311319e8b06dcf17e9ba476583874ea (diff) |
Use code chunk syntax known to github
-rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -54,7 +54,7 @@ is not allowed by the CRAN package policy. Installation is easy using the devtools library in R, so make sure it is installed, and then run -```{r, eval = FALSE} +```s require(devtools) install_github("gWidgetsWWW2", "jverzani", quick = TRUE) ``` |