Skip to content

Releases: pveber/ocaml-r

0.6.0

14 Jan 12:28
Compare
Choose a tag to compare

CHANGES:

  • update wrt to R 4.2, which restricts access to R internals. As a
    consequence, many functions have been removed. Stubgen is not
    possible anymore, and many wrappers have been rewritten by hand, so
    that high level bindings are not affected in the end.
  • added table and qqplot

0.5.0

02 Nov 10:26
Compare
Choose a tag to compare

CHANGES:

  • added graphics functions (axis, text, points, smooth_scatter,
    boxplot)
  • added base function (c, list creation)
  • fixed interaction with pkg-config (by @drjdn)

v0.4.0

15 Oct 09:03
Compare
Choose a tag to compare

CHANGES:

ocaml-r-0.4.0 2020-10-15

This version implements a massive API refactoring, which generalizes
and amplifies the design experimented in version 0.2.0. Each R
datatype is represented as an abstract type of a dedicated module. The
t type of the module is a bare SEXP (or at rather a custom block
wrapping a bare SEXP). S3 inheritance is represented by module (type)
inclusion.

  • addition of an (alco)test suite
  • (typed) matrices for logical, character and int types
  • row and column access for data.frame and matrix
  • access to factor values
  • safer interface for list and data.frame components
  • modular interface for statistical tests

ocaml-r-0.3.1 2020-07-29

  • replaced configurator by dune.configurator
  • fixed compilation warnings

ocaml-r-0.3.0 2020-05-07

  • base: added readRDS, saveRDS, cbind, rbind
  • graphics: abline
  • stats: ecdf
  • fixed compilation bug

ocaml-r-0.2.0 2019-06-07

  • experimented modular (instead of object) interfaces
  • a few more wrappers in base, stats and graphics
  • improved stub generation
  • API documentation

ocaml-r-0.1.1 2018-11-18

jbuilder-to-dune transition

ocaml-r-0.1.0 2018-06-06

First formal release

ocaml-r 0.3.1

29 Jul 09:24
Compare
Choose a tag to compare

ocaml-r-0.3.1 2020-07-29

  • replaced configurator by dune.configurator
  • fixed compilation warnings

ocaml-r 0.3.0

07 May 04:14
Compare
Choose a tag to compare

ocaml-r-0.3.0 2020-05-07

  • base: added readRDS, saveRDS, cbind, rbind
  • graphics: abline
  • stats: ecdf
  • fixed compilation bug

ocaml-r v0.2.0

09 Jun 22:13
Compare
Choose a tag to compare

ocaml-r-0.2.0 2019-06-07

  • experimented modular (instead of object) interfaces
  • a few more wrappers in base, stats and graphics
  • improved stub generation
  • API documentation

v0.1.1-14-gf09b518

21 Nov 11:13
Compare
Choose a tag to compare

OCaml-R release notes

ocaml-r-0.1.1 2018-11-18

jbuilder-to-dune transition

ocaml-r-0.1.0 2018-06-06

First formal release

v0.1.1-9-g615e48b

20 Nov 17:49
Compare
Choose a tag to compare

OCaml-R release notes

ocaml-r-0.1.1 2018-11-18

jbuilder-to-dune transition

ocaml-r-0.1.0 2018-06-06

First formal release

v0.1.1-10-g1b2b986

20 Nov 17:57
Compare
Choose a tag to compare

OCaml-R release notes

ocaml-r-0.1.1 2018-11-18

jbuilder-to-dune transition

ocaml-r-0.1.0 2018-06-06

First formal release

ocaml-r 0.1.1

18 Nov 17:39
Compare
Choose a tag to compare

jbuilder to dune transition