<?xml version="1.0" encoding="utf-8" ?><rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:r="https://r-universe.dev"><channel><title>ncov-ic.r-universe.dev</title><link>https://ncov-ic.r-universe.dev</link><description>Recent package updates in ncov-ic</description><generator>R-universe</generator><image><url>https://github.com/ncov-ic.png</url><title>R packages by ncov-ic</title><link>https://ncov-ic.r-universe.dev</link></image><lastBuildDate>Thu, 02 Jul 2026 05:44:55 GMT</lastBuildDate><item><title>[ncov-ic] pika 0.2.0</title><author>ainslie.kylie@gmail.com (Kylie Ainslie)</author><description>This package takes two time series as inputs and first,
determines the lag for the primary time series at which the
cross-correlation between the two time series is highest.
Second, the rolling correlation is calculated between the
lagged primary time-series and the secondary time series.</description><link>https://github.com/r-universe/ncov-ic/actions/runs/28577724456</link><pubDate>Thu, 02 Jul 2026 05:44:55 GMT</pubDate><r:package>pika</r:package><r:version>0.2.0</r:version><r:status>failure</r:status><r:repository>https://ncov-ic.r-universe.dev</r:repository><r:upstream>https://github.com/mrc-ide/pika</r:upstream></item><item><title>[ncov-ic] odin 1.5.12</title><author>rich.fitzjohn@gmail.com (Rich FitzJohn)</author><description>Generate systems of ordinary differential equations (ODE)
and integrate them, using a domain specific language (DSL). The
DSL uses R's syntax, but compiles to C in order to efficiently
solve the system.  A solver is not provided, but instead
interfaces to the packages 'deSolve' and 'dde' are generated.
With these, while solving the differential equations, no
allocations are done and the calculations remain entirely in
compiled code.  Alternatively, a model can be transpiled to R
for use in contexts where a C compiler is not present.  After
compilation, models can be inspected to return information
about parameters and outputs, or intermediate values after
calculations. 'odin' is not targeted at any particular domain
and is suitable for any system that can be expressed primarily
as mathematical expressions.  Additional support is provided
for working with delays (delay differential equations, DDE),
using interpolated functions during interpolation, and for
integrating quantities that represent arrays.</description><link>https://github.com/r-universe/ncov-ic/actions/runs/27945066224</link><pubDate>Thu, 15 Jan 2026 17:26:10 GMT</pubDate><r:package>odin</r:package><r:version>1.5.12</r:version><r:status>success</r:status><r:repository>https://ncov-ic.r-universe.dev</r:repository><r:upstream>https://github.com/mrc-ide/odin</r:upstream><r:article><r:source>debugging.Rmd</r:source><r:filename>debugging.html</r:filename><r:title>debugging</r:title><r:created>2023-03-02 13:53:36</r:created><r:modified>2023-03-02 13:53:36</r:modified></r:article><r:article><r:source>guide.Rmd</r:source><r:filename>guide.html</r:filename><r:title>Guide to odin docs</r:title><r:created>2023-08-09 08:22:53</r:created><r:modified>2023-08-09 08:22:53</r:modified></r:article><r:article><r:source>odin.Rmd</r:source><r:filename>odin.html</r:filename><r:title>odin</r:title><r:created>2016-03-09 11:26:30</r:created><r:modified>2023-05-03 10:59:44</r:modified></r:article><r:article><r:source>discrete.Rmd</r:source><r:filename>discrete.html</r:filename><r:title>odin discrete models</r:title><r:created>2018-03-01 17:10:38</r:created><r:modified>2022-10-26 13:14:09</r:modified></r:article><r:article><r:source>functions.Rmd</r:source><r:filename>functions.html</r:filename><r:title>odin functions</r:title><r:created>2020-05-26 14:50:20</r:created><r:modified>2022-10-26 13:14:09</r:modified></r:article></item><item><title>[ncov-ic] dust 0.15.3</title><author>rich.fitzjohn@gmail.com (Rich FitzJohn)</author><description>An Engine for simulation of stochastic models. Includes
support for running stochastic models in parallel, either with
shared or varying parameters. Simulations are run efficiently
in compiled code and can be run with a fraction of simulated
states returned to R, allowing control over memory usage.
Support is provided for building bootstrap particle filter for
performing Sequential Monte Carlo (e.g., Gordon et al. 1993
&lt;doi:10.1049/ip-f-2.1993.0015&gt;). The core of the simulation
engine is the 'xoshiro256**' algorithm (Blackman and Vigna
&lt;arXiv:1805.01407&gt;), and the package is further described in
FitzJohn et al 2021 &lt;doi:10.12688/wellcomeopenres.16466.2&gt;.</description><link>https://github.com/r-universe/ncov-ic/actions/runs/28071078792</link><pubDate>Fri, 15 Aug 2025 15:16:17 GMT</pubDate><r:package>dust</r:package><r:version>0.15.3</r:version><r:status>success</r:status><r:repository>https://ncov-ic.r-universe.dev</r:repository><r:upstream>https://github.com/mrc-ide/dust</r:upstream><r:article><r:source>rng_algorithms.Rmd</r:source><r:filename>rng_algorithms.html</r:filename><r:title>Algorithms used to compute random numbers</r:title><r:created>2021-11-16 10:14:04</r:created><r:modified>2021-11-16 10:14:04</r:modified></r:article><r:article><r:source>data.Rmd</r:source><r:filename>data.html</r:filename><r:title>Comparing models and data</r:title><r:created>2021-08-25 09:09:46</r:created><r:modified>2023-06-28 13:29:47</r:modified></r:article><r:article><r:source>rng_distributed.Rmd</r:source><r:filename>rng_distributed.html</r:filename><r:title>Distributed parallel random numbers</r:title><r:created>2021-11-17 16:50:25</r:created><r:modified>2022-11-08 13:44:38</r:modified></r:article><r:article><r:source>dust.Rmd</r:source><r:filename>dust.html</r:filename><r:title>Introduction to dust</r:title><r:created>2020-07-06 14:09:52</r:created><r:modified>2023-04-27 08:40:16</r:modified></r:article><r:article><r:source>multi.Rmd</r:source><r:filename>multi.html</r:filename><r:title>Multiple parameter sets</r:title><r:created>2021-02-24 16:30:24</r:created><r:modified>2021-10-20 08:50:55</r:modified></r:article><r:article><r:source>design.Rmd</r:source><r:filename>design.html</r:filename><r:title>Principles and design of dust</r:title><r:created>2021-02-25 21:30:54</r:created><r:modified>2023-03-17 15:58:53</r:modified></r:article><r:article><r:source>rng.Rmd</r:source><r:filename>rng.html</r:filename><r:title>Random number generation</r:title><r:created>2020-07-06 14:09:52</r:created><r:modified>2022-11-02 10:17:05</r:modified></r:article><r:article><r:source>gpu.Rmd</r:source><r:filename>gpu.html</r:filename><r:title>Running models on GPUs with CUDA</r:title><r:created>2021-11-08 07:28:55</r:created><r:modified>2022-11-08 13:44:38</r:modified></r:article><r:article><r:source>rng_package.Rmd</r:source><r:filename>rng_package.html</r:filename><r:title>Using RNGs from packages</r:title><r:created>2021-11-12 14:29:01</r:created><r:modified>2023-04-27 08:40:16</r:modified></r:article></item><item><title>[ncov-ic] orderlyweb 0.1.16</title><author>rich.fitzjohn@gmail.com (Rich FitzJohn)</author><description>Client for 'OrderlyWeb' for use from the 'orderly1'
package.  Allows downloading of reports, running remote reports
and other interaction with the remote report repository.</description><link>https://github.com/r-universe/ncov-ic/actions/runs/27608963028</link><pubDate>Mon, 14 Jul 2025 14:41:48 GMT</pubDate><r:package>orderlyweb</r:package><r:version>0.1.16</r:version><r:status>success</r:status><r:repository>https://ncov-ic.r-universe.dev</r:repository><r:upstream>https://github.com/vimc/orderlyweb</r:upstream></item><item><title>[ncov-ic] odin.dust 0.3.13</title><author>rich.fitzjohn@gmail.com (Rich FitzJohn)</author><description>Less painful than it sounds, this package compiles an odin
model to use dust, our new stochastic model system. Supports
only a subset of odin models (discrete time stochastic models
with no interpolation and no delays).</description><link>https://github.com/r-universe/ncov-ic/actions/runs/27492133069</link><pubDate>Wed, 02 Oct 2024 15:02:46 GMT</pubDate><r:package>odin.dust</r:package><r:version>0.3.13</r:version><r:status>success</r:status><r:repository>https://ncov-ic.r-universe.dev</r:repository><r:upstream>https://github.com/mrc-ide/odin.dust</r:upstream><r:article><r:source>porting.Rmd</r:source><r:filename>porting.html</r:filename><r:title>Porting from odin</r:title><r:created>2022-08-04 10:13:53</r:created><r:modified>2023-09-26 15:29:57</r:modified></r:article><r:article><r:source>sir_models.Rmd</r:source><r:filename>sir_models.html</r:filename><r:title>SIR models</r:title><r:created>2020-10-26 12:02:42</r:created><r:modified>2022-11-08 16:02:42</r:modified></r:article></item><item><title>[ncov-ic] dde 1.0.7</title><author>rich.fitzjohn@gmail.com (Rich FitzJohn)</author><description>Solves ordinary and delay differential equations, where
the objective function is written in either R or C.  Suitable
only for non-stiff equations, the solver uses a
'Dormand-Prince' method that allows interpolation of the
solution at any point.  This approach is as described by
Hairer, Norsett and Wanner (1993) &lt;ISBN:3540604529&gt;.  Support
is also included for iterating difference equations.</description><link>https://github.com/r-universe/ncov-ic/actions/runs/28071061464</link><pubDate>Mon, 23 Sep 2024 20:14:13 GMT</pubDate><r:package>dde</r:package><r:version>1.0.7</r:version><r:status>success</r:status><r:repository>https://ncov-ic.r-universe.dev</r:repository><r:upstream>https://github.com/mrc-ide/dde</r:upstream><r:article><r:source>dde.Rmd</r:source><r:filename>dde.html</r:filename><r:title>dde</r:title><r:created>2016-09-21 17:04:42</r:created><r:modified>2023-04-28 10:24:13</r:modified></r:article></item><item><title>[ncov-ic] mcstate 0.9.22</title><author>rich.fitzjohn@gmail.com (Rich FitzJohn)</author><description>Implements Monte Carlo methods for state-space models such
as 'SIR' models in epidemiology. Particle MCMC (pmcmc) and SMC2
methods are planned. This package is particularly designed to
work with odin/dust models, but we will see how general it
becomes.</description><link>https://github.com/r-universe/ncov-ic/actions/runs/26940748422</link><pubDate>Mon, 01 Jul 2024 13:22:09 GMT</pubDate><r:package>mcstate</r:package><r:version>0.9.22</r:version><r:status>success</r:status><r:repository>https://ncov-ic.r-universe.dev</r:repository><r:upstream>https://github.com/mrc-ide/mcstate</r:upstream><r:article><r:source>deterministic.Rmd</r:source><r:filename>deterministic.html</r:filename><r:title>Deterministic models</r:title><r:created>2021-08-09 16:17:01</r:created><r:modified>2022-01-28 15:30:57</r:modified></r:article><r:article><r:source>continuous.Rmd</r:source><r:filename>continuous.html</r:filename><r:title>Fitting a continuous-time model</r:title><r:created>2023-09-12 15:47:45</r:created><r:modified>2023-09-12 15:47:45</r:modified></r:article><r:article><r:source>if2.Rmd</r:source><r:filename>if2.html</r:filename><r:title>Inference with iterated filtering</r:title><r:created>2021-05-19 10:44:43</r:created><r:modified>2022-01-28 15:30:57</r:modified></r:article><r:article><r:source>nested_sir_models.Rmd</r:source><r:filename>nested_sir_models.html</r:filename><r:title>Nested SIR Models</r:title><r:created>2021-02-24 17:22:13</r:created><r:modified>2022-01-28 15:30:57</r:modified></r:article><r:article><r:source>parallelisation.Rmd</r:source><r:filename>parallelisation.html</r:filename><r:title>Parallelisation of inference</r:title><r:created>2020-10-26 14:15:58</r:created><r:modified>2022-01-28 15:30:57</r:modified></r:article><r:article><r:source>restart.Rmd</r:source><r:filename>restart.html</r:filename><r:title>Restarting pMCMC</r:title><r:created>2021-01-08 11:50:45</r:created><r:modified>2022-11-10 08:40:56</r:modified></r:article><r:article><r:source>sir_models.Rmd</r:source><r:filename>sir_models.html</r:filename><r:title>SIR models with odin, dust and mcstate</r:title><r:created>2020-10-26 14:15:58</r:created><r:modified>2022-11-10 08:40:56</r:modified></r:article><r:article><r:source>kalman.Rmd</r:source><r:filename>kalman.html</r:filename><r:title>Validation of SMC using a Kalman filter</r:title><r:created>2020-10-26 14:15:58</r:created><r:modified>2022-11-10 08:40:56</r:modified></r:article></item><item><title>[ncov-ic] drjacoby 1.5.4</title><author>r.verity@imperial.ac.uk (Bob Verity)</author><description>drjacoby is an R package for performing Bayesian inference
via Markov chain monte carlo (MCMC). In addition to being
highly flexible it implements some advanced techniques that can
improve mixing in tricky situations.</description><link>https://github.com/r-universe/ncov-ic/actions/runs/28071096598</link><pubDate>Wed, 26 Jun 2024 02:17:18 GMT</pubDate><r:package>drjacoby</r:package><r:version>1.5.4</r:version><r:status>success</r:status><r:repository>https://ncov-ic.r-universe.dev</r:repository><r:upstream>https://github.com/mrc-ide/drjacoby</r:upstream><r:article><r:source>example.Rmd</r:source><r:filename>example.html</r:filename><r:title>Basic Example</r:title><r:created>2019-05-03 12:09:09</r:created><r:modified>2024-06-26 02:17:18</r:modified></r:article><r:article><r:source>checks_double_well.Rmd</r:source><r:filename>checks_double_well.html</r:filename><r:title>Double well</r:title><r:created>2021-09-08 14:42:41</r:created><r:modified>2024-06-26 02:17:18</r:modified></r:article><r:article><r:source>getting_model_fits.Rmd</r:source><r:filename>getting_model_fits.html</r:filename><r:title>Getting Model Fits</r:title><r:created>2022-02-10 09:37:00</r:created><r:modified>2024-06-26 02:17:18</r:modified></r:article><r:article><r:source>installation.Rmd</r:source><r:filename>installation.html</r:filename><r:title>Installing drjacoby</r:title><r:created>2019-05-02 13:45:52</r:created><r:modified>2024-06-26 02:17:18</r:modified></r:article><r:article><r:source>checks_multilevel_blocks.Rmd</r:source><r:filename>checks_multilevel_blocks.html</r:filename><r:title>Multilevel example with blocks</r:title><r:created>2021-09-08 14:42:41</r:created><r:modified>2021-09-08 14:42:41</r:modified></r:article><r:article><r:source>checks_normal_model.Rmd</r:source><r:filename>checks_normal_model.html</r:filename><r:title>Normal model</r:title><r:created>2021-09-08 14:42:41</r:created><r:modified>2021-09-08 14:42:41</r:modified></r:article><r:article><r:source>metropolis_coupling.Rmd</r:source><r:filename>metropolis_coupling.html</r:filename><r:title>Parallel Tempering</r:title><r:created>2019-05-22 09:00:19</r:created><r:modified>2024-06-26 02:17:18</r:modified></r:article><r:article><r:source>checks_return_prior.Rmd</r:source><r:filename>checks_return_prior.html</r:filename><r:title>Return prior</r:title><r:created>2021-09-08 14:42:41</r:created><r:modified>2021-09-08 14:42:41</r:modified></r:article><r:article><r:source>parallel.Rmd</r:source><r:filename>parallel.html</r:filename><r:title>Running in Parallel</r:title><r:created>2019-05-22 16:36:16</r:created><r:modified>2024-06-26 02:17:18</r:modified></r:article><r:article><r:source>blocks.Rmd</r:source><r:filename>blocks.html</r:filename><r:title>Using Likelihood Blocks</r:title><r:created>2021-01-08 15:30:58</r:created><r:modified>2022-02-10 09:37:00</r:modified></r:article></item><item><title>[ncov-ic] sircovid 0.15.1</title><author>m.baguelin@imperial.ac.uk (Marc Baguelin)</author><description>Mechanistic models of transmission of the SARS-Cov-2
(COVID-19) virus implemented as stochastic compartmental models
in odin and dust. Uses mcstate to perfom Bayesian evidence
synthesis from several surveillance data streams through the
estimation of transmission parameters.</description><link>https://github.com/r-universe/ncov-ic/actions/runs/27678096440</link><pubDate>Wed, 19 Jun 2024 08:41:01 GMT</pubDate><r:package>sircovid</r:package><r:version>0.15.1</r:version><r:status>success</r:status><r:repository>https://ncov-ic.r-universe.dev</r:repository><r:upstream>https://github.com/mrc-ide/sircovid</r:upstream></item><item><title>[ncov-ic] vaultr 1.2.0</title><author>rich.fitzjohn@gmail.com (Rich FitzJohn)</author><description>Provides an interface to a 'HashiCorp' vault server over
its http API (typically these are self-hosted; see
&lt;https://www.vaultproject.io&gt;).  This allows for secure storage
and retrieval of secrets over a network, such as tokens,
passwords and certificates.  Authentication with vault is
supported through several backends including user name/password
and authentication via 'GitHub'.</description><link>https://github.com/r-universe/ncov-ic/actions/runs/28648354835</link><pubDate>Thu, 09 Nov 2023 12:51:39 GMT</pubDate><r:package>vaultr</r:package><r:version>1.2.0</r:version><r:status>success</r:status><r:repository>https://ncov-ic.r-universe.dev</r:repository><r:upstream>https://github.com/vimc/vaultr</r:upstream><r:article><r:source>packages.Rmd</r:source><r:filename>packages.html</r:filename><r:title>Using vaultr in packages</r:title><r:created>2018-12-11 09:02:22</r:created><r:modified>2023-11-09 12:51:39</r:modified></r:article><r:article><r:source>vaultr.Rmd</r:source><r:filename>vaultr.html</r:filename><r:title>vaultr</r:title><r:created>2018-12-11 09:02:22</r:created><r:modified>2023-11-09 12:51:39</r:modified></r:article></item><item><title>[ncov-ic] orderly.sharepoint 0.1.5</title><author>rich.fitzjohn@gmail.com (Rich FitzJohn)</author><description>Store orderly reports on Sharepoint. Provides an orderly
remote driver that can be used to share orderly reports using
Sharepoint. You can use Sharepoint's access controls and use
this to set up a lightweight way of using orderly within a
team.</description><link>https://github.com/r-universe/ncov-ic/actions/runs/27950230942</link><pubDate>Thu, 20 Jul 2023 13:49:33 GMT</pubDate><r:package>orderly.sharepoint</r:package><r:version>0.1.5</r:version><r:status>success</r:status><r:repository>https://ncov-ic.r-universe.dev</r:repository><r:upstream>https://github.com/vimc/orderly.sharepoint</r:upstream></item><item><title>[ncov-ic] odin.js 0.1.11</title><author>rich.fitzjohn@gmail.com (Rich FitzJohn)</author><description>Create 'JavaScript' differential equation models from an
'odin' model specification.</description><link>https://github.com/r-universe/ncov-ic/actions/runs/28019899528</link><pubDate>Wed, 26 Oct 2022 09:16:04 GMT</pubDate><r:package>odin.js</r:package><r:version>0.1.11</r:version><r:status>success</r:status><r:repository>https://ncov-ic.r-universe.dev</r:repository><r:upstream>https://github.com/mrc-ide/odin.js</r:upstream></item><item><title>[ncov-ic] squire 0.7.1</title><author>o.watson15@imperial.ac.uk (OJ Watson)</author><description>An extended model of the SEIR model used in the Imperial
College London Report into the global impact of COVID-19 and
strategies for mitigation and suppression
(https://www.imperial.ac.uk/mrc-global-infectious-disease-analysis/covid-19/report-12-global-impact-covid-19/).
Extensions now include healthcare treatment pathways and excess
mortality.</description><link>https://github.com/r-universe/ncov-ic/actions/runs/27492108914</link><pubDate>Thu, 08 Sep 2022 09:14:12 GMT</pubDate><r:package>squire</r:package><r:version>0.7.1</r:version><r:status>success</r:status><r:repository>https://ncov-ic.r-universe.dev</r:repository><r:upstream>https://github.com/mrc-ide/squire</r:upstream><r:article><r:source>parameters.Rmd</r:source><r:filename>parameters.html</r:filename><r:title>Model Parameters</r:title><r:created>2020-05-01 09:55:15</r:created><r:modified>2022-09-08 09:14:12</r:modified></r:article></item><item><title>[ncov-ic] orderly.rstudio 0.0.3</title><author>r.ashton@imperial.ac.uk (Robert Ashton)</author><description>RStudio addins for orderly.</description><link>https://github.com/r-universe/ncov-ic/actions/runs/27193528387</link><pubDate>Thu, 11 Mar 2021 17:18:35 GMT</pubDate><r:package>orderly.rstudio</r:package><r:version>0.0.3</r:version><r:status>success</r:status><r:repository>https://ncov-ic.r-universe.dev</r:repository><r:upstream>https://github.com/vimc/orderly.rstudio</r:upstream></item><item><title>[ncov-ic] spud 0.1.7</title><author>r.ashton@imperial.ac.uk (Robert Ashton)</author><description>Enables uploading, downloading and listing of files in
sharepoint.</description><link>https://github.com/r-universe/ncov-ic/actions/runs/28571452205</link><pubDate>Wed, 04 Nov 2020 16:37:04 GMT</pubDate><r:package>spud</r:package><r:version>0.1.7</r:version><r:status>success</r:status><r:repository>https://ncov-ic.r-universe.dev</r:repository><r:upstream>https://github.com/reside-ic/spud</r:upstream></item><item><title>[ncov-ic] hermione 1.0.0</title><author>s.bhatia@imperial.ac.uk (Sangeeta Bhatia)</author><description>This package implements methods to robustly estimate
COVID-19 Serial Interval accounting for biases introduced due
to isolation of cases.</description><link>https://github.com/r-universe/ncov-ic/actions/runs/27131677911</link><pubDate>Thu, 13 Aug 2020 12:25:35 GMT</pubDate><r:package>hermione</r:package><r:version>1.0.0</r:version><r:status>success</r:status><r:repository>https://ncov-ic.r-universe.dev</r:repository><r:upstream>https://github.com/mrc-ide/hermione</r:upstream><r:article><r:source>scenario-1.Rmd</r:source><r:filename>scenario-1.html</r:filename><r:title>Serial Interval Estimation Accounting for Isolation</r:title><r:created>2020-07-23 12:32:36</r:created><r:modified>2020-07-23 12:32:36</r:modified></r:article></item><item><title>[ncov-ic] fstorr 0.1.0</title><author>rich.fitzjohn@gmail.com (Rich FitzJohn)</author><description>Store files by content, similar in spirit to the 'storr'
package (into which this might get folded).</description><link>https://github.com/r-universe/ncov-ic/actions/runs/27338519924</link><pubDate>Sun, 26 Apr 2020 10:28:42 GMT</pubDate><r:package>fstorr</r:package><r:version>0.1.0</r:version><r:status>success</r:status><r:repository>https://ncov-ic.r-universe.dev</r:repository><r:upstream>https://github.com/reside-ic/fstorr</r:upstream></item><item><title>[ncov-ic] EpiEstim 2.1-0</title><author>a.cori@imperial.ac.uk (Anne Cori)</author><description>This package provides tools to quantify transmissibility
throughout an epidemic from the analysis of time series of
incidence.</description><link>https://github.com/r-universe/ncov-ic/actions/runs/28574027980</link><pubDate>Mon, 11 Jun 2018 13:17:54 GMT</pubDate><r:package>EpiEstim</r:package><r:version>2.1-0</r:version><r:status>success</r:status><r:repository>https://ncov-ic.r-universe.dev</r:repository><r:upstream>https://github.com/mrc-ide/EpiEstim</r:upstream><r:article><r:source>demo.Rmd</r:source><r:filename>demo.html</r:filename><r:title>EpiEstim: a demonstration</r:title><r:created>2018-05-22 14:32:59</r:created><r:modified>2018-05-22 14:53:38</r:modified></r:article></item><item><title>[ncov-ic] projections 0.3.0</title><author>thibautjombart@gmail.com (Thibaut Jombart)</author><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) &lt;doi:10.1016/j.epidem.2017.02.012&gt;.</description><link>https://github.com/r-universe/ncov-ic/actions/runs/27821791668</link><pubDate>Mon, 11 Jun 2018 13:06:48 GMT</pubDate><r:package>projections</r:package><r:version>0.3.0</r:version><r:status>success</r:status><r:repository>https://ncov-ic.r-universe.dev</r:repository><r:upstream>https://github.com/reconhub/projections</r:upstream></item></channel></rss>