Skip to content

Commit

Permalink
Do not suggest dev version in README`
Browse files Browse the repository at this point in the history
  • Loading branch information
gaborcsardi committed Mar 7, 2020
1 parent cf0e8e7 commit e0e1169
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 7 deletions.
4 changes: 1 addition & 3 deletions inst/README.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
5 changes: 1 addition & 4 deletions inst/README.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit e0e1169

Please sign in to comment.