Skip to content

Commit

Permalink
It is on CRAN
Browse files Browse the repository at this point in the history
  • Loading branch information
mattfidler committed Jan 5, 2024
1 parent 5accedf commit d74a4ee
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions README.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ You can install the development version of nonmem2rx from
install.packages('nonmem2rx', repos = c('https://nlmixr2.r-universe.dev', 'https://cloud.r-project.org'))
```

When on CRAN, you can also get the CRAN version by:
You can also get the CRAN version by:

``` r
install.packages('nonmem2rx')
Expand Down Expand Up @@ -88,7 +88,7 @@ even try it in nlmixr2 instead)

- [Run nlmixr2’s covariance step when NONMEMs covariance step has failed](https://nlmixr2.github.io/nonmem2rx/articles/read-rounding.html#step-5-get-the-covariance-of-the-model) (in the linked example, there was no covariance step because rounding errors)


## Simple example

Once `nonmem2rx` has been loaded, you simply type the location of the
Expand Down Expand Up @@ -140,4 +140,3 @@ can test them yourself by:

1. Downloading this repository
2. Running the tests `devtools::test()`

0 comments on commit d74a4ee

Please sign in to comment.