Skip to content

Commit

Permalink
fix wrong revert
Browse files Browse the repository at this point in the history
  • Loading branch information
mhpob committed Nov 17, 2023
1 parent 7833655 commit 2d15af1
Show file tree
Hide file tree
Showing 5 changed files with 28 additions and 34 deletions.
2 changes: 1 addition & 1 deletion DESCRIPTION
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Package: otndo
Title: Understand your OTN data
Version: 0.1.02
Version: 0.1.03
Authors@R:
person("Michael", "O'Brien", , "mike@obrien.page", role = c("aut", "cre"),
comment = c(ORCID = "0000-0003-1420-6395"))
Expand Down
14 changes: 12 additions & 2 deletions README.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -31,9 +31,19 @@ English, bad pun; "*I understand (OTN data)*"

## Installation

You can install the development version of otndo from [GitHub](https://github.com/) with:
You can install the most-up-to-date version from [R-universe](https://mhpob.r-universe.dev/otndo) or [GitHub](https://github.com/mhpob/otndo).

R-universe:
```{r eval=FALSE}
install.packages(
'otndo',
repos = c('https://mhpob.r-universe.dev',
'https://cloud.r-project.org')
)
```

``` r
GitHub:
```{r eval=FALSE}
# install.packages("remotes")
remotes::install_github("mhpob/otndo")
```
Expand Down
17 changes: 15 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,21 @@ English, bad pun; “*I understand (OTN data)*”

## Installation

You can install the development version of otndo from
[GitHub](https://github.com/) with:
You can install the most-up-to-date version from
[R-universe](https://mhpob.r-universe.dev/otndo) or
[GitHub](https://github.com/mhpob/otndo).

R-universe:

``` r
install.packages(
'otndo',
repos = c('https://mhpob.r-universe.dev',
'https://cloud.r-project.org')
)
```

GitHub:

``` r
# install.packages("remotes")
Expand Down
1 change: 0 additions & 1 deletion _pkgdown.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,4 +11,3 @@ articles:
navbar: ~
contents:
- data-push-summaries
- product
28 changes: 0 additions & 28 deletions vignettes/product.Rmd

This file was deleted.

0 comments on commit 2d15af1

Please sign in to comment.