Skip to content

Commit

Permalink
Merge pull request #37 from b-rodrigues/readme-add-r-univ-install
Browse files Browse the repository at this point in the history
README: Mention installation from r-universe
  • Loading branch information
b-rodrigues authored Aug 12, 2023
2 parents ac2fa42 + 7744415 commit 78f4cb3
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 0 deletions.
9 changes: 9 additions & 0 deletions README.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -176,6 +176,15 @@ You can install the development version of rix from
remotes::install_github("b-rodrigues/rix")
```

Or you can install it from the
[{rix} r-universe](https://b-rodrigues.r-universe.dev/rix), which serves you
from a CRAN-like R package repository:

```r
install.packages("rix", repos = c("https://b-rodrigues.r-universe.dev",
"https://cloud.r-project.org"))
```

As stated above, `{rix}` does not require Nix to be installed to generate
`default.nix` files. But if you are on a machine on which R is not already
installed, and you want to start using `{rix}` to generate `default.nix` files,
Expand Down
9 changes: 9 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -168,6 +168,15 @@ You can install the development version of rix from
remotes::install_github("b-rodrigues/rix")
```

Or you can install it from the [{rix}
r-universe](https://b-rodrigues.r-universe.dev/rix), which serves you
from a CRAN-like R package repository:

``` r
install.packages("rix", repos = c("https://b-rodrigues.r-universe.dev",
"https://cloud.r-project.org"))
```

As stated above, `{rix}` does not require Nix to be installed to
generate `default.nix` files. But if you are on a machine on which R is
not already installed, and you want to start using `{rix}` to generate
Expand Down

0 comments on commit 78f4cb3

Please sign in to comment.