Skip to content

Commit

Permalink
documentation changes after url_check
Browse files Browse the repository at this point in the history
  • Loading branch information
flahn committed Feb 17, 2024
1 parent 349979c commit 2fa8a2b
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 4 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -151,7 +151,7 @@ The authors acknowledge the financial support for the development of this packag
This package received major contributions from the following organizations:

[<img src="https://www.eftas.de/images/branding.png" alt="EFTAS logo" title="EFTAS" height="50">](https://www.eftas.de) &nbsp;
[<img src="https://www.uni-muenster.de/imperia/md/images/allgemein/farbunabhaengig/wwu.svg" alt="WWU Münster logo" title="WWU Münster" height="50">](https://www.uni-muenster.de/) &nbsp;
[<img src="https://www.uni-muenster.de/imperia/md/images/allgemein/farbunabhaengig/wwu.svg" alt="WWU Münster logo" title="WWU Münster" height="50">](https://www.uni-muenster.de/de/) &nbsp;
[<img src="https://www.wur.nl/upload/588ff8ef-9c0d-4c68-a5d3-5a4c5a9cde6b_WUR_RGB_standard_2021-site.svg" alt="Wageningen University logo" title="Wageningen University" height="50">](https://www.wur.nl)

# Links
Expand Down
8 changes: 5 additions & 3 deletions vignettes/openeo-06-developer_implementation_details.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,9 @@ The authentication changed over the years a lot. *Basic Authentication* was the

### RStudio Connection Contract

When using RStudio an additional feature was implemented that allows to inspect the available data sources of a connected back-end by using the RStudio's [Connection Contract](https://solutions.rstudio.com/db/advanced/contract/) to populate the `Connections` Pane. The connection contract is implemented in `.fill_rstudio_connection_observer()` in *client.R*. After connecting the contracts `listObjects` function is called which lists all the available data sets. On extending the view of a specific collection the contracts `listColumns` is invoked. This interacts with the back-end to describe the collection (`describe_collection()`) and the result is parsed into the stated table structure.
When using RStudio an additional feature was implemented that allows to inspect the available data sources of a connected back-end by using the RStudio's [Connection Contract](https://solutions.posit.co/connections/db/advanced/contract/) to populate the `Connections` Pane. The connection contract is implemented in `.fill_rstudio_connection_observer()` in *client.R*. After connecting the contracts `listObjects` function is called which lists all the available data sets. On extending the view of a specific collection the contracts `listColumns` is invoked. This interacts with the back-end to describe the collection (`describe_collection()`) and the result is parsed into the stated table structure.

+ <Collection>
- <dimension>: <description>
```
+ <Collection>
- <dimension>: <description>
```

0 comments on commit 2fa8a2b

Please sign in to comment.