Skip to content

Commit

Permalink
Merge branch 'master' into seabbs/issue85
Browse files Browse the repository at this point in the history
  • Loading branch information
seabbs authored Mar 1, 2023
2 parents 38d3ee8 + 5c5b89f commit d8a5531
Show file tree
Hide file tree
Showing 4 changed files with 25 additions and 24 deletions.
7 changes: 3 additions & 4 deletions DESCRIPTION
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
Package: EpiSoon
Type: Package
Title: Forecast Cases Using Reproduction Numbers
Version: 0.3.0
Version: 0.3.0.1000
Authors@R: c(
person(given = "Sam Abbott",
role = c("aut", "cre"),
Expand Down Expand Up @@ -69,22 +69,21 @@ Imports:
cowplot,
HDInterval,
R.utils
Additional_repositories:
https://epiforecasts.io/drat/
Remotes:
nikosbosse/stackr
Suggests:
knitr,
rmarkdown,
fable,
fabletools,
tsibble,
forecastHybrid,
forecast,
fable,
bsts,
feasts,
future.apply,
stackr,
bsts,
brms,
tidybayes,
testthat,
Expand Down
8 changes: 7 additions & 1 deletion NEWS.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,13 @@
# EpiSoon 0.3.1

* Updated all GitHub Actions
* Updated `tidyverse` code usage to account for depreciation.
* Updated `pkgdown` site to use `pkgdown` 2.0.0.

# EpiSoon 0.3.0

* Reviewed and updated all tooling and examples
* Added documentation
* Added documentation
* Bugs squashed.

# EpiSoon 0.2.0
Expand Down
32 changes: 14 additions & 18 deletions _pkgdown.yml
Original file line number Diff line number Diff line change
@@ -1,28 +1,22 @@
url: epiforecasts.io/EpiSoon/
template:
bootstrap: 5
opengraph:
twitter:
creator: "@seabbs"
site: "@epiforecasts"
card: summary_large_image
params:
bootswatch: lumen

development:
mode: release

navbar:
type: inverse
left:
- text: "Home"
href: index.html
- text: "Getting started"
href: articles/introduction.html
- text: News
href: news/index.html
- icon: fa-file-code-o
text: "Functions"
href: reference/index.html
right:
- icon: fa-github
href: https://github.com/epiforecasts/EpiSoon

mode: auto

authors:
Sam Abbott:
href: "https://www.samabbott.co.uk/"
Sebastian Funk:
href: "https://www.lshtm.ac.uk/aboutus/people/funk.sebastian"

reference:
- title: Analysis wrappers
Expand All @@ -34,6 +28,7 @@ reference:
- title: Forecast
desc: Forecasting tools
contents:
- forecast_model
- forecast_rt
- forecast_cases
- forecast_cases_directly
Expand Down Expand Up @@ -69,6 +64,7 @@ reference:
desc: Tools to plot forecasts
contents:
- plot_forecast
- plot_compare_timeseries
- plot_forecast_evaluation
- plot_scores
- title: Example datasets
Expand Down
2 changes: 1 addition & 1 deletion vignettes/introduction.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
title: "Getting started"
output: rmarkdown::html_vignette
vignette: >
%\VignetteIndexEntry{introduction}
%\VignetteIndexEntry{Getting started}
%\VignetteEngine{knitr::rmarkdown}
%\VignetteEncoding{UTF-8}
---
Expand Down

0 comments on commit d8a5531

Please sign in to comment.