Skip to content

Latest commit

 

History

History
37 lines (23 loc) · 1.1 KB

README.md

File metadata and controls

37 lines (23 loc) · 1.1 KB

Pindare ruby gem

Build Status Code Climate

(c) 2012 Olivier Saut [email protected]

1. What is Pindare?

Pindare is a gem for evaluating and calibrating simple mathematical models based on Ordinary Differential Equations. Its main purpose is to speed-up the development of new ODE models for tumor growth that could be used with clinical data.

It is also my first ruby gem, so for me it is a way for becoming a better rubyist.

2. License

Pindare uses the BSD license. See LICENSE for details.

3. Installing Pindare

Add this line to your application's Gemfile:

gem 'pindare'

And then execute:

$ bundle

Or install it yourself as:

$ gem install pindare

4. Contributing

  1. Fork it
  2. Create your feature branch (git checkout -b my-new-feature)
  3. Commit your changes (git commit -am 'Add some feature')
  4. Push to the branch (git push origin my-new-feature)
  5. Create new Pull Request