Package: rscontract Title: Generic implementation of the 'RStudio' connections contract Version: 0.1.2 Authors@R: c( person("Nathan", "Stephens", email = "nathan@rstudio.com", role = c("aut", "cre")), person("Edgar", "Ruiz", email = "edgararuiz@gmail.com", role = c("aut")) ) Description: Provides a generic implementation of the 'RStudio' connection contract to make it easier for database connections, and other type of connections, opened via R packages integrate with the connections pane inside the 'RStudio' interactive development environment (IDE). License: GPL-3 Suggests: testthat (>= 2.1.0), covr Encoding: UTF-8 RoxygenNote: 7.0.2 URL: https://github.com/rstudio/rscontract BugReports: https://github.com/rstudio/rscontract/issues Language: en-US Repository: https://rstudio.r-universe.dev Date/Publication: 2020-12-15 19:17:56 UTC RemoteUrl: https://github.com/rstudio/rscontract RemoteRef: HEAD RemoteSha: 209a6a6ded09a434821e632a0efe820ad4f74d87 NeedsCompilation: no Packaged: 2026-07-05 10:20:55 UTC; root Author: Nathan Stephens [aut, cre], Edgar Ruiz [aut] Maintainer: Nathan Stephens