From e0e116912b159769934e4ce81bc918b9f01c4abb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?G=C3=A1bor=20Cs=C3=A1rdi?= Date: Sat, 7 Mar 2020 10:04:49 +0000 Subject: [PATCH] Do not suggest dev version in README` --- inst/README.Rmd | 4 +--- inst/README.markdown | 5 +---- 2 files changed, 2 insertions(+), 7 deletions(-) diff --git a/inst/README.Rmd b/inst/README.Rmd index 5b00726..034abdd 100644 --- a/inst/README.Rmd +++ b/inst/README.Rmd @@ -24,10 +24,8 @@ the [`debug` npm package](https://github.com/visionmedia/debug). ## Installation and Usage -Install the package from GitHub: - ```{r eval = FALSE} -source("https://install-github.me/r-lib/debugme") +install.packages("debugme") ``` To use `debugme` in your package, import it, and then add the following diff --git a/inst/README.markdown b/inst/README.markdown index 4687115..437e9c5 100644 --- a/inst/README.markdown +++ b/inst/README.markdown @@ -17,11 +17,8 @@ the [`debug` npm package](https://github.com/visionmedia/debug). ## Installation and Usage -Install the package from GitHub: - - ```r -source("https://install-github.me/r-lib/debugme") +install.packages("debugme") ``` To use `debugme` in your package, import it, and then add the following