Skip to content

Commit ab9acc9

Browse files
committed
Precompile all packages in preface.qmd wit output=false
1 parent 11da755 commit ab9acc9

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed

preface.qmd

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
---
2+
engine: julia
3+
---
4+
15
# Preface {.unnumbered}
26

37
## Who this book is for
@@ -128,6 +132,16 @@ pkg"add PairPlots@3.0.3"
128132
pkg"add DataFrames@1.8.1"
129133
```
130134

135+
```{julia}
136+
#| echo: false
137+
#| output: false
138+
import GeoStats
139+
import GeoIO
140+
import CairoMakie
141+
import PairPlots
142+
import DataFrames
143+
```
144+
131145
If you need to reproduce the exact same environment with
132146
fixed versions of indirect dependencies, please download the
133147
[Project.toml](https://github.com/JuliaEarth/geospatial-data-science-with-julia/blob/main/Project.toml) and

0 commit comments

Comments
 (0)