From 8832fae1c0de3ceb01197d73c361d0b4a16b5f32 Mon Sep 17 00:00:00 2001 From: Thibaut Jombart Date: Tue, 5 Dec 2017 20:59:33 +0000 Subject: [PATCH] addresses comments of CRAN --- DESCRIPTION | 2 +- LICENSE | 2 +- R/conversion.R | 2 +- man/conversions.Rd | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/DESCRIPTION b/DESCRIPTION index ecd9f9c..5cfef3d 100644 --- a/DESCRIPTION +++ b/DESCRIPTION @@ -2,7 +2,7 @@ Package: projections Title: Project Future Case Incidence Version: 0.0.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"))) -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 R0 in EpiEstim or in earlyR. +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 R0 in 'EpiEstim' or in 'earlyR', and described by Nouvellet et al. (2017) . Depends: R (>= 3.3.0) License: MIT + file LICENSE Encoding: UTF-8 diff --git a/LICENSE b/LICENSE index 9ab6c36..d02d78a 100644 --- a/LICENSE +++ b/LICENSE @@ -1,2 +1,2 @@ YEAR: 2017 -COPYRIGHT HOLDER: Your name goes here +COPYRIGHT HOLDER: Thibaut Jombart \ No newline at end of file diff --git a/R/conversion.R b/R/conversion.R index eb1e1dc..ee42da1 100644 --- a/R/conversion.R +++ b/R/conversion.R @@ -4,7 +4,7 @@ #' #' @rdname conversions #' -#' @author Thibaut Jombart \email{thibautjombart@@gmail.com}, Rich Fitzjohn +#' @author Thibaut Jombart \email{thibautjombart@@gmail.com} #' #' @importFrom stats as.ts #' diff --git a/man/conversions.Rd b/man/conversions.Rd index 187fa8c..494cb2d 100644 --- a/man/conversions.Rd +++ b/man/conversions.Rd @@ -23,5 +23,5 @@ These functions convert \code{projections} objects into other classes. the \code{\link{project}} function to generate the 'projections' objects. } \author{ -Thibaut Jombart \email{thibautjombart@gmail.com}, Rich Fitzjohn +Thibaut Jombart \email{thibautjombart@gmail.com} }