Skip to content

Commit

Permalink
fix package check
Browse files Browse the repository at this point in the history
  • Loading branch information
M3nin0 committed Jul 2, 2024
1 parent bd1f04e commit 0d17250
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion R/api_plot_vector.R
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@
# verifies if stars package is installed
.check_require_packages("stars")
# verifies if tmap package is installed
.check_require_packages("plot")
.check_require_packages("tmap")
# precondition - check color palette
.check_palette(palette)
# revert the palette
Expand Down

0 comments on commit 0d17250

Please sign in to comment.