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

add at the beginning of global the libraries that are needed #76

Closed
catalamarti opened this issue Sep 25, 2024 · 2 comments · Fixed by #110
Closed

add at the beginning of global the libraries that are needed #76

catalamarti opened this issue Sep 25, 2024 · 2 comments · Fixed by #110
Assignees
Labels
good first issue Good for newcomers

Comments

@catalamarti
Copy link
Contributor

library(dplyr)
library(...)

@catalamarti catalamarti added the good first issue Good for newcomers label Sep 25, 2024
@cecicampanile cecicampanile self-assigned this Sep 25, 2024
@cecicampanile
Copy link
Contributor

After ui and server are written: line https://github.com/oxford-pharmacoepi/omopViewer/blob/96de06717e17e43ca45993b2127e955c42f58d3e/R/appStatic.R#L52
modify global to include libray() of the packages used im server and/or server. You can identify the packages used searching for the "::".

@catalamarti
Copy link
Contributor Author

catalamarti commented Sep 30, 2024

to include only libraries used in 'ui' or 'server' -> specific of each shiny

This was referenced Sep 30, 2024
@catalamarti catalamarti linked a pull request Oct 2, 2024 that will close this issue
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
good first issue Good for newcomers
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants