All Projects → eddelbuettel → tiledb-user2021

eddelbuettel / tiledb-user2021

Licence: other
Repository for useR! 2021 TileDB Tutorial Helper Package

Programming Languages

r
7636 projects

Support package for TileDB tutorial at useR! 2021

This repository regroups example code for the tutorial as well as the pdf slides.

Installation

To install, do either a direct installation from this repository via

remotes::install_github('eddelbuettel/tiledb-user2021')

or use install.packages() with information on both this repository and CRAN to resolve any possibly missing dependencies as well

install.packages("tiledb.user2021", repos=c("https://eddelbuettel.github.io/tiledb-user2021/", "https://cloud.r-project.org"))

Usage

Just load the package which displays a quick greeting:

> library(tiledb.user2021)
TileDB at useR! 2021 helper package. Use slides() to see the slides. Examples are in directory '/usr/local/lib/R/site-library/tiledb.user2021/examples'.
>

where the location of the examples will vary depending on where you have R installed.

Authors

Dirk Eddelbuettel and Aaron Wolen

We also copied one internal helper function from base R itself.

Copyright

GPL (>= 2)

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].