Skip to content

Commit

Permalink
suggest install via r-universe
Browse files Browse the repository at this point in the history
  • Loading branch information
geryan committed May 21, 2024
1 parent e4b745d commit 91a2cdd
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 8 deletions.
6 changes: 2 additions & 4 deletions README.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -50,12 +50,10 @@ doi:10.1038/nature25181.

## Installation

You can install the development version of traveltime from
[GitHub](https://github.com/) with:
You can install `traveltime` with:

``` r
# install.packages("remotes")
remotes::install_github("idem-lab/traveltime")
install.packages("traveltime", repos = c("https://idem-lab.r-universe.dev"))
```

## Let's calculate some travel times
Expand Down
6 changes: 2 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -45,12 +45,10 @@ accessibility in 2015.** (2018). Nature. <doi:10.1038/nature25181>.

## Installation

You can install the development version of traveltime from
[GitHub](https://github.com/) with:
You can install `traveltime` with:

``` r
# install.packages("remotes")
remotes::install_github("idem-lab/traveltime")
install.packages("traveltime", repos = c("https://idem-lab.r-universe.dev"))
```

## Let’s calculate some travel times
Expand Down

0 comments on commit 91a2cdd

Please sign in to comment.