Skip to content

Commit

Permalink
update NAMESPACE
Browse files Browse the repository at this point in the history
  • Loading branch information
chrismainey committed Jan 13, 2025
1 parent 63f898e commit fd0198c
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 1 deletion.
5 changes: 5 additions & 0 deletions NAMESPACE
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,11 @@ importFrom(ggplot2,discrete_scale)
importFrom(ggplot2,scale_color_gradientn)
importFrom(ggplot2,scale_fill_gradientn)
importFrom(ggplot2,theme_set)
importFrom(plotly,ggplotly)
importFrom(plotly,layout)
importFrom(rmarkdown,word_document)
importFrom(rvg,dml)
importFrom(usethis,edit_file)
importFrom(usethis,ui_done)
importFrom(usethis,ui_todo)
importFrom(xaringan,moon_reader)
1 change: 1 addition & 0 deletions R/bsol_setup.R
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@
#' when it opens.
#'
#' @return Updates you user .Renviron file to have the right variables
#' @importFrom usethis edit_file ui_todo ui_done
#' @export
#'
#'
Expand Down
2 changes: 1 addition & 1 deletion R/plotly_helpers.R
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
#' @param font required font, extracted from the plot if not specified otherwise
#'
#' @inheritParams plotly::layout
#' @import plotly
#' @importFrom plotly layout ggplotly
#' @return A plotly object
#' @export
#'
Expand Down

0 comments on commit fd0198c

Please sign in to comment.