Skip to content

Commit

Permalink
Update README and DESCRIPTION
Browse files Browse the repository at this point in the history
  • Loading branch information
adamhsparks committed Jan 15, 2024
1 parent abd6ff4 commit cec8851
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 cec8851

Please sign in to comment.