Skip to content

Commit

Permalink
update chp1
Browse files Browse the repository at this point in the history
  • Loading branch information
fcorowe committed Feb 22, 2024
1 parent b57ea7b commit 8fcfa78
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions 01-overview.qmd
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit 8fcfa78

Please sign in to comment.