diff --git a/.github/r-ci.sh b/.github/r-ci.sh index d67fe2952f..db2bd4b9f3 100755 --- a/.github/r-ci.sh +++ b/.github/r-ci.sh @@ -115,6 +115,7 @@ BootstrapLinux() { sudo apt update -qq && sudo apt install --yes --no-install-recommends wget ca-certificates dirmngr gnupg gpg-agent wget -q -O- https://eddelbuettel.github.io/r2u/assets/dirk_eddelbuettel_key.asc | sudo tee -a /etc/apt/trusted.gpg.d/cranapt_key.asc echo "deb [arch=amd64] https://r2u.stat.illinois.edu/ubuntu $(lsb_release -cs) main" | sudo tee -a /etc/apt/sources.list.d/cranapt.list +# echo "deb [arch=amd64] https://dirk.eddelbuettel.com/cranapt $(lsb_release -cs) main" | sudo tee -a /etc/apt/sources.list.d/cranapt.list wget -q -O- https://cloud.r-project.org/bin/linux/ubuntu/marutter_pubkey.asc | sudo tee -a /etc/apt/trusted.gpg.d/cran_ubuntu_key.asc echo "deb [arch=amd64] https://cloud.r-project.org/bin/linux/ubuntu $(lsb_release -cs)-cran40/" | sudo tee -a /etc/apt/sources.list.d/cran_r.list echo "Package: *" | sudo tee -a /etc/apt/preferences.d/99cranapt diff --git a/DESCRIPTION b/DESCRIPTION index 49d72684b7..dca0c8b1f0 100644 --- a/DESCRIPTION +++ b/DESCRIPTION @@ -1,6 +1,6 @@ Package: tiledb Type: Package -Version: 0.21.1.6 +Version: 0.21.1.7 Title: Universal Storage Engine for Sparse and Dense Multidimensional Arrays Authors@R: c(person("TileDB, Inc.", role = c("aut", "cph")), person("Dirk", "Eddelbuettel", email = "dirk@tiledb.com", role = "cre")) diff --git a/NEWS.md b/NEWS.md index 96294bc0dd..5c826ca543 100644 --- a/NEWS.md +++ b/NEWS.md @@ -1,6 +1,6 @@ # tiledb ongoing development -* This release of the R package builds against [TileDB 2.17.1](https://github.com/TileDB-Inc/TileDB/releases/tag/2.17.1), and has also been tested against earlier releases as well as the development version (#593) +* This release of the R package builds against [TileDB 2.17.2](https://github.com/TileDB-Inc/TileDB/releases/tag/2.17.2), and has also been tested against earlier releases as well as the development version (#602) ## Improvements @@ -14,6 +14,8 @@ * Query conditions expression parsing requirements are stated and tested more clearly (#601) +* Use of TileDB Embedded was upgraded to release 2.17.2 (#602) + ## Bug Fixes * The DESCRIPTION file now correctly refers to macOS 10.14 (#596) diff --git a/tools/tiledbVersion.txt b/tools/tiledbVersion.txt index ef37836732..08b22fbe2f 100644 --- a/tools/tiledbVersion.txt +++ b/tools/tiledbVersion.txt @@ -1,2 +1,2 @@ -version: 2.17.1 -sha: 7c8c73b +version: 2.17.2 +sha: 06a09ae