From 7b3b611fa4d5ec363d15d9dca0066d0b1aef5aa1 Mon Sep 17 00:00:00 2001 From: Gregory Jefferis Date: Sun, 5 Nov 2023 07:54:57 +0000 Subject: [PATCH] Update README.md as off CRAN --- README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 6ac056d..68d79cb 100644 --- a/README.md +++ b/README.md @@ -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') @@ -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