Skip to content

Commit

Permalink
Merge pull request #2276 from rsbivand/main
Browse files Browse the repository at this point in the history
add importFrom grDevices cm
  • Loading branch information
edzer authored Nov 29, 2023
2 parents a83bc04 + 78d0382 commit 9d2a86e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions NAMESPACE
Original file line number Diff line number Diff line change
Expand Up @@ -525,6 +525,7 @@ importFrom(DBI,dbSendQuery)
importFrom(DBI,dbWriteTable)
importFrom(Rcpp,evalCpp)
importFrom(classInt,classIntervals)
importFrom(grDevices,cm)
importFrom(grDevices,dev.size)
importFrom(grDevices,rgb)
importFrom(grid,convertHeight)
Expand Down
2 changes: 1 addition & 1 deletion R/init.R
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
#' @importFrom methods as new slot slotNames "slot<-"
#' @importFrom grid convertHeight convertUnit convertWidth current.viewport linesGrob nullGrob pathGrob pointsGrob polylineGrob unit viewport
#' @import graphics
#' @importFrom grDevices dev.size rgb
#' @importFrom grDevices dev.size rgb cm
#' @importFrom Rcpp evalCpp
#' @importFrom DBI dbConnect dbDisconnect dbExecute dbGetQuery dbReadTable dbSendQuery dbWriteTable
#' @importFrom units as_units drop_units make_unit_label set_units
Expand Down

0 comments on commit 9d2a86e

Please sign in to comment.