Package: virtuoso 0.1.8

Carl Boettiger

virtuoso: Interface to 'Virtuoso' using 'ODBC'

Provides users with a simple and convenient mechanism to manage and query a 'Virtuoso' database using the 'DBI' (Data-Base Interface) compatible 'ODBC' (Open Database Connectivity) interface. 'Virtuoso' is a high-performance "universal server," which can act as both a relational database, supporting standard Structured Query Language ('SQL') queries, while also supporting data following the Resource Description Framework ('RDF') model for Linked Data. 'RDF' data can be queried using 'SPARQL' ('SPARQL' Protocol and 'RDF' Query Language) queries, a graph-based query that supports semantic reasoning. This allows users to leverage the performance of local or remote 'Virtuoso' servers using popular 'R' packages such as 'DBI' and 'dplyr', while also providing a high-performance solution for working with large 'RDF' 'triplestores' from 'R.' The package also provides helper routines to install, launch, and manage a 'Virtuoso' server locally on 'Mac', 'Windows' and 'Linux' platforms using the standard interactive installers from the 'R' command-line. By automatically handling these setup steps, the package can make using 'Virtuoso' considerably faster and easier for a most users to deploy in a local environment. Managing the bulk import of triples from common serializations with a single intuitive command is another key feature of this package. Bulk import performance can be tens to hundreds of times faster than the comparable imports using existing 'R' tools, including 'rdflib' and 'redland' packages.

Authors:Carl Boettiger [aut, cre, cph], Bryce Mecum [ctb]

virtuoso_0.1.8.tar.gz
virtuoso_0.1.8.zip(r-4.5)virtuoso_0.1.8.zip(r-4.4)virtuoso_0.1.8.zip(r-4.3)
virtuoso_0.1.8.tgz(r-4.5-any)virtuoso_0.1.8.tgz(r-4.4-any)virtuoso_0.1.8.tgz(r-4.3-any)
virtuoso_0.1.8.tar.gz(r-4.5-noble)virtuoso_0.1.8.tar.gz(r-4.4-noble)
virtuoso_0.1.8.tgz(r-4.4-emscripten)virtuoso_0.1.8.tgz(r-4.3-emscripten)
virtuoso.pdf |virtuoso.html
virtuoso/json (API)
NEWS

# Install 'virtuoso' in R:
install.packages('virtuoso', repos = c('https://packages.ropensci.org', 'https://cloud.r-project.org'))

Reviews:rOpenSci Software Review #271

Bug tracker:https://github.com/ropensci/virtuoso/issues

Pkgdown site:https://docs.ropensci.org

On CRAN:

Conda:

5.61 score 9 stars 15 scripts 221 downloads 6 mentions 17 exports 21 dependencies

Last updated 12 months agofrom:c04a01bc22 (on master). Checks:9 OK. Indexed: yes.

TargetResultLatest binary
Doc / VignettesOKMar 14 2025
R-4.5-winOKMar 14 2025
R-4.5-macOKMar 14 2025
R-4.5-linuxOKMar 14 2025
R-4.4-winOKMar 14 2025
R-4.4-macOKMar 14 2025
R-4.4-linuxOKMar 14 2025
R-4.3-winOKMar 14 2025
R-4.3-macOKMar 14 2025

Exports:has_virtuosovos_configurevos_connectvos_delete_dbvos_destroy_allvos_importvos_installvos_killvos_list_graphsvos_logvos_odbcinstvos_processvos_queryvos_set_pathsvos_startvos_statusvos_uninstall

Dependencies:bitbit64blobclicurlDBIdigestfsgluehmsinilifecycleodbcpkgconfigprocessxpsR6rappdirsRcpprlangvctrs

Introduction: Virtuoso Installation and Configuration

Rendered frominstallation.Rmdusingknitr::rmarkdownon Mar 14 2025.

Last update: 2019-02-19
Started: 2018-11-11