Skip to content

Commit

Permalink
Merge branch 'master' of github.com:jefferis/IgorR
Browse files Browse the repository at this point in the history
  • Loading branch information
jefferis committed Aug 4, 2024
2 parents 2b97ec4 + 7b3b611 commit 291b670
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ Installation
============
Standard Install
----------------
Install the release version from [CRAN](https://cran.r-project.org/)
NB IgorR is off CRAN due to an unfixed bug with windows text on tecent versions of R. Whenever it is back there you can install the release version from [CRAN](https://cran.r-project.org/)

```r
install.packages('IgorR')
Expand All @@ -25,9 +25,9 @@ Github Install
To install the latest development version from github

```r
# install hadley's devtools if required
if(!require('devtools')) install.packages('devtools')
devtools::install_github('jefferis/IgorR')
# install remotes package if required
if(!require('remotes')) install.packages('remotes')
remotes::install_github('jefferis/IgorR')
```

Development Install
Expand Down

0 comments on commit 291b670

Please sign in to comment.