CRAN status Codecov test coverage R-CMD-check

Trending

trending aims to provides a coherent interface to several modelling tools. Whilst it is useful in an interactive context, it’s main focus is to provide an intuitive interface on which other packages can be developed (e.g. trendbreaker).

Installing the package

You can install the stable version from CRAN with:

install.packages("trending")

The development version can be installed from GitHub with:

if (!require(remotes)) {
  install.packages("remotes")
}
remotes::install_github("reconverse/trending", build_vignettes = TRUE)

Main features

*   Requires brms

Resources

Vignettes

An overview of trending is provided in the included vignette: * vignette("Introduction", package = "trending")

Getting help online

Bug reports and feature requests should be posted on github using the issue system. All other questions should be posted on the RECON slack channel see https://www.repidemicsconsortium.org/forum/ for details on how to join.

Acknowledgements