Skip to content

Commit

Permalink
Sync PCOR_public staging branch
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Jan 21, 2025
1 parent 15421bc commit 84cbe4d
Show file tree
Hide file tree
Showing 25 changed files with 1,229 additions and 461 deletions.
2 changes: 1 addition & 1 deletion chapters/01-00-spatial-data-foundations.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

This unit provides background, guidance and example code for working with different types of geospatial data common in environmental health research. This unit is intended as a starting point for users with less familiarity with geospatial data and geospatial analysis methods in environmental health using `R`.

```{r, include = FALSE, echo = FALSE, eval = FALSE, warning = FALSE}
```{r, include = FALSE, echo = FALSE, warning = FALSE}
install.packages("BiocManager", quiet = TRUE)
library(BiocManager)
BiocManager::install("Biobase", update = FALSE, ask = FALSE)
Expand Down
2 changes: 1 addition & 1 deletion chapters/01-01-getting-started.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ The following code installs and imports the packages used in this unit:
Installing and importing new packages may required `R` to restart.
:::

```{r, eval = FALSE}
```{r, warning = FALSE}
vignette_packages <- c(
"dplyr", "ggplot2", "ggpubr", "sf",
"terra", "tidyterra", "utils"
Expand Down
Loading

0 comments on commit 84cbe4d

Please sign in to comment.