Skip to content

Commit

Permalink
add bsicons
Browse files Browse the repository at this point in the history
  • Loading branch information
Paul-Carvalho committed Apr 30, 2024
1 parent 55c855b commit b31febc
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 1 deletion.
2 changes: 1 addition & 1 deletion DESCRIPTION
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,7 @@ BugReports: https://pkgname.bugtracker.url
Depends:
R (>= 3.5.0)
Imports:
bsicons (>= 0.1.2),
bslib (>= 0.5.1),
data.table,
DBI,
Expand Down Expand Up @@ -85,7 +86,6 @@ Imports:
yaml,
zoo
Suggests:
bsicons (>= 0.1.2),
foreign,
googlesheets4,
graphics,
Expand Down
1 change: 1 addition & 0 deletions NAMESPACE
Original file line number Diff line number Diff line change
Expand Up @@ -345,6 +345,7 @@ export(write_dat)
export(xy_plot)
export(zone_closure)
export(zone_summary)
import(bsicons)
import(bslib)
import(dplyr)
import(ggplot2)
Expand Down
2 changes: 2 additions & 0 deletions R/zone_closure.R
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,8 @@
#' @import leaflet
#' @import dplyr
#' @import bslib
#' @import bsicons


#' @details Define zone closure scenarios. Function opens an interactive map.
#' Define zone closures by clicking on one or more zones and clicking the
Expand Down

0 comments on commit b31febc

Please sign in to comment.