We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
All of these commands should be executed in the project root directory
To build the package:
R CMD INSTALL --no-multiarch --with-keep.source TileDB-R
To clean and build the package:
To build the package with a version of TileDB installed on a non-standard path:
R CMD INSTALL --no-multiarch --with-keep.source --configure-args='--with-tiledb=/path/to/tiledb/' TileDB-R
To run the package tests:
library(devtools) devtools::test()
To check the package:
library(devtools) devtools::check()