From 7d34f7dfa6f5ff2d1c7c1eb2a1005f746c878cf4 Mon Sep 17 00:00:00 2001 From: Alessandro Gasparini Date: Sun, 3 Mar 2024 16:26:48 +0100 Subject: [PATCH] Increment version number to 0.13.0.9000 --- DESCRIPTION | 2 +- NEWS.md | 2 ++ 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/DESCRIPTION b/DESCRIPTION index 0ead655..6e58e83 100644 --- a/DESCRIPTION +++ b/DESCRIPTION @@ -1,5 +1,5 @@ Package: rsimsum -Version: 0.13.0 +Version: 0.13.0.9000 Title: Analysis of Simulation Studies Including Monte Carlo Error Description: Summarise results from simulation studies and compute Monte Carlo standard errors of commonly used summary statistics. This package is modelled diff --git a/NEWS.md b/NEWS.md index 8658c53..668c21b 100644 --- a/NEWS.md +++ b/NEWS.md @@ -1,3 +1,5 @@ +# rsimsum (development version) + # rsimsum 0.13.0 * Fixed issues with nested loop plot when the simulation design is not fully-factorial (#47, thanks @mikesweeting);