From e913adfe72d7c872a993253c1c0e350f197c629a Mon Sep 17 00:00:00 2001 From: Maarten Pronk Date: Thu, 19 Sep 2024 11:04:02 +0200 Subject: [PATCH] Remove instantiate. --- chapters/01-spatial-data.qmd | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/chapters/01-spatial-data.qmd b/chapters/01-spatial-data.qmd index 6bdf6d4..85948fe 100644 --- a/chapters/01-spatial-data.qmd +++ b/chapters/01-spatial-data.qmd @@ -5,10 +5,8 @@ engine: julia # Geographic data in Julia {#sec-spatial-class} ```{julia} -#| include: false using Pkg -Pkg.activate("..") -Pkg.instantiate() +Pkg.status() ``` ## Introduction