Skip to content
Kevin M. Smith edited this page Jan 22, 2015 · 28 revisions

Overview

Installation Instructions

Ubuntu Installation

Install and Configure Postgresql

See the official postgresql docs for details on custom installations.

For a vanilla install, enter the following in a terminal:

 sudo apt-get update && apt-get install -y \
      postgresql postgresql-contrib
Install Other Dependencies

From a terminal:

sudo apt-get update && apt-get install -y \
      postgresql libpq-dev libcurl4-gnutls-dev \
      libxml2-dev netcdf-bin libnetcdf-dev \
      udunits-bin libudunits2-dev r-base
  1. Fire Up R From a terminal:

Common Usage

Function Documentation

For Developers

  • Building Exported Functions PDF From the nwisnfie package directory, run:
rm inst/etc/man/nwisnfie.pdf
R CMD Rd2pdf . --output="inst/etc/man/nwisnfie.pdf"