Package: sparqlr
Title: A SPARQL Client for R
Version: 0.1.0
Authors@R: c(
    person("Marco", "Pagni", , "marco.pagni@sib.swiss", role = "aut",
           comment = c(ORCID = "0000-0001-9292-9463")),
    person("Robin", "Engler", , "robin.engler@sib.swiss", role = c("aut", "cre"),
           comment = c(ORCID = "0009-0001-7090-6196")),
    person("SIB Swiss Institute of Bioinformatics", role = "cph")
  )
Description: Provides a client for running SPARQL queries directly from R.
    SPARQL (short for SPARQL Protocol and RDF Query Language) is a query
    language used to retrieve and manipulate data stored in RDF (Resource
    Description Framework) format.
License: GPL-3
URL: https://github.com/sib-swiss/sparqlr
BugReports: https://github.com/sib-swiss/sparqlr/issues
Depends: R (>= 4.1.0)
Imports: dplyr, httr2, purrr, rlang, stringr, tibble, tidyr
Suggests: knitr, lintr, rcmdcheck, rmarkdown, styler, testthat (>=
        3.0.0)
VignetteBuilder: knitr
Config/testthat/edition: 3
Encoding: UTF-8
RoxygenNote: 7.3.3
NeedsCompilation: no
Packaged: 2026-04-02 09:12:39 UTC; rengler
Author: Marco Pagni [aut] (ORCID: <https://orcid.org/0000-0001-9292-9463>),
  Robin Engler [aut, cre] (ORCID:
    <https://orcid.org/0009-0001-7090-6196>),
  SIB Swiss Institute of Bioinformatics [cph]
Maintainer: Robin Engler <robin.engler@sib.swiss>
Repository: CRAN
Date/Publication: 2026-04-08 14:10:08 UTC
Built: R 4.6.0; ; 2026-04-23 03:34:23 UTC; windows
