Skip to content

Commit 7989d26

Browse files
committed
Cache is no longer useful
1 parent 70a55eb commit 7989d26

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

supplement/index.Rmd

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ library(museumst)
2828

2929
```{r}
3030
nms <- c("ROI selection", "smFISH", "NGS barcoding", "ISS", "De novo", "Analysis")
31-
data_sheets <- read_metadata(nms, update = TRUE)
31+
data_sheets <- read_metadata(nms, update = TRUE, cache = FALSE)
3232
```
3333

3434
```{r}

0 commit comments

Comments
 (0)