Skip to content

Commit

Permalink
Merge branch 'master' of https://github.com/hol430/ApsimOnR
Browse files Browse the repository at this point in the history
  • Loading branch information
Drew Holzworth committed Jun 2, 2020
2 parents 5064e3d + 2664cdf commit 6d7c6c7
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,17 +15,17 @@ The development version from [GitHub](https://github.com/) can be
installed with:

``` r
devtools::install_github("ApsimOnR")
devtools::install_github("hol430/ApsimOnR")
```

Or using the lightweight
[remotes](https://github.com/r-lib/remotes#readme) package:

``` r
# install.packages("remotes")
remotes::install_github("ApsimOnR")
remotes::install_github("hol430/ApsimOnR")
```

## Example

This is a basic example which shows you how to ...
TODO

0 comments on commit 6d7c6c7

Please sign in to comment.