{"id":13857325,"url":"https://github.com/TileDB-Inc/TileDB-R","last_synced_at":"2025-07-13T21:32:19.284Z","repository":{"id":38271722,"uuid":"91851655","full_name":"TileDB-Inc/TileDB-R","owner":"TileDB-Inc","description":"R interface to TileDB: The Modern Database","archived":false,"fork":false,"pushed_at":"2024-10-29T13:30:56.000Z","size":13972,"stargazers_count":103,"open_issues_count":7,"forks_count":18,"subscribers_count":22,"default_branch":"main","last_synced_at":"2024-10-29T16:06:55.846Z","etag":null,"topics":["array","hdfs","r","s3","storage-manager","tiledb"],"latest_commit_sha":null,"homepage":"https://tiledb-inc.github.io/TileDB-R","language":"R","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"other","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/TileDB-Inc.png","metadata":{"files":{"readme":"README.md","changelog":"NEWS.md","contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2017-05-19T23:07:10.000Z","updated_at":"2024-10-25T14:18:53.000Z","dependencies_parsed_at":"2023-09-24T15:43:34.180Z","dependency_job_id":"4cf8a2a5-8da4-4654-8893-4f4beb23c7bc","html_url":"https://github.com/TileDB-Inc/TileDB-R","commit_stats":{"total_commits":836,"total_committers":18,"mean_commits":46.44444444444444,"dds":"0.22607655502392343","last_synced_commit":"de4f68420a0108738c30b52f7800c325332d8c8c"},"previous_names":[],"tags_count":57,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/TileDB-Inc%2FTileDB-R","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/TileDB-Inc%2FTileDB-R/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/TileDB-Inc%2FTileDB-R/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/TileDB-Inc%2FTileDB-R/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/TileDB-Inc","download_url":"https://codeload.github.com/TileDB-Inc/TileDB-R/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":225834367,"owners_count":17531470,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["array","hdfs","r","s3","storage-manager","tiledb"],"created_at":"2024-08-05T03:01:33.462Z","updated_at":"2025-07-13T21:32:19.271Z","avatar_url":"https://github.com/TileDB-Inc.png","language":"R","funding_links":[],"categories":["R"],"sub_categories":[],"readme":"[![ci](https://github.com/TileDB-Inc/TileDB-R/actions/workflows/ci.yaml/badge.svg)](https://github.com/TileDB-Inc/TileDB-R/actions/workflows/ci.yaml)\n[![windows](https://github.com/TileDB-Inc/TileDB-R/actions/workflows/windows.yaml/badge.svg)](https://github.com/TileDB-Inc/TileDB-R/actions/workflows/windows.yaml)\n[![valgrind](https://github.com/TileDB-Inc/TileDB-R/actions/workflows/valgrind.yaml/badge.svg)](https://github.com/TileDB-Inc/TileDB-R/actions/workflows/valgrind.yaml)\n[![Downloads](https://cranlogs.r-pkg.org/badges/grand-total/tiledb?color=brightgreen)](https://cran.r-project.org/package=tiledb)\n[![CRAN](https://www.r-pkg.org/badges/version/tiledb)](https://cran.r-project.org/package=tiledb)\n[![r-universe](https://tiledb-inc.r-universe.dev/badges/tiledb)](https://tiledb-inc.r-universe.dev/tiledb)\n\n# \u003ca href=\"https://tiledb.com/\"\u003e\u003cimg src=\"https://github.com/TileDB-Inc/TileDB/raw/main/doc/source/_static/tiledb-logo_color_no_margin_@4x.png\" alt=\"TileDB logo\" width=\"400\"\u003e\u003c/a\u003e\n\nThe TileDB R package offers an [R](https://www.r-project.org/) interface to\nthe [modern database](https://github.com/TileDB-Inc/TileDB) by [TileDB](https://tiledb.com/).\n\n\n## Documentation\n\nDocumentation is available for [the R\npackage](https://tiledb-inc.github.io/TileDB-R/) as well as for the [TileDB\nAPI](https://docs.tiledb.com/main/).\n\n\n## Installation\n\nTileDB Embedded needs to be present, and can be installed first (from a package or from source) for\nthe TileDB R package to build and link correctly. Alternatively, if no system installation is found,\na precompiled shared library is used during the installation of this R package.\n\nThe TileDB R package has been published on [CRAN](https://cran.r-project.org/) and be\ninstalled directly via\n\n    \u003e install.packages(\"tiledb\")\n\nas usual.\n\nThe most recent released version can be installed from\n[Github](https://github.com/TileDB-Inc/TileDB-R) using the package\n[remotes](https://cran.r-project.org/package=remotes).\n\n    \u003e if (!requireNamespace(\"remotes\",quietly=TRUE)) install.packages(\"remotes\")\n    \u003e remotes::install_github(\"TileDB-Inc/TileDB-R\")\n    ...\n    \u003e library(tiledb)\n    TileDB R 0.32.0 with TileDB Embedded 2.28.0 on Ubuntu 24.04.\n    See https://tiledb.com for more information about TileDB.\n    \u003e help(package=tiledb)\n\nIf the TileDB library is installed in a custom location, you need to pass the explicit path:\n\n    \u003e remotes::install_github(\"TileDB-Inc/TileDB-R\",\n          args=\"--configure-args='--with-tiledb=/path/to/tiledb'\")\n\nNote that the TileDB R package is always developed and tested against the latest stable version\nof TileDB, but should also build against the newest development version.\n\n\n## Quick Links\n\n- [TileDB Installation](https://docs.tiledb.com/main/how-to/installation/quick-install)\n- [TileDB R Package Docs](https://tiledb-inc.github.io/TileDB-R/)\n- [TileDB Support Forum](https://forum.tiledb.com/)\n\n\n## Copyright\n\nThe TileDB R package is Copyright 2018-2025 TileDB, Inc\n\n## License\n\nMIT\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2FTileDB-Inc%2FTileDB-R","html_url":"https://awesome.ecosyste.ms/projects/github.com%2FTileDB-Inc%2FTileDB-R","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2FTileDB-Inc%2FTileDB-R/lists"}