diff --git a/DESCRIPTION b/DESCRIPTION index 1b3cfee08f..16363d0a37 100644 --- a/DESCRIPTION +++ b/DESCRIPTION @@ -1,10 +1,14 @@ Package: tiledb Type: Package Title: Sparse and Dense Multidimensional Array Data Management -Version: 0.4.0 +Version: 0.5.0 Author: TileDB Maintainer: TileDB -Description: The efficient multi-dimensional array management system 'TileDB' introduces a novel on-disk format that can effectively store dense and sparse array data with support for fast updates and reads. It features excellent compression, an efficient parallel I/O system which also scales well, and bindings to multiple languages. +Description: The efficient multi-dimensional array management system + 'TileDB' introduces a novel on-disk format that can effectively store + dense and sparse array data with support for fast updates and + reads. It features excellent compression, an efficient parallel I/O + system which also scales well, and bindings to multiple languages. License: MIT + file LICENSE URL: https://github.com/TileDB-Inc/TileDB-R BugReports: https://github.com/TileDB-Inc/TileDB-R/issues diff --git a/README.md b/README.md index 3f3c154d0b..d911c180a2 100644 --- a/README.md +++ b/README.md @@ -4,7 +4,8 @@ # TileDB-R -The TileDB R package offers an [R](https://www.r-project.org/) interface to the [storage engine](https://github.com/TileDB-Inc/TileDB) of [TileDB](https://tiledb.com/). +The TileDB R package offers an [R](https://www.r-project.org/) interface to the [storage +engine](https://github.com/TileDB-Inc/TileDB) of [TileDB](https://tiledb.com/). Note that the R interface to TileDB is under development, and the API is subject to change. @@ -22,15 +23,17 @@ for the TileDB R package to build and link correctly: > library(tiledb) > tiledb_version() major minor patch - 1 7 6 + 1 7 5 > help(package=tiledb) ## Installation -As the TileDB R package has not been published on [CRAN](https://cran.r-project.org/), -it must be installed from source. +As the TileDB R package has not been published on [CRAN](https://cran.r-project.org/), it must be +installed from source. -The most recent released version can be installed from [Github](https://github.com/TileDB-Inc/TileDB-R) using the package [remotes](https://cran.r-project.org/package=remotes). +The most recent released version can be installed from +[Github](https://github.com/TileDB-Inc/TileDB-R) using the package +[remotes](https://cran.r-project.org/package=remotes). install.packages("remotes") library(remotes) @@ -41,7 +44,8 @@ If the TileDB library is installed in a custom location, you need to pass the ex remotes::install_github("TileDB-Inc/TileDB-R", args="--configure-args='--with-tiledb=/path/to/tiledb'") -Note that the TileDB R package is developed and tested against the latest stable (`v1.7.x`) version of TileDB, but should also build against the newest development version. +Note that the TileDB R package is developed and tested against the latest stable (`v1.7.x`) version +of TileDB, but should also build against the newest development version. ## Quick Links diff --git a/docs/LICENSE-text.html b/docs/LICENSE-text.html index 65be273f46..c4101eb390 100644 --- a/docs/LICENSE-text.html +++ b/docs/LICENSE-text.html @@ -67,7 +67,7 @@ tiledb - 0.4.0 + 0.5.0 diff --git a/docs/authors.html b/docs/authors.html index ada7d1420b..7ba212496b 100644 --- a/docs/authors.html +++ b/docs/authors.html @@ -67,7 +67,7 @@ tiledb - 0.4.0 + 0.5.0 diff --git a/docs/index.html b/docs/index.html index 91d0a04ac3..78a6ed22e3 100644 --- a/docs/index.html +++ b/docs/index.html @@ -11,7 +11,11 @@ - +