From 9e7972246008e413f446fd1912d5fcafd7a36772 Mon Sep 17 00:00:00 2001 From: changwoo-lee Date: Mon, 18 Dec 2023 13:56:49 +0900 Subject: [PATCH] readme update 2 --- README.Rmd | 2 -- README.md | 3 --- 2 files changed, 5 deletions(-) diff --git a/README.Rmd b/README.Rmd index 1f7ddf9..597327e 100644 --- a/README.Rmd +++ b/README.Rmd @@ -44,8 +44,6 @@ What is special about using `README.Rmd` instead of just `README.md`? You can in summary(cars) ``` -You'll still need to render `README.Rmd` regularly, to keep `README.md` up-to-date. `devtools::build_readme()` is handy for this. - You can also embed plots, for example: ```{r pressure, echo = FALSE} diff --git a/README.md b/README.md index dd00095..4b6dd16 100644 --- a/README.md +++ b/README.md @@ -42,9 +42,6 @@ summary(cars) #> Max. :25.0 Max. :120.00 ``` -You’ll still need to render `README.Rmd` regularly, to keep `README.md` -up-to-date. `devtools::build_readme()` is handy for this. - You can also embed plots, for example: