jonathan-g / kaya-explorer

Shiny tool for exploring Kaya identity

Home Page:https://jonathan-g.github.io/kaya-explorer/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

kayaExplorer

CRAN Status Badge License: MIT R-CMD-check pkgdown

The kayaExplorer package is an R Shiny package to interactively explore the Kaya identity for a number of countries and regions of the world.

Installation

To install this package, you can install the latest release from CRAN:

install.packages('kayaExplorer')

To install this package you can use the devtools package in RStudio to run

library(devtools)
install_github("jonathan-g/kayaExplorer")

and then load the package with

library(kayaExplorer)

or use the pacman package to load kayaExplorer, installing it first if necessary:

library(pacman)
p_load_current_gh("jonathan-g/kayaExplorer")

Once you have loaded the package, you can launch it from RStudio with

launch_kaya_explorer()

Credits

This interactive application was inspired by Roger Pielke’s book, The Climate Fix and the app closely follows the analysis presented in chapters 3–4 of that book.

See also,

Code of conduct

Please note that this project is released with a Contributor Code of Conduct. By participating in this project you agree to abide by its terms.

About

Shiny tool for exploring Kaya identity

https://jonathan-g.github.io/kaya-explorer/

License:MIT License


Languages

Language:R 100.0%