Skip to content

Commit

Permalink
Updated 2024 results file; added scripts for manuscript figures; upda…
Browse files Browse the repository at this point in the history
…ted README:
  • Loading branch information
jevanilla committed Sep 10, 2024
1 parent c3a0684 commit fdce7f9
Show file tree
Hide file tree
Showing 11 changed files with 66 additions and 802 deletions.
19 changes: 10 additions & 9 deletions README.Rmd
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
---
title: "pspforecast"
output: github_document
always_allow_html: true
---


Expand Down Expand Up @@ -29,14 +28,16 @@ remotes::install_github("BigelowLab/pspforecast")
```

```{r message=FALSE, warning=FALSE, echo=FALSE}
library(dplyr)
library(ggplot2)
library(plotly)
library(pspdata)
library(pspforecast)
library(patchwork)
suppressPackageStartupMessages({
library(dplyr)
library(ggplot2)
library(plotly)
library(pspdata)
library(pspforecast)
library(patchwork)
})
```

## Reading the forecast database
Expand Down
Loading

0 comments on commit fdce7f9

Please sign in to comment.