Skip to content

Commit

Permalink
Renaming a few files for better consistency
Browse files Browse the repository at this point in the history
  • Loading branch information
mountaindboz committed Jul 6, 2023
1 parent aba7cee commit a2b9c7e
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 9 deletions.

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion docs/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,4 +10,4 @@ layout: default

### Contaminants Manuscript

* [Total Pesticide Concentrations in Water and Zooplankton](contam_conc_water_zoop_analysis.html)
* [Total Pesticide Concentrations in Water and Zooplankton](analysis_contam_conc_water_zoop.html)
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ conflicts_prefer(dplyr::filter())

```{r check working dir}
# Check if we are in the correct working directory
i_am("manuscript_contam/src/contam_conc_water_zoop_analysis.Rmd")
i_am("manuscript_contam/src/analysis_contam_conc_water_zoop.Rmd")
```

Display current versions of R and packages used for this analysis:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ library(conflicted)
conflicts_prefer(dplyr::filter())

# Check if we are in the correct working directory
i_am("manuscript_contam/src/contam_conc_clean_integrate_2017-2019.R")
i_am("manuscript_contam/src/process_data_contam_conc.R")


# 1. Import Data ----------------------------------------------------------
Expand Down

0 comments on commit a2b9c7e

Please sign in to comment.