Skip to content

Commit e27439b

Browse files
committed
make cache dir for vignette.
1 parent cc1aa7e commit e27439b

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

vignettes/Introduction.qmd

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,10 @@ library(Matrix)
3333
library(spatstat.geom)
3434
library(spatstat.random)
3535
library(posterior)
36+
37+
if (!dir.exists("Introduction_cache")) {
38+
dir.create("Introduction_cache")
39+
}
3640
```
3741

3842
## 2. Simulate Spatial Data

0 commit comments

Comments
 (0)