Skip to content

Commit

Permalink
* Change outdated URLs in README
Browse files Browse the repository at this point in the history
  • Loading branch information
theo-s committed Apr 15, 2022
1 parent 1fe8d82 commit 0e50022
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 6 deletions.
2 changes: 1 addition & 1 deletion DESCRIPTION
Original file line number Diff line number Diff line change
@@ -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(
Expand Down
8 changes: 3 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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")
Expand All @@ -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.

0 comments on commit 0e50022

Please sign in to comment.