Skip to content

Commit

Permalink
fix url for remotes install of development version
Browse files Browse the repository at this point in the history
  • Loading branch information
kylebaron committed Aug 29, 2022
1 parent 7db33bc commit 6193368
Show file tree
Hide file tree
Showing 4 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 @@ -60,7 +60,7 @@ __Please__ be sure to see important install-related information
Install the current development version

```{r,eval=FALSE}
remotes::install_github("metrumresearchgroup/mrgsolve@dev")
remotes::install_github("metrumresearchgroup/mrgsolve@develop")
```

## Interaction
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ install.packages("mrgsolve")
Install the current development version

``` r
remotes::install_github("metrumresearchgroup/mrgsolve@dev")
remotes::install_github("metrumresearchgroup/mrgsolve@develop")
```

## Interaction
Expand Down
Binary file modified man/figures/README-pbpk-figure-1.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified man/figures/README-population-figure-1.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 6193368

Please sign in to comment.