-
Notifications
You must be signed in to change notification settings - Fork 0
Home
Kevin M. Smith edited this page Jan 22, 2015
·
28 revisions
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
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:
- 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"