Skip to content

Commit 0d17250

Browse files
committed
fix package check
1 parent bd1f04e commit 0d17250

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

R/api_plot_vector.R

+1-1
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@
8787
# verifies if stars package is installed
8888
.check_require_packages("stars")
8989
# verifies if tmap package is installed
90-
.check_require_packages("plot")
90+
.check_require_packages("tmap")
9191
# precondition - check color palette
9292
.check_palette(palette)
9393
# revert the palette

0 commit comments

Comments
 (0)