fix rcmdcheck

This commit is contained in:
pvictor 2023-02-22 10:49:40 +01:00
parent 896998074e
commit de477fec66
2 changed files with 2 additions and 0 deletions

View File

@ -82,6 +82,7 @@ export(vars)
importFrom(ggplot2,aes)
importFrom(ggplot2,label_value)
importFrom(ggplot2,vars)
importFrom(graphics,boxplot)
importFrom(htmltools,css)
importFrom(htmltools,renderTags)
importFrom(htmltools,resolveDependencies)

View File

@ -128,6 +128,7 @@ parse_candlestick_data <- function(.list) {
}
#' @importFrom graphics boxplot
parse_boxplot_data <- function(.list, serie_name = NULL) {
if (!is.numeric(.list$y) & is.numeric(.list$x)) {
.list[c("x", "y")] <- .list[c("y", "x")]