Skip to content

Commit

Permalink
Fix ggplot to ggplot2
Browse files Browse the repository at this point in the history
  • Loading branch information
BrittanyTroast-NOAA committed Feb 11, 2025
1 parent 4ff18e7 commit a6e6639
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion NAMESPACE
Original file line number Diff line number Diff line change
Expand Up @@ -5,5 +5,5 @@ export(hello)
export(hello2)
export(plot_fn_obj)
import(dplyr)
import(ggplot)
import(ggplot2)
import(plotly)
2 changes: 1 addition & 1 deletion R/plot_fn_obj.R
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
#' @description
#' This function plots an indicator time series figure from data that is formated from the "data_prep" function in IEAnalyzeR.
#'
#' @import ggplot
#' @import ggplot2
#' @import plotly
#'
#' @param df_obj Data object produced by the "data_prep" function.
Expand Down

0 comments on commit a6e6639

Please sign in to comment.