extendr-api 0.1.6

Safe and user friendly bindings to the R programming language.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
[package]
name = "extendr-api"
version = "0.1.6"
authors = ["andy-thomason <andy@andythomason.com>"]
edition = "2018"
description = "Safe and user friendly bindings to the R programming language."
license = "MIT"
documentation = "https://extendr.github.io/extendr/index.html"
repository = "https://github.com/extendr/extendr"

[dependencies]
libR-sys = "0.1.10"
extendr-macros = { path = "../extendr-macros", version="0.1.3" }
ndarray = "0.13.1"