Skip to content

Commit

Permalink
Merge pull request #67 from NIEHS/mm-live-0815
Browse files Browse the repository at this point in the history
Mm live 0815
  • Loading branch information
mitchellmanware authored Jan 21, 2025
2 parents e9c5901 + 8bc2c07 commit faf4e01
Show file tree
Hide file tree
Showing 27 changed files with 1,232 additions and 464 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/check-super-linter.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,5 +22,5 @@ jobs:
- name: Run Super-Linter
uses: github/super-linter@v4
env:
FILTER_REGEX_EXCLUDE: .*/docs/.*|.*/.github/workflows/.*
FILTER_REGEX_EXCLUDE: .*/docs/.*|.*/.github/workflows/.*|.*/dataset/.*
LINTR_ERROR_ON_LINT: true
4 changes: 2 additions & 2 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,11 @@
.Rhistory
.RData
.Ruserdata
dataset/
*.csv
shap_files/
_book/
_bookdown_files/
_main_files
.DS_Store
docs/
docs/
dataset/narr/air.2m_2021.nc
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 faf4e01

Please sign in to comment.