Skip to content
No description, website, or topics provided.
R HTML Perl JavaScript
Branch: master
Clone or download

Latest commit

Fetching latest commit…
Cannot retrieve the latest commit at this time.

Files

Permalink
Type Name Latest commit message Commit time
Failed to load latest commit information.
about
expression Merge branch 'master' into jack_branch. Jun 30, 2016
geocoordinate
geomap
heatmapper_monitor
image
pairwise
www
.gitignore
LICENSE
README.md
global_server.R
global_ui.R
index.html

README.md

COVID-19 updates

In response to COVID-19, Heatmapper has been adapted to map cold- and flu-like symptoms in Colombia, South America, to enable officials to better respond to the crisis. People in Colombia can self-report symptoms at cov19col.herokuapp.com. Please help get the word out!

The project is open source, for both the self-reporting app and the heatmapping component (in the symptom_mapping branch of this repository).

Heatmapper is hosted at www.heatmapper.ca

Required R Packages


install.packages(c("shiny", "shinyBS", "d3heatmap", "gplots", "ggdendro", "jpeg", "png", "tiff", "ggplot2", "ggtern", "MASS", "reshape2", "leaflet", "RColorBrewer", "raster", "devtools", "Cairo", "ape"))
install.packages('DT', repos = 'http://cran.rstudio.com')
library(devtools)
install_github('sbabicki/jscolourR')
install_github('ramnathv/htmlwidgets')
install_github('timelyportfolio/htmlwidgets_spin')
You can’t perform that action at this time.