We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
I tried running the app without docker.
First, I installed the required packages:
pak::pak(c("getwilds/[email protected]", "getwilds/[email protected]", "base64enc", "cookies", "DBI", "dplyr", "DT", "ggplot2", "glue", "jsonlite", "lubridate", "magrittr", "purrr", "RColorBrewer", "rlang", "RSQLite", "shiny", "shinyBS", "shinydashboard", "shinydashboardPlus", "shinyFeedback", "shinyjs", "shinyWidgets", "tibble", "uuid"))
Then, I ran the shiny app with shiny::runApp("app", launch.browser = TRUE), but I got this error message:
shiny::runApp("app", launch.browser = TRUE)
Warning: Error in library: there is no package called ‘rclipboard’ 64: <Anonymous> 63: stop 62: library 1: shiny::runApp
rclipboard
Warning: Error in packageVersion: there is no package called ‘markdown’
markdown
Warning: Error in library: there is no package called ‘shinyvalidate’
shinyvalidate
Warning: Error in library: there is no package called ‘shinylogs’
shinylogs
(Note I did start off with a fresh installation of R 4.4.0)
Should we include rclipboard, markdown, shinyvalidate, and shinylogs inside pak::pak()?
pak::pak()
The text was updated successfully, but these errors were encountered:
No branches or pull requests
I tried running the app without docker.
First, I installed the required packages:
Then, I ran the shiny app with
shiny::runApp("app", launch.browser = TRUE)
, but I got this error message:rclipboard
, I got this error message:Warning: Error in packageVersion: there is no package called ‘markdown’
.markdown
, I got another error message:Warning: Error in library: there is no package called ‘shinyvalidate’
.shinyvalidate
, I got this error message:Warning: Error in library: there is no package called ‘shinylogs’
.shinylogs
, I was able to run the app.(Note I did start off with a fresh installation of R 4.4.0)
Should we include
rclipboard
,markdown
,shinyvalidate
, andshinylogs
insidepak::pak()
?The text was updated successfully, but these errors were encountered: