Skip to content

Commit

Permalink
Merge pull request #26 from nfidd/qrensemble
Browse files Browse the repository at this point in the history
update package name to qrensemble
  • Loading branch information
seabbs authored Nov 4, 2024
2 parents 4ec23a2 + 8c2ac81 commit 11d6ee4
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 4 deletions.
4 changes: 3 additions & 1 deletion .github/workflows/deploy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,9 @@ jobs:
- uses: r-lib/actions/setup-r@v2
with:
use-public-rspm: true
extra-repositories: 'https://stan-dev.r-universe.dev'
extra-repositories:
https://stan-dev.r-universe.dev,
https://epiforecasts.r-universe.dev

- name: Install dependencies
uses: r-lib/actions/setup-r-dependencies@v2
Expand Down
4 changes: 3 additions & 1 deletion .github/workflows/render-readme.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,9 @@ jobs:
uses: r-lib/actions/setup-r@v2
with:
use-public-rspm: true
extra-repositories: 'https://stan-dev.r-universe.dev'
extra-repositories:
https://stan-dev.r-universe.dev,
https://epiforecasts.r-universe.dev

- name: Setup pandoc
uses: r-lib/actions/setup-pandoc@v2
Expand Down
4 changes: 2 additions & 2 deletions sessions/forecast-ensembles.qmd
Original file line number Diff line number Diff line change
Expand Up @@ -46,15 +46,15 @@ The source file of this session is located at `sessions/forecast-ensembles.qmd`.
## Libraries used

In this session we will use the `nfidd` package to load a data set of infection times and access stan models and helper functions, the `dplyr` and `tidyr` packages for data wrangling, `ggplot2` library for plotting, the `tidybayes` package for extracting results of the inference and the `scoringutils` package for evaluating forecasts.
We will also use `qra` for quantile regression averaging in the weighted ensemble section.
We will also use `qrensemble` for quantile regression averaging in the weighted ensemble section.

```{r libraries, message = FALSE}
library("nfidd")
library("dplyr")
library("tidyr")
library("ggplot2")
library("scoringutils")
library("qra")
library("qrensemble")
```

::: {.callout-tip}
Expand Down

0 comments on commit 11d6ee4

Please sign in to comment.