knitr::opts_chunk$set(echo = FALSE, cache = FALSE)
url <- desc::desc_get_urls("DESCRIPTION")
purl <- httr::parse_url(url)

purl$path <- file.path(dirname(purl$path), basename(purl$path), "commits", "master", fsep = "/")

gh_url <- httr::build_url(purl)

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.



jonathan-g/kayatool documentation built on July 16, 2024, 9:05 p.m.