Skip to content

Commit 3ba1990

Browse files
committed
doc: remove cache messsage from README
1 parent 6c82bc6 commit 3ba1990

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

README.Rmd

+6
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,12 @@ forecasting models. We also provide packages for downstream data processing
4545

4646
## Usage
4747

48+
```{r, echo=FALSE}
49+
# This is so that if you have USE_EPIDATR_CACHE=TRUE in your .Renviron, the
50+
# startup message does not get included in the README.md when you build this.
51+
suppressPackageStartupMessages(library(epidatr))
52+
```
53+
4854
```{r}
4955
library(epidatr)
5056
# Obtain the smoothed covid-like illness (CLI) signal from Delphi's US COVID-19

0 commit comments

Comments
 (0)