From ca820ac245727ae77133ea0f3c6134cfced6ef6d Mon Sep 17 00:00:00 2001 From: "Matthew L. Fidler" Date: Fri, 21 Apr 2023 20:27:53 -0500 Subject: [PATCH] Version bump --- DESCRIPTION | 2 +- README.Rmd | 21 --------------------- README.md | 23 +---------------------- 3 files changed, 2 insertions(+), 44 deletions(-) diff --git a/DESCRIPTION b/DESCRIPTION index 247d860b6..2460b93b1 100644 --- a/DESCRIPTION +++ b/DESCRIPTION @@ -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", diff --git a/README.Rmd b/README.Rmd index d3562cdbf..94a44fbc3 100644 --- a/README.Rmd +++ b/README.Rmd @@ -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. - [![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) diff --git a/README.md b/README.md index edf6321dc..46fdf28e8 100644 --- a/README.md +++ b/README.md @@ -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. - [![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) @@ -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() {