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.7)virtuoso_0.1.8.zip(r-4.6)virtuoso_0.1.8.zip(r-4.5)
virtuoso_0.1.8.tgz(r-4.6-any)virtuoso_0.1.8.tgz(r-4.5-any)
virtuoso_0.1.8.tar.gz(r-4.7-any)virtuoso_0.1.8.tar.gz(r-4.6-any)
virtuoso_0.1.8.tgz(r-4.5-emscripten)
manual.pdf |manual.html
card.svg |card.png
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/docs site:https://docs.ropensci.org

On CRAN:

Conda:

6.06 score 10 stars 19 scripts 205 downloads 6 mentions 17 exports 21 dependencies

Last updated from:9e331a07d4 (on master). Checks:10 OK. Indexed: yes.

TargetResultTimeFilesSyslog
linux-devel-x86_64OK141
pkgdown docsOK161
source / vignettesOK177
linux-release-x86_64OK135
macos-release-arm64OK80
macos-oldrel-arm64OK85
windows-develOK89
windows-releaseOK91
windows-oldrelOK97
wasm-releaseOK145

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 May 16 2026.

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