diff --git a/DESCRIPTION b/DESCRIPTION index 061a3ee..cd430a3 100644 --- a/DESCRIPTION +++ b/DESCRIPTION @@ -1,5 +1,5 @@ Package: rgenoud -Version: 5.9-0.0 +Version: 5.9-0.1 Date: 2022-04-14 Title: R Version of GENetic Optimization Using Derivatives Authors@R: c( diff --git a/README.md b/README.md index 4caeca3..01a59a9 100644 --- a/README.md +++ b/README.md @@ -12,7 +12,7 @@ problems for which derivatives do not exist. ## How to install A version is on CRAN. The latest development version can be installed directly from Github -using [devtools](https://github.com/hadley/devtools). +using [devtools](https://github.com/r-lib/devtools). ```R if (!require("devtools")) install.packages("devtools") @@ -22,7 +22,5 @@ devtools::install_github("JasjeetSekhon/rgenoud") The package contains compiled code, and you must have a development environment to install the development version. (Use `devtools::has_devel()` to check whether you do.) If no development -environment exists, Windows users download and install -[Rtools](https://cran.r-project.org/bin/windows/Rtools/) and macOS -users download and install -[Xcode](https://itunes.apple.com/us/app/xcode/id497799835). +environment exists, Windows users download and install Rtools and macOS +users download and install Xcode.