JuliaStats / Rmath-julia

The Rmath library from R

Home Page:http://www.r-project.org/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Rmath-julia

CI

This is a slightly modified version of the standalone Rmath library from R, built to be used with the Rmath.jl Julia package.

The main difference is that it is built to allow defining custom random number generating functions via C function pointers (see include/callback.h). When using the library, these should be defined before calling any of the random functions.

Build instructions

Rmath-julia requires GNU Make (https://www.gnu.org/software/make). Just run make to compile the library.

Updating

To update to the latest version of R, bump the RVERSION file, and run make update. Some additional manual changes to the headers may be necessary: these should go in include/Rconfig.h (this would typically be generated by autotools, but we try to simplify the build process).

About

The Rmath library from R

http://www.r-project.org/

License:GNU General Public License v2.0


Languages

Language:C 98.6%Language:C++ 0.9%Language:Makefile 0.2%Language:Assembly 0.1%Language:Julia 0.1%