Skip to content

Commit

Permalink
fixed note warning
Browse files Browse the repository at this point in the history
  • Loading branch information
BenSt099 committed Feb 20, 2024
1 parent caa11ed commit 74f88ce
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions NAMESPACE
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,6 @@
export(circlesplot)
importFrom(grDevices,recordPlot)
importFrom(graphics,par)
importFrom(graphics,rect)
importFrom(graphics,text)
importFrom(plotrix,draw.circle)
1 change: 1 addition & 0 deletions R/circlesplot.R
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@
#' @importFrom graphics par text
#' @importFrom plotrix draw.circle
#' @importFrom grDevices recordPlot
#' @importFrom graphics rect
#' @return Returns object of class 'recordedPlot'. Can be used for saving the plot to a variable and replay it again (See https://benst099.github.io/circlesplot/articles/cp_vignette.html).
#' @export circlesplot
#'
Expand Down

0 comments on commit 74f88ce

Please sign in to comment.