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.5)rscontract_0.1.2.zip(r-4.4)rscontract_0.1.2.zip(r-4.3)
rscontract_0.1.2.tgz(r-4.4-any)rscontract_0.1.2.tgz(r-4.3-any)
rscontract_0.1.2.tar.gz(r-4.5-noble)rscontract_0.1.2.tar.gz(r-4.4-noble)
rscontract_0.1.2.tgz(r-4.4-emscripten)rscontract_0.1.2.tgz(r-4.3-emscripten)
rscontract.pdf |rscontract.html✨
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 4 years agofrom:209a6a6ded. Checks:OK: 7. Indexed: yes.
Target | Result | Date |
---|---|---|
Doc / Vignettes | OK | Nov 09 2024 |
R-4.5-win | OK | Nov 09 2024 |
R-4.5-linux | OK | Nov 09 2024 |
R-4.4-win | OK | Nov 09 2024 |
R-4.4-mac | OK | Nov 09 2024 |
R-4.3-win | OK | Nov 09 2024 |
R-4.3-mac | OK | Nov 09 2024 |
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 |