added some debug for R shiny

pull/614/head
Athanasia Monika Mowinckel 2019-03-08 19:49:21 +01:00 zatwierdzone przez GitHub
rodzic 63ac63f3e7
commit 736c3dace9
Nie znaleziono w bazie danych klucza dla tego podpisu
ID klucza GPG: 4AEE18F83AFDEB23
1 zmienionych plików z 14 dodań i 0 usunięć

Wyświetl plik

@ -53,6 +53,8 @@ Only R 3.4.4 is currently supported, which is installed via ``apt`` from the
`ubuntu bionic repository <https://packages.ubuntu.com/bionic/r-base>`_.
Why is my repository is failing to build with ``ResolvePackageNotFound`` ?
--------------------------------------------------------------------------
@ -139,6 +141,18 @@ This allows for easy testing of the container while debugging some
items, as well as using a fully customizable container to edit
notebooks (among others).
Why is my R shiny app not launching?
----------------------------------------------------------------------------------
If you are trying to run an R shiny app using the ``/shiny/folder_containing_shiny``
url option, but the launch returns "The application exited during initialization.",
there might be something wrong with the specification of the app. One way of debugging
the app in the container is by running the ``rstudio`` url, open either the ui or
server file for the app, and run the app in the container rstudio. This way you can
see the rstudio logs as it tries to initialise the shiny app. If you a missing a
package or other dependency for the container, this will be obvious at this stage.
.. note::
Editable mode is a convenience option that will bind the