Skip to content

Commit

Permalink
Merge pull request #62 from TileDB-Inc/ss/update-readme-0.2.0-release
Browse files Browse the repository at this point in the history
Update README for 0.2.0 release
  • Loading branch information
Shelnutt2 authored Oct 17, 2019
2 parents 297e92d + 80e340e commit 3cc315f
Show file tree
Hide file tree
Showing 11 changed files with 53 additions and 21 deletions.
21 changes: 16 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,12 +15,12 @@ for the TileDB-R package to build and link correctly:

> install.packages("devtools")
> library(devtools)
> devtools::install_github("TileDB-Inc/TileDB-R@latest")
> devtools::install_github("TileDB-Inc/TileDB-R@0.2.0")
...
> library(tiledb)
> tiledb_version()
major minor patch
1 4 2
1 6 3
> help(tiledb)

## Installation
Expand All @@ -32,18 +32,18 @@ The most recent released version can be installed from [Github](https://github.c

install.packages("devtools")
library(devtools)
devtools::install_github("TileDB-Inc/TileDB-R@latest")
devtools::install_github("TileDB-Inc/TileDB-R@0.2.0")

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

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

To build the latest development version of TileDB-R:

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

**Note** The TileDB-R package is developed against latest stable (`v1.3.x`) version of TileDB
**Note** The TileDB-R package is developed against latest stable (`v1.6.x`) version of TileDB

**Note** `install_github` will delete all temporary files upon failure. To debug build failures, clone this repository locally and run `devtools::install("/path/to/TileDB-R")`.

Expand All @@ -56,3 +56,14 @@ after activating the environment with `conda activate tiledb`. More information
### Developer Documentation

Instructions for setting up a RStudio devlopment environment, building, and testing the TileDB-R package are located in the [developer documentation wiki](https://github.com/TileDB-Inc/TileDB-R/wiki).

## Compatibility

TileDB-R follows semantic versioning. Currently tiledb core library does not,
as such the below table reference which versions are compatible.

| TileDB-R Version | TileDB Version |
| ----------------- | -------------- |
| 0.1.X | 1.3.X |
| 0.2.X | 1.6.X |

31 changes: 26 additions & 5 deletions docs/index.html

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions docs/reference/dimensions-tiledb_array_schema-method.html

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions docs/reference/dimensions-tiledb_domain-method.html

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion docs/reference/filter_list-tiledb_attr-method.html

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion docs/reference/sub-tiledb_filter_list-method.html

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion docs/reference/tiledb_array_create.html

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion docs/reference/tiledb_dim.html

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion docs/reference/tiledb_filter.html

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion docs/reference/tiledb_filter_list.html

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion docs/reference/tiledb_group_create.html

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 3cc315f

Please sign in to comment.