Skip to content
This repository has been archived by the owner on Oct 24, 2023. It is now read-only.

koboloader shiny app dependencies not loaded automatically #51

Open
gerhardriener opened this issue Mar 12, 2020 · 0 comments
Open

koboloader shiny app dependencies not loaded automatically #51

gerhardriener opened this issue Mar 12, 2020 · 0 comments

Comments

@gerhardriener
Copy link

Please briefly describe your context, your problem and what output you expect.

Please include if possible a minimal reproducible example (AKA a reprex). If you've never heard of a reprex before, start by reading https://www.tidyverse.org/help/#reprex.


Context

Want to start the shiny app from Rstudio (opensSuse tumbleweed, Rstudio Version 1.2.5033 R version 3.6.3 (2020-02-29)

Problem

follow the instruction to create a new kobo project unsing https://unhcr.github.io/koboloadeR/ Project walkthrough

Expected result

the koboloadeR shiny app opens

Current result

Error message that several shiny functions not found. Does not open the app.

#  reprex
library (koboloadeR)
kobo_projectinit() 
kobo_shiny("app_main_koboloadeR.R")

Possible Fix

library(shinydashboard)
library(shinyalert)
library(rhandsontable)
  • expected behaviour: these packages should be loaded automatically
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant