Skip to content

Commit

Permalink
more ncdf notes
Browse files Browse the repository at this point in the history
  • Loading branch information
sckott committed Jun 19, 2015
1 parent 77e19b8 commit 683a47a
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 2 deletions.
3 changes: 3 additions & 0 deletions R/rnoaa-package.r
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,9 @@
#' this package, meaning you only need \code{ncdf} if you are using the buoy
#' functions. You'll get an informative error telling you to install \code{ncdf}
#' if you don't have it and you try to use the buoy functions.
#'
#' Installation of \code{ncdf} should be straightforward on Mac and Windows, but
#' on Linux you may have issues. See http://cran.r-project.org/web/packages/ncdf/INSTALL
#'
#' @name rnoaa-package
#' @aliases rnoaa
Expand Down
2 changes: 1 addition & 1 deletion README.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ There is a tutorial on the [rOpenSci website](http://ropensci.org/tutorials/rnoa

## netcdf data

Functions to work with buoy data use netcdf files. You'll need the `ncdf` package for those functions, and those only. `ncdf` is in Suggests in this package, meaning you only need `ncdf` if you are using the buoy functions. You'll get an informative error telling you to install `ncdf` if you don't have it and you try to use the buoy functions.
Functions to work with buoy data use netcdf files. You'll need the `ncdf` package for those functions, and those only. `ncdf` is in Suggests in this package, meaning you only need `ncdf` if you are using the buoy functions. You'll get an informative error telling you to install `ncdf` if you don't have it and you try to use the buoy functions. Installation of `ncdf` should be straightforward on Mac and Windows, but on Linux you may have issues. See http://cran.r-project.org/web/packages/ncdf/INSTALL

## NOAA NCDC Datasets

Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ There is a tutorial on the [rOpenSci website](http://ropensci.org/tutorials/rnoa

## netcdf data

Functions to work with buoy data use netcdf files. You'll need the `ncdf` package for those functions, and those only. `ncdf` is in Suggests in this package, meaning you only need `ncdf` if you are using the buoy functions. You'll get an informative error telling you to install `ncdf` if you don't have it and you try to use the buoy functions.
Functions to work with buoy data use netcdf files. You'll need the `ncdf` package for those functions, and those only. `ncdf` is in Suggests in this package, meaning you only need `ncdf` if you are using the buoy functions. You'll get an informative error telling you to install `ncdf` if you don't have it and you try to use the buoy functions. Installation of `ncdf` should be straightforward on Mac and Windows, but on Linux you may have issues. See http://cran.r-project.org/web/packages/ncdf/INSTALL

## NOAA NCDC Datasets

Expand Down

0 comments on commit 683a47a

Please sign in to comment.