-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Updated DESCRIPTION and README files
- Loading branch information
Showing
3 changed files
with
48 additions
and
7 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,40 @@ | ||
# r_kehra | ||
Collection of utility functions used in the KEHRA project | ||
kehra: an R package to collect, assemble and model air pollution, weather and health data | ||
======= | ||
|
||
[![DOI](https://zenodo.org/badge/9118/cvitolo/r_kehra.svg)](https://zenodo.org/badge/latestdoi/9118/cvitolo/r_kehra) | ||
[![CRAN Status Badge](http://www.r-pkg.org/badges/version/kehra)](http://cran.r-project.org/web/packages/kehra) | ||
[![CRAN Total Downloads](http://cranlogs.r-pkg.org/badges/grand-total/kehra)](http://cran.rstudio.com/web/packages/kehra/index.html) | ||
[![CRAN Monthly Downloads](http://cranlogs.r-pkg.org/badges/kehra)](http://cran.rstudio.com/web/packages/kehra/index.html) | ||
|
||
Collect, assemble and model air pollution, weather and health data is a Big Data problem. Here are some utility functions developed as part of the British Council's funded KEHRA project. | ||
|
||
# Dependencies | ||
The kehra package is dependent on a number of CRAN packages. Install them first: | ||
|
||
```R | ||
install.packages(c("Hmisc", "raster", "reshape2", "stringr", "sp", "xts", "zoo")) | ||
library(devtools) | ||
``` | ||
|
||
|
||
# Installation | ||
The stable version of the **kehra** package is available from CRAN: | ||
|
||
```R | ||
install.packages("kehra") | ||
``` | ||
|
||
This github repository contains the development version (latest version but potentially unstable), which can be installed via devtools: | ||
|
||
```R | ||
install_github("cvitolo/r_kehra", subdir = "kehra") | ||
``` | ||
|
||
Now, load the kehra package: | ||
|
||
```R | ||
library(kehra) | ||
``` | ||
|
||
# Leave your feedback | ||
I would greatly appreciate if you could leave your feedbacks via email ([email protected]). |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,12 +1,15 @@ | ||
Package: kehra | ||
Type: Package | ||
Title: Collection of utility functions used in the KEHRA project | ||
Title: An R package to collect, assemble and model air pollution, weather and health data | ||
Version: 0.1 | ||
Date: 2016-05-17 | ||
Author: Claudia Vitolo | ||
Author: Claudia Vitolo [aut, cre], Allan Tucker [aut], Andrew Russell [aut] | ||
Maintainer: Claudia Vitolo <[email protected]> | ||
Description: Collection of utility functions used in the KEHRA project. It refers to the multidimensional analysis of pollution and health. | ||
URL: http://cvitolo.github.io/kehra/ | ||
BugReports: https://github.com/cvitolo/kehra/issues | ||
Description: Collection of utility functions used in the KEHRA project. It refers to the multidimensional analysis of air pollution, weather and health data. | ||
Depends: R (>= 2.14.0) | ||
Imports: Hmisc, raster, reshape2, stringr, sp, xts, zoo | ||
License: GPL-3 | ||
RoxygenNote: 5.0.1 | ||
Repository: GitHub | ||
RoxygenNote: 5.0.1 |
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.