Skip to content

Commit 68f53b3

Browse files
committed
update readme again
1 parent 3f24ba7 commit 68f53b3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,11 +10,11 @@ Restoration potential map: [link](https://tbep-tech.github.io/habitat-report-car
1010

1111
## Updatings tables and figures
1212

13-
The tables and figures link above can be updated as source material for the habitat report card. This should be done each year once the file `restoration.csv` is updated in the [TBEP_Habitat_Restoration](https://github.com/tbep-tech/TBEP_Habitat_Restoration) repository. Follow the steps below to update the tables and figures. These files depend on many R packages, so you will likely need to install them before running.
13+
The tables and figures link above can be updated as source material for the habitat report card. This should be done each year once the file `restoration.csv` is updated in the [TBEP_Habitat_Restoration](https://github.com/tbep-tech/TBEP_Habitat_Restoration?tab=readme-ov-file#updating-restorationcsv) repository. Follow the steps below to update the tables and figures. These files depend on many R packages, so you will likely need to install them before running.
1414

1515
1. Pull the latest version of the repository to your local machine.
1616
1. Run all of the contents in the file [`R/dat_proc.R`](https://github.com/tbep-tech/habitat-report-card/blob/main/R/dat_proc.R) down to [line 45](https://github.com/tbep-tech/habitat-report-card/blob/623ce63c57a2f765752fab3cec4cc99cf3cd67d2/R/dat_proc.R#L45). This retrieves the file `restoration.csv`, formats it, and saves it as an updated file called `data/rstdatall.RData` for creating the tables and figures.
1717
1. Run all of the contents in the file [`R/figs.R`](https://github.com/tbep-tech/habitat-report-card/blob/main/R/figs.R). This creates multiple figures that are placed in [`docs/figs`](https://github.com/tbep-tech/habitat-report-card/tree/main/docs/figs), which are used in the rendered Quarto file and can also be used as standalone files.
1818
1. Run all of the contents in the file [`R/tabs.R`](https://github.com/tbep-tech/habitat-report-card/blob/main/R/tabs.R). This creates multiple tables that are placed in [`docs/tabs`](https://github.com/tbep-tech/habitat-report-card/tree/main/docs/tabs), which are used in the rendered Quarto file and can also be used as standalone files.
1919
1. Open and render the Quarto file [`docs/summaries.qmd`](https://github.com/tbep-tech/habitat-report-card/blob/main/docs/summaries.qmd). An updated HTML file called `summaries.html` will be created in the [`docs`](https://github.com/tbep-tech/habitat-report-card/tree/main/docs) folder. This file can be viewed in a web browser and is the link provided above.
20-
1. Commit and push the updated files to the repository.
20+
1. Commit and push the updated files to the repository. The link above should be updated with the changes in a few minutes.

0 commit comments

Comments
 (0)