Skip to content

Commit

Permalink
Replace devtools -> remotes for install_github
Browse files Browse the repository at this point in the history
  • Loading branch information
erictleung committed May 27, 2023
1 parent f718bb5 commit d7725ed
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ Style Python code blocks with [black](https://github.com/psf/black) in RStudio.
## Installation

```r
devtools::install_github("erictleung/pyblack")
remotes::install_github("erictleung/pyblack")
```

You must have black installed and accessible in your path for this addin to
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ RMarkdown](man/figures/pyblack.gif)
## Installation

``` r
devtools::install_github("erictleung/pyblack")
remotes::install_github("erictleung/pyblack")
```

You must have black installed and accessible in your path for this addin
Expand Down

0 comments on commit d7725ed

Please sign in to comment.