Skip to content

Commit 22689e7

Browse files
committed
drop Rcpp from Imports:
1 parent 913edae commit 22689e7

File tree

3 files changed

+0
-3
lines changed

3 files changed

+0
-3
lines changed

DESCRIPTION

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,6 @@ Imports:
6565
grDevices,
6666
grid,
6767
magrittr,
68-
Rcpp (>= 0.12.18),
6968
s2 (>= 1.1.0),
7069
stats,
7170
tools,

NAMESPACE

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -532,7 +532,6 @@ importFrom(DBI,dbGetQuery)
532532
importFrom(DBI,dbReadTable)
533533
importFrom(DBI,dbSendQuery)
534534
importFrom(DBI,dbWriteTable)
535-
importFrom(Rcpp,evalCpp)
536535
importFrom(classInt,classIntervals)
537536
importFrom(grDevices,cm)
538537
importFrom(grDevices,dev.size)

R/init.R

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,6 @@
55
#' @importFrom grid convertHeight convertUnit convertWidth current.viewport linesGrob nullGrob pathGrob pointsGrob polylineGrob unit viewport
66
#' @import graphics
77
#' @importFrom grDevices dev.size rgb cm
8-
#' @importFrom Rcpp evalCpp
98
#' @importFrom DBI dbConnect dbDisconnect dbExecute dbGetQuery dbReadTable dbSendQuery dbWriteTable
109
#' @importFrom units as_units drop_units make_unit_label set_units
1110
#' @importFrom classInt classIntervals

0 commit comments

Comments
 (0)