TileDB-Inc/TileDB-R

Name: TileDB-R

Owner: TileDB, Inc.

Description: R interface to the TileDB storage manager

Created: 2017-05-19 23:07:10.0

Updated: 2018-05-23 18:36:41.0

Pushed: 2018-05-23 18:36:40.0

Homepage:

Size: 413

Language: C++

GitHub Committers

UserMost Recent Commit# Commits

Other Committers

UserEmailMost Recent Commit# Commits

README

TileDB-R

Build Status

TileDB-R is a R interface to the TileDB Storage Manager.

Installation

TileDB-R has not been published on CRAN so it must be installed from source.

The most recent devlopment version can be installed from Github using the package devtools.

library(devtools)
devtools::install_github("TileDB-Inc/TileDB-R")

If the TileDB library is installed in a custom location, you need to pass the explicit path:

devtools::install_github("TileDB-Inc/TileDB-R",
    args="--configure-args='--with-tiledb=/path/to/tiledb'"")

Note TileDB-R is uisng the dev (in development) version / branch of TileDB

Developer Documentation

Instructions for setting up a RStudio devlopment environment, building, and testing the TileDB-R package are located here:

https://github.com/TileDB-Inc/TileDB-R/wiki


This work is supported by the National Institutes of Health's National Center for Advancing Translational Sciences, Grant Number U24TR002306. This work is solely the responsibility of the creators and does not necessarily represent the official views of the National Institutes of Health.