-
Notifications
You must be signed in to change notification settings - Fork 19
Commit
* updated docs and README.md * updated NEWS, reflect new version in configure * update version to 0.8.0 plus to small edits
- Loading branch information
There are no files selected for viewing
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,7 @@ | ||
<a href="https://tiledb.com"><img src="https://github.com/TileDB-Inc/TileDB/raw/dev/doc/source/_static/[email protected]" alt="TileDB logo" width="400"></a> | ||
|
||
[![Build Status](https://img.shields.io/azure-devops/build/tiledb-inc/836549eb-f74a-4986-a18f-7fbba6bbb5f0/24/master?label=Azure%20Pipelines&logo=azure-pipelines&style=flat-square)](https://dev.azure.com/TileDB-Inc/CI/_build/latest?definitionId=24&branchName=master) | ||
![R-CMD-check](https://github.com/TileDB-Inc/TileDB-R/workflows/R-CMD-check/badge.svg) | ||
|
||
# TileDB-R | ||
|
||
|
@@ -17,9 +18,9 @@ API](https://docs.tiledb.com/main/). | |
|
||
## Installation | ||
|
||
TileDB needs to be present, and can to be installed first (from a package or from source) | ||
for the TileDB R package to build and link correctly. For macOS and Linux, a precompiled | ||
shared library is used during the installation of this R package. | ||
TileDB Embedded needs to be present, and can to be installed first (from a package or from source) | ||
for the TileDB R package to build and link correctly. If no system installation is found, a | ||
precompiled shared library is used during the installation of this R package. | ||
|
||
As the TileDB R package has not been published on [CRAN](https://cran.r-project.org/), it must be | ||
installed from source. | ||
|
@@ -34,7 +35,7 @@ The most recent released version can be installed from | |
> library(tiledb) | ||
> tiledb_version() | ||
major minor patch | ||
2 0 5 | ||
2 0 8 | ||
> help(package=tiledb) | ||
|
||
If the TileDB library is installed in a custom location, you need to pass the explicit path: | ||
|
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.