Skip to content
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
2 changes: 1 addition & 1 deletion DESCRIPTION
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Package: tiledb
Type: Package
Version: 0.32.0.9
Version: 0.33.0
Title: Modern Database Engine for Complex Data Based on Multi-Dimensional Arrays
Authors@R: c(
person("TileDB, Inc.", role = c("aut", "cph")),
Expand Down
2 changes: 1 addition & 1 deletion NEWS.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# tiledb (development version)
# tiledb 0.33.0

* This release of the R package builds against [TileDB 2.29.0](https://github.com/TileDB-Inc/TileDB/releases/tag/2.29.0), and has also been tested against earlier releases as well as the development version

Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ The most recent released version can be installed from
> remotes::install_github("TileDB-Inc/TileDB-R")
...
> library(tiledb)
TileDB R 0.32.0 with TileDB Embedded 2.28.0 on Ubuntu 24.04.
TileDB R 0.33.0 with TileDB Embedded 2.29.0 on Ubuntu 24.04.
See https://tiledb.com for more information about TileDB.
> help(package=tiledb)

Expand Down
2 changes: 1 addition & 1 deletion vignettes/tiledb-mariadb-examples.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ title: TileDB and (R)MariaDB Examples

[TileDB](https://www.tiledb.com/) provides the *Universal Data Engine*
that can be accessed in a variety of ways. The C/C++ library offered by
[TileDB Embedded](https://www.tiledb.com/embedded) is one approach, and
[TileDB Embedded](https://github.com/TileDB-Inc/TileDB) is one approach, and
the [R package](https://github.com/TileDB-Inc/TileDB-R), as well as the
[Python package](https://github.com/TileDB-Inc/TileDB-Py) and other
language bindings use it. Another interface is provided by the [MariaDB
Expand Down
2 changes: 1 addition & 1 deletion vignettes/tiledb-mariadb-examples.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ css: "water.css"

[TileDB](https://www.tiledb.com/) provides the _Universal Data Engine_ that
can be accessed in a variety of ways. The C/C++ library offered by [TileDB
Embedded](https://www.tiledb.com/embedded) is one approach, and the [R
Embedded](https://github.com/TileDB-Inc/TileDB) is one approach, and the [R
package](https://github.com/TileDB-Inc/TileDB-R), as well as the [Python
package](https://github.com/TileDB-Inc/TileDB-Py) and other language
bindings use it. Another interface is provided by the [MariaDB Integration
Expand Down
Loading