Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Rename shiny/igraph to shiny/docker-based #244

Merged
merged 1 commit into from
Jun 27, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions doc/apps/shiny-r.md
Original file line number Diff line number Diff line change
Expand Up @@ -119,7 +119,7 @@ Ploomber Cloud supports many features to help you build R Shiny applications qui

If you have specific requirements for your application you may also use [Docker](https://docs.cloud.ploomber.io/en/latest/apps/docker.html) for a customized deployment.
This would enable you to use specific `Shiny` Docker image as well as run instructions specific for your application.
[Here](https://github.com/ploomber/doc/tree/main/examples/shiny-r/igraph) is a sample Docker-based `Shiny R` application.
[Here](https://github.com/ploomber/doc/tree/main/examples/shiny-r/docker-based) is a sample Docker-based `Shiny R` application.

Some R packages depend on C libraries, which are not installed by default. For example,
the [`igraph` R package](https://r.igraph.org/) depends on the
Expand All @@ -133,7 +133,7 @@ libglpk.so.40: cannot open shared object file: No such file or directory
```

To fix this, you can use the Docker deployment option and install GLPK, here's
an [example](https://github.com/ploomber/doc/tree/main/examples/shiny-r/igraph). To
an [example](https://github.com/ploomber/doc/tree/main/examples/shiny-r/docker-based). To
learn more, see the [Docker deployment instructions.](docker.md)

If you need help installing certain libraries, email us at [[email protected]](mailto:[email protected])
Expand All @@ -147,7 +147,7 @@ If you need help installing certain libraries, email us at [[email protected]]
:gutter: 2

:::{grid-item-card} App with igraph
:link: https://github.com/ploomber/doc/tree/main/examples/shiny-r/igraph
:link: https://github.com/ploomber/doc/tree/main/examples/shiny-r/docker-based
:::

:::{grid-item-card} Data visualization
Expand Down
2 changes: 1 addition & 1 deletion doc/user-guide/dockerfile.md
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ COPY . /srv
:::

:::{grid-item-card} Shiny R
[![](../../examples/shiny-r/igraph/screenshot.webp)](https://github.com/ploomber/doc/tree/main/examples/shiny-r/igraph)
[![](../../examples/shiny-r/docker-based/screenshot.webp)](https://github.com/ploomber/doc/tree/main/examples/shiny-r/docker-based)
:::

:::{grid-item-card} Chainlit
Expand Down
File renamed without changes.
Loading