search for: ocamlr

Displaying 5 results from an estimated 5 matches for "ocamlr".

Did you mean: ocaml
2009 Nov 16
0
OCaml-R and xts works!
...tically: Loading the R interpreter is done statically. Loading the xts library is done statically... etc... See below. Hopefully, one may one day consider R to be a statically-typed, type-inferred, compiled, statistical language, with Lwt-style multithreading. :) > yziquel at seldon:~/git/ocamlr-xts$ ocamlbuild xts.cmo > Finished, 1 target (0 cached) in 00:00:00. > + ocamlfind ocamlc -c -package R.interpreter -o xts.cmo xts.ml > File "xts.ml", line 37, characters 4-9: > Warning P: this pattern-matching is not exhaustive. > Here is an example of a value that is not...
2009 Oct 10
1
Help with OCaml bindings for R interpreter.
Hello. I've made out a Debian package out of Maxence Guesdon's OCaml/R bindings: http://yziquel.homelinux.org/topos/debian-ocamlr.html http://yziquel.homelinux.org/debian/pool/main/o/ocaml-r/ The upstream software itself is on the following page: http://home.gna.org/ocaml-r/ This binding is dynamically linked to the /usr/lib/R/lib/libR.so and to the /usr/lib/libRmath.so libraries. Its purpose is to access R functionaliti...
2009 Sep 07
1
Usage of OCaml/R binding.
Hello. I've been pulling together a Debian package out of Maxence Guesdon's OCaml bindings for R. Will be available from my website as soon as I get my router to obey me. Here's Maxence's bindings: http://pauillac.inria.fr/~guesdon/ocaml-r.en.html The purpose of this software is to access R from OCaml programs. However, my issue is that after having pulled things to a Debian
2009 Sep 07
1
Usage of OCaml/R binding.
Hello. I've been pulling together a Debian package out of Maxence Guesdon's OCaml bindings for R. Will be available from my website as soon as I get my router to obey me. Here's Maxence's bindings: http://pauillac.inria.fr/~guesdon/ocaml-r.en.html The purpose of this software is to access R from OCaml programs. However, my issue is that after having pulled things to a Debian
2010 Jan 07
1
Segfault in GetNewPage, memory.c.
...a=summary http://svn.gna.org/viewcvs/ocaml-r/branches/yziquel/ Debian packages for amd64: http://yziquel.homelinux.org/debian/pool/main/o/ocaml-r/ Some documentation (not entirely up to date...): http://yziquel.homelinux.org/topos/api/ocaml-r/R.html http://yziquel.homelinux.org/topos/debian-ocamlr.html Back to my segfault: > yziquel at seldon:~/git/ocaml-finquote$ gdb -silent -d /home/yziquel/src/r-base-2.10.1/src/main/ _build/test/test.native > Reading symbols from /home/yziquel/git/ocaml-finquote/_build/test/test.native...(no debugging symbols found)...done. > (gdb) run > Sta...