CRAN

decctools 0.2.1

Get Energy Data from the UK Dept of Energy and Climate Change

Released Jun 10, 2015 by James Keirstead

This package is available for Renjin and there are no known compatibility issues.

Dependencies

lubridate 1.7.4 RCurl XLConnect 0.2-15 plyr 1.8.4 stringr 1.3.1 XML 3.98-1.11 reshape2 1.4.3

Provides functions for retrieving energy statistics from the United Kingdom Department of Energy and Climate Change and related data sources. The current version focuses on total final energy consumption statistics at the local authority, MSOA, and LSOA geographies. Methods for calculating the generation mix of grid electricity and its associated carbon intensity are also provided.

Installation

Maven

This package can be included as a dependency from a Java or Scala project by including the following your project's pom.xml file. Read more about embedding Renjin in JVM-based projects.

<dependencies>
  <dependency>
    <groupId>org.renjin.cran</groupId>
    <artifactId>decctools</artifactId>
    <version>0.2.1-b66</version>
  </dependency>
</dependencies>
<repositories>
  <repository>
    <id>bedatadriven</id>
    <name>bedatadriven public repo</name>
    <url>https://nexus.bedatadriven.com/content/groups/public/</url>
  </repository>
</repositories>

View build log

Renjin CLI

If you're using Renjin from the command line, you load this library by invoking:

library('org.renjin.cran:decctools')

Test Results

This package was last tested against Renjin 0.9.2644 on Jun 2, 2018.