Skip to content
Snippets Groups Projects
Commit 8f86f310 authored by Ben Anderson's avatar Ben Anderson
Browse files

added new greenGridr package

parent 1e90595b
Branches
No related tags found
No related merge requests found
Package: greenGridr
Type: Package
Title: Functions for processing NZ GreenGrid 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.
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
LazyData: true
exportPattern("^[[:alpha:]]+")
# Hello, world!
#
# This is an example function named 'hello'
# which prints 'Hello, world!'.
#
# You can learn more about package authoring with RStudio at:
#
# http://r-pkgs.had.co.nz/
#
# Some useful keyboard shortcuts for package authoring:
#
# Build and Reload Package: 'Cmd + Shift + B'
# Check Package: 'Cmd + Shift + E'
# Test Package: 'Cmd + Shift + T'
hello <- function() {
print("Hello, world!")
}
\name{hello}
\alias{hello}
\title{Hello, World!}
\usage{
hello()
}
\description{
Prints 'Hello, world!'.
}
\examples{
hello()
}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment