Skip to content
No description, website, or topics provided.
R HTML Perl JavaScript
Branch: covid-19
Clone or download
This branch is 406 commits ahead, 2 commits behind master.

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
filesystem
geocoordinate
geomap
heatmapper_monitor
image
pairwise
www
.gitignore
LICENSE
README.md
config.R
department_municipality_name.csv
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.