From 439e50100fa00b7eced1099e257efc00ef20c560 Mon Sep 17 00:00:00 2001 From: Ben Anderson <dataknut@icloud.com> Date: Thu, 26 Apr 2018 16:36:11 +1200 Subject: [PATCH] updated desc/readme --- greenGridr/DESCRIPTION | 4 ++-- greenGridr/README.md | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/greenGridr/DESCRIPTION b/greenGridr/DESCRIPTION index 52aba5f..8040f45 100644 --- a/greenGridr/DESCRIPTION +++ b/greenGridr/DESCRIPTION @@ -1,10 +1,10 @@ Package: greenGridr Type: Package -Title: Functions for processing NZ GreenGrid project data +Title: Functions for processing NZ GREEN Grid project data Version: 0.1.0 Author: Ben Anderson Maintainer: Ben Anderson <b.anderson@soton.ac.uk> -Description: The NZ GreenGrid project collected electricity consumption data for each circuit of XXX NZ dwellings over a period of XX months from Year1 to Year 2. +Description: The NZ GREEN Grid project collected electricity consumption data for each circuit of XXX NZ dwellings over a period of XX months from Year1 to Year 2. The project also collected household survey and time-use diary data on specific dates. This package provides a set of functions to process and link this data. Note that the data is _not_ included in the package. License: Apache License Version 2.0 Encoding: UTF-8 diff --git a/greenGridr/README.md b/greenGridr/README.md index 46064c1..04e81ba 100644 --- a/greenGridr/README.md +++ b/greenGridr/README.md @@ -1,6 +1,6 @@ # greenGridr -Package of functions to process [NZ GreenGrid](https://www.otago.ac.nz/centre-sustainability/research/energy/otago050285.html) data. +Package of functions to process [NZ GREEN Grid](https://www.otago.ac.nz/centre-sustainability/research/energy/otago050285.html) data. See package [DESCRIPTION](DESCRIPTION) file for (some) more info. -- GitLab