Skip to content

Commit

Permalink
Update README and potential fix ga renv::restore()
Browse files Browse the repository at this point in the history
  • Loading branch information
flor14 committed Dec 11, 2023
1 parent 7f40af4 commit 50eb945
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 12 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/check-app.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,8 @@ jobs:
use-public-rspm: true

- uses: r-lib/actions/setup-renv@v2
with:
profile: '"shiny"'

- uses: rstudio/shinytest2/actions/test-app@v1
with:
Expand Down
4 changes: 2 additions & 2 deletions README.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ knitr::opts_chunk$set(
)
```

# Neotoma Lakes App <img src="www/neotomalakes_logo.png" align="right" height="250" />
# Neotoma Lakes App <img src="www/neotomalakes_logo.png" align="right" height="200" />

<!-- badges: start -->
[![check-app](https://github.com/flor14/neotoma-lakes/actions/workflows/check-app.yaml/badge.svg)](https://github.com/flor14/neotoma-lakes/actions/workflows/check-app.yaml)
Expand All @@ -33,7 +33,7 @@ lake entries within the Neotoma database.

1. Begin by entering the SiteID:
![](www/siteid_screen.png)
2. 2. Water bodies from the [Hydrolakes DB](https://wp.geog.mcgill.ca/hydrolab/hydrolakes/) near the site will be displayed in blue.
2. Water bodies from the [Hydrolakes DB](https://wp.geog.mcgill.ca/hydrolab/hydrolakes/) near the site will be displayed in blue.
Clicking on these water bodies allows you to access information within
the Hydrolakes DB associated with each lake on the right panel. If one of these
lakes represents better the Neotoma DB Site, you can submit it along with comments.
Expand Down
18 changes: 8 additions & 10 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@

<!-- README.md is generated from README.Rmd. Please edit that file -->

# Neotoma Lakes App <img src="www/neotomalakes_logo.png" align="right" height="250" />
# Neotoma Lakes App <img src="www/neotomalakes_logo.png" align="right" height="200" />

<!-- badges: start -->

Expand All @@ -24,15 +24,13 @@ The Neotoma Lakes app is an R-Shiny application designed to assist in
improving lake entries within the Neotoma database.

1. Begin by entering the SiteID: ![](www/siteid_screen.png)

2. 2. Water bodies from the [Hydrolakes
DB](https://wp.geog.mcgill.ca/hydrolab/hydrolakes/) near the
site will be displayed in blue. Clicking on these water bodies
allows you to access information within the Hydrolakes DB
associated with each lake on the right panel. If one of these
lakes represents better the Neotoma DB Site, you can submit it
along with comments. ![](www/hydrolakes_screen.png)

2. Water bodies from the [Hydrolakes
DB](https://wp.geog.mcgill.ca/hydrolab/hydrolakes/) near the site
will be displayed in blue. Clicking on these water bodies allows you
to access information within the Hydrolakes DB associated with each
lake on the right panel. If one of these lakes represents better the
Neotoma DB Site, you can submit it along with comments.
![](www/hydrolakes_screen.png)
3. If you cannot find a polygon representing your water body in the
Hydrolakes DB, you have the option to create your own polygon. In
doing so, you’ll be able to view the information about the polygon
Expand Down

0 comments on commit 50eb945

Please sign in to comment.