Выпуск Shinyapps.io: отсутствует зависимая от Webshot библиотека "PhantomJS"

Когда я опубликовал свое приложение на shinyapps.io, я столкнулся со следующими проблемами:

  • PhantomJS
  • файл (con, "rb"): не удается открыть соединение

Полный журнал в выходном файле PDF:

PhantomJS not found. You can install it with webshot::install phantomjs(). If it is installed, please make sure the phantomjs executable can be found via the PATH variable.
Warning in normalizePath(f2): path[1]="./webshot6c3d201217.pdf": No such file or directory 
Warning in file(con, "rb"): cannot open file ’./webshot6c3d201217.pdf’: No such file or directory
 Error in file(con, "rb"): cannot open the connection
A tibble: 0 x 2
... with 2 variables: group <chr>, sort.order <dbl>
PhantomJS not found. You can install it with webshot::install phantomjs(). If it is installed, please make sure the phantomjs executable can be found via the PATH variable.
Warning in normalizePath(f2): path[1]="./webshot6c23dc44d3.pdf": No such file or directory
Warning in file(con, "rb"): cannot open file ’./webshot6c23dc44d3.pdf’: No such file or directory
Error in file(con, "rb"): cannot open the connection

Я могу успешно создать PDF-файл после установки PhantomJS на свой локальный сервер Shiny, однако я не знаю, как обращаться с ним на shinyapps.io.

1 ответ

Решение

От RStudio:

"Для любых отсутствующих системных зависимостей для пакетов на shinyapps.io мы просим вас подать проблему в наш репозиторий здесь: https://github.com/rstudio/shinyapps-package-dependencies четко указав необходимую зависимость и конкретный пакет, который вы пытаемся установить. Если это срочно, мы рекомендуем подать запрос на извлечение, выполнив следующие действия: https://github.com/rstudio/shinyapps-package-dependencies/blob/master/CONTRIBUTING.md"

Мое продолжение:

https://github.com/rstudio/shinyapps-package-dependencies/pull/180

Другие вопросы по тегам