ficonsulting / ficonsulting/RInno

No shiny application exists

Aperta
#59 8 commenti 0 reazioni 0 assegnatari Vedi su GitHub
awesome question
Lingua principale
HTML
Stelle
313
Fork
66
Metriche di merge delle PR
Nessuna PR unita negli ultimi 30g

Descrizione

I have followed instructions as outlined [here](https://cran.r-project.org/web/packages/RInno/vignettes/cont-installation.html) in order to create a continuously installing app. [This](https://github.com/oganm/import5eChar) package has the shiny app in it's [`inst/app`](https://github.com/oganm/import5eChar/tree/master/inst/app) directory. I have created a [release ](https://github.com/oganm/import5eChar/releases ) with a tag that matches the version in the [DESCRIPTION](https://github.com/oganm/import5eChar/blob/master/DESCRIPTION) file.

I have run (full code [here](https://github.com/oganm/5eInteractiveSheet/blob/master/appBuilder.R#L46-L63))

```r
create_app(
app_name = "5eInteractiveSheetCI",
app_repo_url = "https://github.com/oganm/import5eChar",
pkgs = depends,
app_dir = 'sheetCI',include_R = TRUE
)
compile_iss()
```
In order to create the installer (`depends` is a vector of dependencies). Yet when I complete installation and try to run it, I get `No shiny application exists at path "/app"` error. Am I missing something obvious here?

A non-continuous installation version of the app works just fine.

Guida per i contributori

Nessuna guida per i contributori indicizzata per questo repository

Valutazione

Questa issue non è ancora stata valutata.

Ricevi le nuove issue nella tua casella

Un breve riepilogo di issue GitHub adatte ai principianti.