brianstock / oce

R package for oceanographic processing

Home Page:http://dankelley.github.com/oce/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

oce

Build Status codecov CRAN_Status_Badge RStudio CRAN mirror downloads RStudio CRAN mirror downloads RStudio CRAN mirror downloads Rdoc

Oce is an R package for processing oceanographic data. Its webpage provides details, of which this README file is just a sketch.

Stable versions of the package are normally installed from within R, in the same way as other packages. However, this version is only updated a few times a year (pursuant to CRAN policy), so many users install the develop branch instead. This branch may be updated several times per day, as the authors fix bugs or add features that are motivated by day-to-day usage. This is the branch favoured by users who need new features or would like to contribute to Oce development.

The easy way to install the develop branch is to execute the following commands in R.

library(devtools)
install_github('dankelley/oce', ref='develop')

and most readers should also install Ocedata, with

install_github('dankelley/ocedata', ref='master')

Oce is emphatically an open-source system, and so the participation of users is very important. This is why Git is used for version control of the Oce source code, and why GitHub is the host for that code. All users are invited to take part in the development process, by suggesting features, by reporting bugs, or just by watching as others do such things. Oceanography is a collaborative discipline, so it makes sense that the evolution of Oce be similarly collaborative.

About

R package for oceanographic processing

http://dankelley.github.com/oce/

License:GNU General Public License v3.0


Languages

Language:R 91.2%Language:C++ 4.1%Language:C 2.5%Language:Fortran 1.3%Language:HTML 0.7%Language:Makefile 0.1%Language:Shell 0.0%