Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update valgrind job #493

Merged
merged 3 commits into from
Dec 3, 2022
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 1 addition & 2 deletions DESCRIPTION
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Package: tiledb
Type: Package
Version: 0.17.0
Version: 0.17.0.1
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"))
Expand Down Expand Up @@ -31,4 +31,3 @@ VignetteBuilder: simplermarkdown
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.2.2
Encoding: UTF-8
Additional_repositories: https://ghrr.github.io/drat
11 changes: 11 additions & 0 deletions NEWS.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,14 @@
# Ongoing Development

## Improvements

## Bug Fixes

## Build and Test Systems

* The nighhly valgrind job setup was updated to include two new dependencies (#493)


# tiledb 0.17.0

* This release of the R package builds against [TileDB 2.13.0](https://github.com/TileDB-Inc/TileDB/releases/tag/2.13.0), and has also been tested against earlier releases as well as the development version (#492).
Expand Down
2 changes: 2 additions & 0 deletions tools/ci/valgrind/installDependencies.sh
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,9 @@ install.r \
nycflights13 \
palmerpenguins \
Rcpp \
RcppSpdlog \
simplermarkdown \
spdl \
tibble \
tinytest \
zoo
Expand Down