Skip to content

Commit

Permalink
Correct install instruction
Browse files Browse the repository at this point in the history
  • Loading branch information
stefvanbuuren committed Feb 16, 2020
1 parent d5ee2cb commit 1efc2e1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ The latest version is can be installed from GitHub as follows:

```{r eval = FALSE}
install.packages("devtools")
devtools::install_github(repo = "stefvanbuuren/mice@narfcs")
devtools::install_github(repo = "stefvanbuuren/mice")
```


Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ The latest version is can be installed from GitHub as follows:

``` r
install.packages("devtools")
devtools::install_github(repo = "stefvanbuuren/mice@narfcs")
devtools::install_github(repo = "stefvanbuuren/mice")
```

## Minimal example
Expand Down

0 comments on commit 1efc2e1

Please sign in to comment.