Last data update: 2014.03.03

ocean

Package: ocean
Version: 0.2-4
Date: 2014-04-29
Title: Biophysical Oceanography Tools
Authors@R: c(person("Benjamin", "Jones", role = c("aut", "cre"),
email = "btjones16@gmail.com"))
Author: Benjamin Jones [aut, cre]
Maintainer: Benjamin Jones <btjones16@gmail.com>
Depends: R (>= 3.0.2), graphics, methods, ncdf4, proj4
Description: This package contains a set of functions for manipulating and
visualizing output from numerical ocean models. Many of the routines are
targeted towards Lagrangian particle-tracking models with the data stored
in NetCDF files. This package may be useful to spatial marine ecologists
and biological or physical oceanographers.
License: GPL-3
LazyLoad: yes
LazyData: yes
URL: https://github.com/btjones16/ocean
BugReports: https://github.com/btjones16/ocean/issues
Collate: 'filter2d.R' 'color_ramps.R' 'fvcom_grid.R'
Packaged: 2014-04-30 13:19:47 UTC; btjones
NeedsCompilation: yes
Repository: CRAN
Date/Publication: 2014-05-01 07:44:59

● 0 images, 19 functions, 1 datasets
● Reverse Depends: 0

Install log

* installing to library '/home/ddbj/local/lib64/R/library'
* installing *source* package 'ocean' ...
** package 'ocean' successfully unpacked and MD5 sums checked
** libs
gcc -I/home/ddbj/local/lib64/R/include -DNDEBUG  -I/usr/local/include    -fpic  -g -O2  -c ocean.c -o ocean.o
gcc -shared -L/home/ddbj/local/lib64/R/lib -L/usr/local/lib64 -o ocean.so ocean.o -L/home/ddbj/local/lib64/R/lib -lR
installing to /home/ddbj/local/lib64/R/library/ocean/libs
** R
** data
*** moving datasets to lazyload DB
** preparing package for lazy loading
Creating a generic function for 'image' from package 'graphics' in package 'ocean'
Creating a generic function for 'lines' from package 'graphics' in package 'ocean'
** help
*** installing help indices
  converting help for package 'ocean'
    finding HTML links ... done
    bathy.colors                            html  
    filter2d                                html  
    find.elem-methods                       html  
    fvcom.grid-class                        html  
    fvcom.grid                              html  
    get.depth-methods                       html  
    get.elems-methods                       html  
    get.nelems-methods                      html  
    get.nnodes-methods                      html  
    get.nodes-methods                       html  
    get.proj-methods                        html  
    image-methods                           html  
    interp-methods                          html  
    is.in.grid-methods                      html  
    jet.colors                              html  
    lines-methods                           html  
    loadFVCOMGrid27                         html  
    ocean.demo.grid                         html  
    pdd-methods                             html  
    validFVCOMGrid                          html  
** building package indices
** testing if installed package can be loaded
* DONE (ocean)
Making 'packages.html' ... done