Skip to content

Commit 1822fbf

Browse files
author
Nick Heyek
authored
Create README.md
1 parent a56716e commit 1822fbf

1 file changed

Lines changed: 25 additions & 0 deletions

File tree

Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,25 @@
1+
### A Shiny app for visualizing trait data in BETYdb
2+
3+
#### Time series box, line plots and heatmaps for every available season
4+
5+
#### Dependencies
6+
- shiny
7+
- shinythemes
8+
- tools
9+
- lubridate
10+
- dplyr
11+
- ggplot2
12+
- timevis
13+
- rgeos
14+
- leaflet
15+
- cronR
16+
17+
#### Data cached in 'cache.RData'
18+
#### BETYdb remote access uses ssh tunnel: ssh -Nf -L 5432:localhost:5432 bety6.ncsa.illinois.edu
19+
#### [Request access](https://identity.ncsa.illinois.edu/join/TU49BUUEDM)
20+
#### Set the following environment variables
21+
- bety_dbname ('bety')
22+
- bety_password
23+
- bety_host ('localhost')
24+
- bety_port ('5432')
25+
- bety_user ('bety')

0 commit comments

Comments
 (0)