-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathREADME.Rmd
40 lines (29 loc) · 1.27 KB
/
README.Rmd
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
---
title: OpEnergyAnalytics <img src="okfgr2.png" align="right" />
output:
github_document:
fig_width: 8
fig_height: 8
dev: png
html_preview: no
number_sections: yes
---
[![Build Status](https://travis-ci.org/okgreece/OpEnergyAnalytics.svg?branch=master)](https://travis-ci.org/okgreece/OpEnergyAnalytics)
[![Project Status: Active – The project has reached a stable, usable state and is being actively developed. ](http://www.repostatus.org/badges/latest/active.svg)](http://www.repostatus.org/#active)
[![minimal R version](https://img.shields.io/badge/R%3E%3D-4.1-6666ff.svg)](https://cran.r-project.org/)
[![Licence](https://img.shields.io/badge/licence-GPL--2-blue.svg)](https://www.gnu.org/licenses/old-licenses/gpl-2.0.html)
[![DOI](https://zenodo.org/badge/110472383.svg)](https://zenodo.org/badge/latestdoi/110472383)
Energy Analytics used in [OpEnergy](http://openergy.okfn.gr) application.
#Install:
Load *devtools* library or install it if not already:
```{r, eval=FALSE, include=T}
install.packages("devtools")
```
Then install *OpEnergyAnalytics* from [Github](https://github.com/okgreece/OpEnergyAnalytics)
```{r, eval=FALSE, include=T}
devtools::install_github("okgreece/OpEnergyAnalytics")
```
And load the library
```{r}
library(OpEnergyAnalytics)
```