Skip to content

Commit 2b6c0c0

Browse files
authored
TileDB-R 0.33.0 (#848)
* TileDB-R 0.33.0 * Replace stale URL found by CRAN winbuilder service Found the following (possibly) invalid URLs: URL: https://www.tiledb.com/embedded From: inst/doc/tiledb-mariadb-examples.html Status: 404 Message: Not Found
1 parent f7792f1 commit 2b6c0c0

File tree

5 files changed

+5
-5
lines changed

5 files changed

+5
-5
lines changed

DESCRIPTION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Package: tiledb
22
Type: Package
3-
Version: 0.32.0.9
3+
Version: 0.33.0
44
Title: Modern Database Engine for Complex Data Based on Multi-Dimensional Arrays
55
Authors@R: c(
66
person("TileDB, Inc.", role = c("aut", "cph")),

NEWS.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# tiledb (development version)
1+
# tiledb 0.33.0
22

33
* 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
44

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ The most recent released version can be installed from
3939
> remotes::install_github("TileDB-Inc/TileDB-R")
4040
...
4141
> library(tiledb)
42-
TileDB R 0.32.0 with TileDB Embedded 2.28.0 on Ubuntu 24.04.
42+
TileDB R 0.33.0 with TileDB Embedded 2.29.0 on Ubuntu 24.04.
4343
See https://tiledb.com for more information about TileDB.
4444
> help(package=tiledb)
4545

vignettes/tiledb-mariadb-examples.Rmd

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ title: TileDB and (R)MariaDB Examples
1414

1515
[TileDB](https://www.tiledb.com/) provides the *Universal Data Engine*
1616
that can be accessed in a variety of ways. The C/C++ library offered by
17-
[TileDB Embedded](https://www.tiledb.com/embedded) is one approach, and
17+
[TileDB Embedded](https://github.com/TileDB-Inc/TileDB) is one approach, and
1818
the [R package](https://github.com/TileDB-Inc/TileDB-R), as well as the
1919
[Python package](https://github.com/TileDB-Inc/TileDB-Py) and other
2020
language bindings use it. Another interface is provided by the [MariaDB

vignettes/tiledb-mariadb-examples.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ css: "water.css"
1212

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

0 commit comments

Comments
 (0)