We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cc1aa7e commit e27439bCopy full SHA for e27439b
1 file changed
vignettes/Introduction.qmd
@@ -33,6 +33,10 @@ library(Matrix)
33
library(spatstat.geom)
34
library(spatstat.random)
35
library(posterior)
36
+
37
+if (!dir.exists("Introduction_cache")) {
38
+ dir.create("Introduction_cache")
39
+}
40
```
41
42
## 2. Simulate Spatial Data
0 commit comments