Package: odbc.resourcer Type: Package Title: Open Database Connectivity Resource Resolver Version: 1.0.0 Authors@R: c(person(given = "Yannick", family = "Marcon", role = c("aut", "cre"), email = "yannick.marcon@obiba.org", comment = c(ORCID = "0000-0003-0138-2023")), person("OBiBa group", role="cph", email="info@obiba.org")) Description: A database resource that is accessible through the Open Database Connectivity ('ODBC') API. This package uses the Resource model, with URL "resolver" and "client", to dynamically discover and make accessible tables stored in a 'MS SQL Server' database. For more details see Marcon (2021) . License: LGPL (>= 2.1) Depends: R6, httr, resourcer, odbc, DBI Suggests: testthat, knitr, rmarkdown BugReports: https://github.com/obiba/odbc.resourcer/issues RoxygenNote: 7.3.3 VignetteBuilder: knitr Encoding: UTF-8 Config/pak/sysreqs: make unixodbc-dev libssl-dev Repository: https://obiba.r-universe.dev Date/Publication: 2025-11-10 16:19:05 UTC RemoteUrl: https://github.com/obiba/odbc.resourcer RemoteRef: HEAD RemoteSha: c5bc02d9001ba725971abf95f20e3854bc0c775a NeedsCompilation: no Packaged: 2026-06-23 06:35:06 UTC; root Author: Yannick Marcon [aut, cre] (ORCID: ), OBiBa group [cph] Maintainer: Yannick Marcon