Skip to content

Commit ad85648

Browse files
committed
fix quidel #887 by removing r chunk result + warn readers
1 parent 8eaf48d commit ad85648

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

content/blog/2020-08-28-api.Rmd

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -282,7 +282,7 @@ and ask "What was known _as of_ this date?"
282282
This is important because estimates
283283
can change for _weeks_ as new data arrives:
284284

285-
```{r q-versioning, warning=FALSE, message=FALSE, cache=TRUE}
285+
```{r q-versioning, warning=FALSE, message=FALSE, cache=TRUE, eval = FALSE}
286286
library(covidcast)
287287
library(dplyr)
288288
query_date <- "2020-08-01"
@@ -300,6 +300,7 @@ covidcast_signal(
300300
col.names = c("Test date", "Positivity rate (%)", "Sample size",
301301
"Issued on", "Lag (days)"))
302302
```
303+
*Nov 6 2023 update: Quidel covidtest data is no longer available for public viewing, so we have removed the result of this code chunk.*
303304

304305
Many data sources are subject to revisions:
305306

0 commit comments

Comments
 (0)