Skip to content

Commit

Permalink
Match args (#79)
Browse files Browse the repository at this point in the history
  • Loading branch information
adamhsparks authored Jan 15, 2024
1 parent 4edc632 commit 578d0ac
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 11 deletions.
2 changes: 1 addition & 1 deletion DESCRIPTION
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ Imports:
readr,
rlang,
tibble (>= 3.0.2)
RoxygenNote: 7.2.3
RoxygenNote: 7.3.0
Encoding: UTF-8
Language: en-US
NeedsCompilation: no
Expand Down
6 changes: 1 addition & 5 deletions README.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -53,11 +53,7 @@ install.packages("nasapower")
A development version is available through GitHub.

```{r install-dev, eval=FALSE}
if (!require("remotes")) {
install.packages("remotes")
}
remotes::install_github("ropensci/nasapower")
install.packages("nasapower", repos = "https://ropensci.r-universe.dev")
```

### Example
Expand Down
6 changes: 1 addition & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -69,11 +69,7 @@ install.packages("nasapower")
A development version is available through GitHub.

``` r
if (!require("remotes")) {
install.packages("remotes")
}

remotes::install_github("ropensci/nasapower")
install.packages("nasapower", repos = "https://ropensci.r-universe.dev")
```

### Example
Expand Down

0 comments on commit 578d0ac

Please sign in to comment.