-
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 NEWS.md * set version to 0.9.1 * Fix pkgdown rendering of news (#240) * Move NEWS to package root * fix pkgdown rendering of NEWS * update pkdown after assist from @aaron in #240 (but w/o cran dates) * roll a version display and license year * one more NEWS.md update and docs/ generation * install palmerpenguins under Azure Pipelines as it is suggested * test for install log and cat it to stdout if found * adjust tools.sh script for move of NEWS.md to top-level * remove display of installation log * appease R-devel CMD check: derive Authors from Authors@R, URL fix * final pkgdown re-run Co-authored-by: Aaron Wolen <[email protected]>
- Loading branch information
1 parent
90e4598
commit 8cca43b
Showing
251 changed files
with
1,682 additions
and
430 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
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 |
---|---|---|
@@ -1,3 +1,3 @@ | ||
steps: | ||
- script: Rscript -e 'install.packages(c("Rcpp", "nanotime", "tinytest", "curl", "bit64", "knitr", "rmarkdown", "minidown"))' | ||
- script: Rscript -e 'install.packages(c("Rcpp", "nanotime", "tinytest", "curl", "bit64", "knitr", "rmarkdown", "minidown", "palmerpenguins"))' | ||
displayName: 'Install dependencies' |
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 |
---|---|---|
@@ -1,10 +1,9 @@ | ||
Package: tiledb | ||
Type: Package | ||
Version: 0.9.0 | ||
Version: 0.9.1 | ||
Title: Sparse and Dense Multidimensional Array Storage Engine for Data Science | ||
Author: TileDB, Inc. | ||
Copyright: TileDB, Inc. | ||
Maintainer: Dirk Eddelbuettel <[email protected]> | ||
Authors@R: c(person("TileDB, Inc.", role = c("aut", "cph")), | ||
person("Dirk", "Eddelbuettel", email = "[email protected]", role = "cre")) | ||
Description: The data science storage engine 'TileDB' introduces a | ||
powerful on-disk format for multi-dimensional arrays. It supports | ||
dense and sparse arrays, dataframes and key-values stores, cloud | ||
|
@@ -14,8 +13,7 @@ Description: The data science storage engine 'TileDB' introduces a | |
travel'), metadata and groups. It is implemented as an embeddable | ||
cross-platform C++ library with APIs from several languages, and | ||
integrations. | ||
Authors@R: c(person("TileDB, Inc.", role = c("aut", "cph")), | ||
person("Dirk", "Eddelbuettel", email = "[email protected]", role = "cre")) | ||
Copyright: TileDB, Inc. | ||
License: MIT + file LICENSE | ||
URL: https://github.com/TileDB-Inc/TileDB-R | ||
BugReports: https://github.com/TileDB-Inc/TileDB-R/issues | ||
|
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
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
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 |
---|---|---|
@@ -1,6 +1,7 @@ | ||
template: | ||
params: | ||
bootswatch: lumen | ||
|
||
reference: | ||
- title: Ctx | ||
contents: | ||
|
@@ -111,7 +112,11 @@ reference: | |
- starts_with("tiledb_version") | ||
- matches("tiledb-package") | ||
- matches("limitTileDBCores") | ||
|
||
authors: | ||
TileDB, Inc.: | ||
href: "https://tiledb.com" | ||
html: "<img src='https://github.com/TileDB-Inc/TileDB/raw/dev/doc/source/_static/[email protected]' height=24>" | ||
|
||
news: | ||
cran_dates: false |
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
Oops, something went wrong.