Skip to content
New issue

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

Missing packages #3

Open
howardbaik opened this issue May 14, 2024 · 0 comments
Open

Missing packages #3

howardbaik opened this issue May 14, 2024 · 0 comments

Comments

@howardbaik
Copy link

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:

Warning: Error in library: there is no package called ‘rclipboard’
  64: <Anonymous>
  63: stop
  62: library
   1: shiny::runApp
  • After installing rclipboard, I got this error message: Warning: Error in packageVersion: there is no package called ‘markdown’.
  • After installing markdown, I got another error message: Warning: Error in library: there is no package called ‘shinyvalidate’.
  • After installing shinyvalidate, I got this error message: Warning: Error in library: there is no package called ‘shinylogs’.
  • After installing 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, and shinylogs inside pak::pak()?

@howardbaik howardbaik changed the title No package called rclipboard Missing packages May 14, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant