-
-
Notifications
You must be signed in to change notification settings - Fork 42
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
teal - bs345 #727
teal - bs345 #727
Conversation
@nikolas-burkoff thanks for comments, during our call:) |
Co-authored-by: Nikolas Burkoff <nikolas.burkoff@roche.com>
R/utils.R
Outdated
#' Resolve the expected bootstrap version | ||
#' @keywords internal | ||
get_teal_bs_version <- function() { |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
It would be good to support both R option as well as sys env. I would say that for the app users the latter one is more accessible through the config panel in RSConnect. That's true for each of our settings.
If added, please explain the order in the docs / vignette. A good example could be found here: https://rstudio.github.io/renv/reference/config.html#details
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
actually it is true for only settings that could be expressed as a character
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
We could not support sys env as we are expecting bslib::bs_theme which is quite complex object. sys env supports only base types like string.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
empty
adding test cases to increase coverage
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Added test cases to increase the coverage.
Everything else looks good to me.
8c92de7
to
997c3d1
Compare
lgtm |
linked to #719