README.md

climater

The goal of climater is to recommend locations that match your climate preferences.

Cloning

git clone https://github.com/rappster/climater

Installation

devtools::install_github("rappster/climater", auth_token = "<personal_access_token>")

Launch the app (rough draft!)

From within the RStudio project

Requires prior cloning and running devtools::load_all()

rmarkdown::run("inst/app/8-app.Rmd")

From plain R script

Requires installation prior via devtools::install_github("rappster/climater", auth_token = "<personal_access_token>")

library(climater)
rmarkdown::run(system.file("app/8-app.Rmd", package = "climater"))


rappster/climater documentation built on July 1, 2019, 12:23 a.m.