From 8fcfa78fe1c4160f30782d034c53d87b28fc6eef Mon Sep 17 00:00:00 2001 From: fcorowe Date: Thu, 22 Feb 2024 23:11:37 +0000 Subject: [PATCH] update chp1 --- 01-overview.qmd | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/01-overview.qmd b/01-overview.qmd index 6598efd..4797b50 100644 --- a/01-overview.qmd +++ b/01-overview.qmd @@ -148,10 +148,13 @@ if (any(installed_packages == FALSE)) { invisible(lapply(packages, library, character.only = TRUE)) ``` -::: column-margin ::: callout-note To install the library `basemapR`, you need to install from source by running: +::: column-margin +::: callout-note +To install the library `basemapR`, you need to install from source by running: -`library(devtools)`\ -`install_github('Chrisjb/basemapR')` ::: ::: column-margin +`library(devtools)` +`install_github('Chrisjb/basemapR')` +::: ::: column-margin ## Assessment