From 02668af85bbda492efcac523f464f65ad6668919 Mon Sep 17 00:00:00 2001 From: Thibaut Jombart Date: Tue, 30 Jun 2020 10:52:02 +0200 Subject: [PATCH] version 0.5.1 --- DESCRIPTION | 4 ++-- NEWS.md | 11 +++++++++++ 2 files changed, 13 insertions(+), 2 deletions(-) diff --git a/DESCRIPTION b/DESCRIPTION index 0bb3ad5..db47037 100644 --- a/DESCRIPTION +++ b/DESCRIPTION @@ -1,11 +1,11 @@ Package: projections Title: Project Future Case Incidence -Version: 0.5.0 +Version: 0.5.1 Authors@R: c(person("Thibaut", "Jombart", email = "thibautjombart@gmail.com", role = c("aut", "cre")), person("Pierre", "Nouvellet", email = "p.nouvellet@imperial.ac.uk", role = c("aut")), person("Sangeeta", "Bhatia", role = "ctb", email = "sangeetabhatia03@gmail.com"), person("Zhian N.", "Kamvar", role = "ctb", email = "zkamvar@gmail.com"), - person("Tim", "Taylor", role = "ctb", email = "tjtnew@gmail.com"), + person("Tim", "Taylor", role = "ctb", email = "tim.taylor@hiddenelephants.co.uk"), person("Stephane", "Ghozzi", role = "ctb", email = "stephane.ghozzi@mailbox.org") ) Description: Provides functions and graphics for projecting daily incidence based on past incidence, and estimates of the serial interval and reproduction number. Projections are based on a branching process using a Poisson-distributed number of new cases per day, similar to the model used for estimating R in 'EpiEstim' or in 'earlyR', and described by Nouvellet et al. (2017) . The package provides the S3 class 'projections' which extends 'matrix', with accessors and additional helpers for handling, subsetting, merging, or adding these objects, as well as dedicated printing and plotting methods. diff --git a/NEWS.md b/NEWS.md index 4076b10..9ccb321 100644 --- a/NEWS.md +++ b/NEWS.md @@ -1,3 +1,14 @@ +# projections 0.5.1 + +## Fixes and improvements + +- now using the new default random number generator in tests + +- updated tests to pass check with R 4.0.2; this includes re-generation of most + reference objects, which were manually inspected and validated against old + references + + # projections 0.5.0 ## New functions