File tree Expand file tree Collapse file tree 2 files changed +2
-1
lines changed
Expand file tree Collapse file tree 2 files changed +2
-1
lines changed Original file line number Diff line number Diff line change @@ -525,6 +525,7 @@ importFrom(DBI,dbSendQuery)
525525importFrom(DBI,dbWriteTable)
526526importFrom(Rcpp,evalCpp)
527527importFrom(classInt,classIntervals)
528+ importFrom(grDevices,cm)
528529importFrom(grDevices,dev.size)
529530importFrom(grDevices,rgb)
530531importFrom(grid,convertHeight)
Original file line number Diff line number Diff line change 44# ' @importFrom methods as new slot slotNames "slot<-"
55# ' @importFrom grid convertHeight convertUnit convertWidth current.viewport linesGrob nullGrob pathGrob pointsGrob polylineGrob unit viewport
66# ' @import graphics
7- # ' @importFrom grDevices dev.size rgb
7+ # ' @importFrom grDevices dev.size rgb cm
88# ' @importFrom Rcpp evalCpp
99# ' @importFrom DBI dbConnect dbDisconnect dbExecute dbGetQuery dbReadTable dbSendQuery dbWriteTable
1010# ' @importFrom units as_units drop_units make_unit_label set_units
You can’t perform that action at this time.
0 commit comments