-
Notifications
You must be signed in to change notification settings - Fork 0
Home
Kevin M. Smith edited this page Jan 22, 2015
·
28 revisions
### 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
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
- 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"
- Install RStudio
- Install the
devtools
package from CRAN - Clone this repository:
git clone https://github.com/Kevin-M-Smith/nwisnfie.git
- Open the
nwisnfie.Rproj
file in the cloned directory with RStudio.