Skip to content

Commit

Permalink
Version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
mattfidler committed Apr 22, 2023
1 parent 5786bac commit ca820ac
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 44 deletions.
2 changes: 1 addition & 1 deletion DESCRIPTION
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
Package: rxode2
Version: 2.0.12.9000
Version: 2.0.13
Title: Facilities for Simulating from ODE-Based Models
Authors@R: c(
person("Matthew L.","Fidler",
Expand Down
21 changes: 0 additions & 21 deletions README.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -15,27 +15,6 @@ knitr::opts_chunk$set(

# rxode2

## CRAN updating

[![CRAN-status](https://img.shields.io/badge/CRAN-Updating-red)](https://github.com/nlmixr2/rxode2/actions/workflows/R-CMD-check.yaml)

Currently we are updating `PreciseSums` on CRAN; `rxode2` has a binary
linkage to `PreciseSums`. While both `PreciseSums` and
`rxode2` are being submitted, the most stable version of `rxode2` comes
from the `r-universe`:

```r
install.packages(c("PreciseSums", "dparser", "nlmixr2data", "lotri",
"rxode2ll", "rxode2parse", "rxode2random", "rxode2et",
"rxode2"),
repos = c('https://nlmixr2.r-universe.dev',
'https://cloud.r-project.org'))
```

This is temporary and should resolve itself in a couple of weeks.

You could also compile from source to work around the issue.

<!-- badges: start -->
[![R-CMD-check](https://github.com/nlmixr2/rxode2/actions/workflows/R-CMD-check.yaml/badge.svg)](https://github.com/nlmixr2/rxode2/actions/workflows/R-CMD-check.yaml)
[![Codecov test coverage](https://codecov.io/gh/nlmixr2/rxode2/branch/main/graph/badge.svg)](https://app.codecov.io/gh/nlmixr2/rxode2?branch=main)
Expand Down
23 changes: 1 addition & 22 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,27 +3,6 @@

# rxode2

## CRAN updating

[![CRAN-status](https://img.shields.io/badge/CRAN-Updating-red)](https://github.com/nlmixr2/rxode2/actions/workflows/R-CMD-check.yaml)

Currently we are updating `PreciseSums` on CRAN; `rxode2` has a binary
linkage to `PreciseSums`. While both `PreciseSums` and `rxode2` are
being submitted, the most stable version of `rxode2` comes from the
`r-universe`:

``` r
install.packages(c("PreciseSums", "dparser", "nlmixr2data", "lotri",
"rxode2ll", "rxode2parse", "rxode2random", "rxode2et",
"rxode2"),
repos = c('https://nlmixr2.r-universe.dev',
'https://cloud.r-project.org'))
```

This is temporary and should resolve itself in a couple of weeks.

You could also compile from source to work around the issue.

<!-- badges: start -->

[![R-CMD-check](https://github.com/nlmixr2/rxode2/actions/workflows/R-CMD-check.yaml/badge.svg)](https://github.com/nlmixr2/rxode2/actions/workflows/R-CMD-check.yaml)
Expand Down Expand Up @@ -204,7 +183,7 @@ To load `rxode2` package and compile the model:

``` r
library(rxode2)
#> rxode2 2.0.12.9000 using 8 threads (see ?getRxThreads)
#> rxode2 2.0.13 using 8 threads (see ?getRxThreads)
#> no cache: create with `rxCreateCache()`

mod1 <- function() {
Expand Down

0 comments on commit ca820ac

Please sign in to comment.