From f219ad78ce5db18bd0121f203835b5ffc6268292 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?G=C3=B6k=C3=A7en=20Eraslan?= Date: Sun, 14 Jun 2020 22:08:44 -0400 Subject: [PATCH] Show installer code --- README.Rmd | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.Rmd b/README.Rmd index 01cf20205..dd1e66c6f 100644 --- a/README.Rmd +++ b/README.Rmd @@ -29,13 +29,13 @@ I have collected all the palettes displayed here in a single package using a uni You can install the released version of paletteer from [CRAN](https://CRAN.R-project.org) with: -```{r, eval=FALSE} +```{r, echo=TRUE, eval=FALSE} install.packages("paletteer") ``` If you want the development version instead then install directly from GitHub: -```{r, eval=FALSE} +```{r, echo=TRUE, eval=FALSE} # install.packages("devtools") devtools::install_github("EmilHvitfeldt/paletteer") ```