Skip to content

TheEarnest/oce

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Oce is an R package for processing oceanographic data. Stable versions of the package are normally installed with R itself. This repository is for developers and users who wish to report bugs or suggest features. There are two branches of interest: a relatively stable branch named master and the development branch named develop. These may be thought of as beta and alpha pre-release versions of Oce. To use the develop branch, you must first set up to "track" it, by doing as follows

git checkout --track origin/develop

This only has to be done one time. After this is done, do

git checkout develop

to switch to the develop branch and then do

git pull

to pull the updates. (If you stay on the develop branch, you will just need to do this final step, to get updates.)

Please note that the develop branch is merged into the master branch about once every few weeks, or whenever the developer convinces himself that there is a useful (and stable) change that needs broader dissemination.

About

R package for oceanographic processing

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • R 75.4%
  • HTML 17.6%
  • C 5.3%
  • Fortran 1.3%
  • C++ 0.3%
  • Makefile 0.1%