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](http://www.postgresql.org/docs/manuals/) 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 * [Documentation of Exported (Visible) Functions](https://github.com/Kevin-M-Smith/nwisnfie/raw/master/inst/etc/man/nwisnfie.pdf) * [Complete Function Index](https://github.com/Kevin-M-Smith/nwisnfie/wiki/Function-Index)
### For Developers #### Building PDF Documentation of Exported Functions

From the nwisnfie package directory, run:

rm inst/etc/man/nwisnfie.pdf
R CMD Rd2pdf . --output="inst/etc/man/nwisnfie.pdf"

Set Up a Development Environment:

  1. Install RStudio
  2. Install the devtools package from CRAN
  3. Clone this repository: git clone https://github.com/Kevin-M-Smith/nwisnfie.git
  4. Open the nwisnfie.Rproj file in the cloned directory with RStudio.