Skip to content

Commit

Permalink
Update (aspirational) install instructions in README
Browse files Browse the repository at this point in the history
  • Loading branch information
lschneiderbauer committed Jan 7, 2024
1 parent dc4505d commit 1e8b049
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 2 deletions.
8 changes: 7 additions & 1 deletion README.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,13 @@ This R package provides an implementation of the Clarke-Wright algorithm [@clark

## Installation

You can install the development version of heumilkr from [GitHub](https://github.com/) with:
You can install the latest CRAN release of heumilkr with:

``` r
install.packages("heumilkr")
```

Alternatively, you can install the development version of heumilkr from [GitHub](https://github.com/) with:

``` r
# install.packages("devtools")
Expand Down
8 changes: 7 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,13 @@ Problem](https://en.wikipedia.org/wiki/Vehicle_routing_problem).

## Installation

You can install the development version of heumilkr from
You can install the latest CRAN release of heumilkr with:

``` r
install.packages("heumilkr")
```

Alternatively, you can install the development version of heumilkr from
[GitHub](https://github.com/) with:

``` r
Expand Down

0 comments on commit 1e8b049

Please sign in to comment.