From 33989d74c26f349e292e5efc11c267b3a1b71d3f Mon Sep 17 00:00:00 2001 From: wlandau-lilly Date: Wed, 2 Oct 2024 15:02:26 -0400 Subject: [PATCH] dev version --- DESCRIPTION | 2 +- NEWS.md | 4 ++++ 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/DESCRIPTION b/DESCRIPTION index b181f47..d51ce6c 100644 --- a/DESCRIPTION +++ b/DESCRIPTION @@ -11,7 +11,7 @@ Description: Similar to 'rstantools' for 'rstan', migrate from 'rstan' to the more modern 'cmdstanr'. Packages 'rstantools', 'cmdstanr', 'stannis', and 'stanapi' are similar Stan clients with different objectives. -Version: 0.2.3 +Version: 0.2.3.9000 License: MIT + file LICENSE URL: https://wlandau.github.io/instantiate/, https://github.com/wlandau/instantiate diff --git a/NEWS.md b/NEWS.md index 8ac0890..d24dd2b 100644 --- a/NEWS.md +++ b/NEWS.md @@ -1,3 +1,7 @@ +# instantiate 0.2.3.9000 (development) + + + # instantiate 0.2.3 * Set `show = TRUE` and `stderr = "2>&1"` in the `callr` process that compiles models.