Skip to content

Commit 6ea1bce

Browse files
authored
Merge pull request #60 from afeierman/master
Major Update: Shapefile support, leaflet map update instead of rebuild, save improved, more options
2 parents a7a1ae8 + 56b44d0 commit 6ea1bce

File tree

11 files changed

+769
-451
lines changed

11 files changed

+769
-451
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,15 +12,15 @@ Or, you can access the app at: https://estech.shinyapps.io/eviatlas/
1212
EviAtlas was produced as part of the first Evidence Synthesis Hackathon, hosted by the Stockholm Environment Institute (SEI) and organized by researchers at SEI and the Australian National University.
1313
The tool was created by and for the open-source research community. Pull requests and suggestions for future improvements are welcome.
1414

15-
As of June 2019, EviAtlas is at version 0.2.
15+
The latest version of EviAtlas is v0.3, released July 2019.
1616

1717
A paper describing the collaborative process used to develop EviAtlas is published in the journal Environmental Evidence, and can be accessed here:
1818

1919
https://doi.org/10.1186/s13750-019-0167-1
2020

2121

2222
### Dependencies
23-
dplyr, stringr, DT, ggplot2, leaflet, htmltools, htmlwidgets, shiny, shinydashboard, shinyWidgets, viridis, mapview, RColorBrewer, shinyBS
23+
dplyr, stringr, DT, ggplot2, leaflet, htmltools, htmlwidgets, shiny, shinydashboard, shinyWidgets, viridis, mapview, leafem, RColorBrewer, shinyBS
2424

2525

2626
## [Stages of development](https://docs.google.com/spreadsheets/d/1FnHS7NotV4ZrtnLNm4LkAfz6YdL9gnItgvqaTg85kdM/edit#gid=0)

data/pilotdata.rda

-168 KB
Binary file not shown.

data/pilotdata.rdata

168 KB
Binary file not shown.

global.R

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,8 @@ library(leaflet)
88
library(htmltools)
99
library(htmlwidgets)
1010
library(mapview)
11+
library(leafem)
12+
library(sf)
1113
library(viridis)
1214
library(shiny)
1315
library(shinydashboard)

html/HowCiteEvi.html

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
<h3>How to Cite EviAtlas</h3>
2+
3+
<p class='citep'><span class = 'cites'> Haddaway NR, Feierman A, Grainger M, Gray C, Tanriver-Ayder E, Dhaubanjar S, Westgate M. <i>EviAtlas: a tool for visualising evidence synthesis databases. </i>Environmental Evidence. 2019; 8:22. <a href="https://doi.org/10.1186/s13750-019-0167-1">https://doi.org/10.1186/s13750-019-0167-1</a> </span></p>

0 commit comments

Comments
 (0)