Sha256: 071428fa2143b3177c9d86029bd35024cf0df8e252c594a77f47bc9ae9ef99b3
Contents?: true
Size: 1009 Bytes
Versions: 1
Compression:
Stored size: 1009 Bytes
Contents
# Contributing guide ## Installing daru development dependencies Either nmatrix or rb-gsl are NOT NECESSARY for using daru. They are just required for an optional speed up and for running the test suite. To install dependencies, execute the following commands: `sudo apt-get update -qq` `sudo apt-get install -y libgsl0-dev r-base r-base-dev` `sudo Rscript -e "install.packages(c('Rserve','irr'),,'http://cran.us.r-project.org')"` Then install remaining dependencies: `bundle install` And run the test suite (should be all green with pending tests): `bundle exec rspec` If you have problems installing nmatrix, please consult the [nmatrix installation wiki](https://github.com/SciRuby/nmatrix/wiki/Installation) or the [mailing list](https://groups.google.com/forum/#!forum/sciruby-dev). ## Daru internals To get an overview of certain internals of daru and their implementation, go over [this blog post](http://v0dro.github.io/blog/2015/08/16/elaboration-on-certain-internals-of-daru/).
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
daru-0.1.2 | CONTRIBUTING.md |