-
Notifications
You must be signed in to change notification settings - Fork 18
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Update nightly notification * Update DESCRIPTION as per definitions in https://cran.r-project.org/doc/manuals/R-exts.html With gratitude.
- Loading branch information
Showing
2 changed files
with
5 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -42,4 +42,4 @@ jobs: | |
with: | ||
name: Nightly Dev Build | ||
label: bug,nightly | ||
assignee: eddelbuettel | ||
assignee: ihnorton |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,8 +2,10 @@ Package: tiledb | |
Type: Package | ||
Version: 0.30.1.2 | ||
Title: Modern Database Engine for Complex Data Based on Multi-Dimensional Arrays | ||
Authors@R: c(person("TileDB, Inc.", role = c("aut", "cph")), | ||
person("Dirk", "Eddelbuettel", email = "[email protected]", role = "cre")) | ||
Authors@R: c( | ||
person("TileDB, Inc.", role = c("aut", "cph")), | ||
person("Dirk", "Eddelbuettel", email = "[email protected]", role = "aut"), | ||
person("Isaiah", "Norton", email = "[email protected]", role = "cre")) | ||
Description: The modern database 'TileDB' introduces a powerful on-disk | ||
format for storing and accessing any complex data based on multi-dimensional | ||
arrays. It supports dense and sparse arrays, dataframes and key-values stores, | ||
|