-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
8 changed files
with
33 additions
and
32 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,13 +1,2 @@ | ||
source("renv/activate.R") | ||
|
||
if (!"glossary" %in% rownames(installed.packages())) | ||
install.packages( | ||
"glossary", | ||
repos = c( | ||
"https://debruine.r-universe.dev", | ||
"https://cloud.r-project.org")) | ||
library(glossary) | ||
glossary::glossary_path("glossary/glossary.yml") | ||
glossary::glossary_popup("click") | ||
glossary::glossary_persistent("glossary/glossary-persistent.yml") | ||
# Terminal: quarto publish gh-pages | ||
source("glossary/glossary.R") |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -7,7 +7,17 @@ project: | |
book: | ||
title: "MarineSDMs" | ||
subtitle: "Marine Species Distribution Models" | ||
author: "Ben Best" | ||
author: | ||
- name: Benjamin D. Best | ||
orcid: 0000-0002-2686-0784 | ||
email: [email protected] | ||
affiliations: | ||
- name: EcoQuants LLC | ||
address: 211 W Gutierrez St, Unit 12 | ||
city: Santa Barbara | ||
state: CA | ||
postal-code: 93101 | ||
- name: MarineBON | ||
repo-url: https://github.com/marinebon/sdm-book | ||
reader-mode: true | ||
repo-actions: [edit] | ||
|
@@ -51,8 +61,6 @@ book: | |
- share.qmd | ||
- metadata.qmd | ||
- portal.qmd | ||
- software.qmd | ||
- organize.qmd | ||
- references.qmd | ||
appendices: | ||
- glossary.qmd | ||
|
@@ -62,6 +70,8 @@ book: | |
- explorations/am-envelope.qmd | ||
- "explorations/sdm-1_predicts.qmd" | ||
- "explorations/obis-top-spp-by-class.qmd" | ||
- organize.qmd | ||
- software.qmd | ||
|
||
bibliography: references.bib | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,4 @@ | ||
--- | ||
title: "Glossary" | ||
--- | ||
# Glossary {.unnumbered} | ||
|
||
```{r} | ||
#| results="asis" | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,11 @@ | ||
# ran by .Rprofile | ||
if (!"glossary" %in% rownames(installed.packages())) | ||
install.packages( | ||
"glossary", | ||
repos = c( | ||
"https://debruine.r-universe.dev", | ||
"https://cloud.r-project.org")) | ||
library(glossary) | ||
glossary::glossary_path("glossary/glossary.yml") | ||
glossary::glossary_popup("click") | ||
glossary::glossary_persistent("glossary/glossary-persistent.yml") |
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
# Organize | ||
# Organize {.unnumbered} | ||
|
||
## Partners | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
# Software | ||
# Software {.unnumbered} | ||
|
||
## R | ||
|
||
|