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.6)virtuoso_0.1.8.zip(r-4.5)virtuoso_0.1.8.zip(r-4.4)
virtuoso_0.1.8.tgz(r-4.5-any)virtuoso_0.1.8.tgz(r-4.4-any)
virtuoso_0.1.8.tar.gz(r-4.6-any)virtuoso_0.1.8.tar.gz(r-4.5-any)
virtuoso_0.1.8.tgz(r-4.4-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.91 score 9 stars 15 scripts 190 downloads 6 mentions 17 exports 21 dependencies

Last updated 15 days agofrom:9e331a07d4 (on master). Checks:11 OK. Indexed: yes.

TargetResultTotal time
pkgdown docsOK166
source / vignettesOK193
linux-develOK132
linux-releaseOK169
macos-release-arm64OK68
macos-oldrel-arm64OK72
windows-develOK111
windows-releaseOK109
windows-oldrelOK112
wasm-releaseOK171
wasm-oldrelOK171

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 Apr 29 2025.

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