Package: rscontract 0.1.2

Nathan Stephens
rscontract: Generic implementation of the 'RStudio' connections contract
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).
Authors:
rscontract_0.1.2.tar.gz
rscontract_0.1.2.zip(r-4.7)rscontract_0.1.2.zip(r-4.6)rscontract_0.1.2.zip(r-4.5)
rscontract_0.1.2.tgz(r-4.6-any)rscontract_0.1.2.tgz(r-4.5-any)
rscontract_0.1.2.tar.gz(r-4.7-any)rscontract_0.1.2.tar.gz(r-4.6-any)
rscontract_0.1.2.tgz(r-4.6-emscripten)
manual.pdf |manual.html✨
card.svg |card.png
rscontract/json (API)
NEWS
| # Install 'rscontract' in R: |
| install.packages('rscontract', repos = c('https://rstudio.r-universe.dev', 'https://cloud.r-project.org')) |
Bug tracker:https://github.com/rstudio/rscontract/issues
Last updated from:209a6a6ded. Checks:9 OK. Indexed: yes.
| Target | Result | Time | Files | Syslog |
|---|---|---|---|---|
| linux-devel-x86_64 | OK | 112 | ||
| source / vignettes | OK | 176 | ||
| linux-release-x86_64 | OK | 104 | ||
| macos-release-arm64 | OK | 103 | ||
| macos-oldrel-arm64 | OK | 87 | ||
| windows-devel | OK | 57 | ||
| windows-release | OK | 72 | ||
| windows-oldrel | OK | 63 | ||
| wasm-release | OK | 84 |
Exports:as_rscontractrscontract_closerscontract_iderscontract_openrscontract_specrscontract_updatesample_catalog
Dependencies:
Readme and manuals
Help Manual
| Help page | Topics |
|---|---|
| Coerces object into an RStudio connection contract | as_rscontract |
| Close a connection | rscontract_close |
| Mirrors the RStudio IDE connection contract arguments | rscontract_ide |
| Opens a connection | rscontract_open |
| A flexible API that can be converted to an RStudio Connection Contract | rscontract_spec |
| Refreshes a connection | rscontract_update |
| A example of how a connection hierarchy structure | sample_catalog |