-
Notifications
You must be signed in to change notification settings - Fork 30
R quick start
Dirk Eddelbuettel edited this page May 13, 2023
·
10 revisions
TileDB-SOMA is available on R-universe and can be installed directly from R as indicated below. Full installation instructions can be found here.
install.packages('tiledbsoma',
repos = c('https://tiledb-inc.r-universe.dev', 'https://cloud.r-project.org'))
Coming Soon