Skip to content

Commit

Permalink
Updated README
Browse files Browse the repository at this point in the history
  • Loading branch information
jnh01 committed Dec 22, 2021
1 parent b834b89 commit 725602b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ if (!requireNamespace("remotes", quietly = TRUE)) {
remotes::install_github(repo = "steverozen/ICAMS", ref = "master")
```

Alternatively, you can download the [package source](https://github.com/steverozen/ICAMS/blob/v3.0.5-branch/data-raw/source-file/ICAMS_3.0.5.tar.gz) of recent *stable development* version of ICAMS to your computer, then do:
Alternatively, you can download the [package source](https://github.com/steverozen/ICAMS/blob/v3.0.5-branch/data-raw/source-file/ICAMS_3.0.5.tar.gz?raw=true) of recent *stable development* version of ICAMS to your computer, then do:

``` r
if (!requireNamespace("remotes", quietly = TRUE)) {
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
status](https://github.com/steverozen/ICAMS/workflows/R-CMD-check/badge.svg)
![AppVeyor build
status](https://ci.appveyor.com/api/projects/status/github/steverozen/ICAMS?branch=master&svg=true)
[![CRAN_Status_Badge](http://www.r-pkg.org/badges/version/ICAMS)](https://cran.r-project.org/package=ICAMS)
[![CRAN\_Status\_Badge](http://www.r-pkg.org/badges/version/ICAMS)](https://cran.r-project.org/package=ICAMS)
![License: GPL v3](https://img.shields.io/badge/License-GPLv3-blue.svg)

<!-- badges: end -->
Expand Down Expand Up @@ -71,7 +71,7 @@ remotes::install_github(repo = "steverozen/ICAMS", ref = "master")
```

Alternatively, you can download the [package
source](https://github.com/steverozen/ICAMS/blob/v3.0.5-branch/data-raw/source-file/ICAMS_3.0.5.tar.gz)
source](https://github.com/steverozen/ICAMS/blob/v3.0.5-branch/data-raw/source-file/ICAMS_3.0.5.tar.gz?raw=true)
of recent *stable development* version of ICAMS to your computer, then
do:

Expand Down

0 comments on commit 725602b

Please sign in to comment.