Skip to content

Commit

Permalink
update NAMESPACE
Browse files Browse the repository at this point in the history
  • Loading branch information
elipousson committed Sep 8, 2023
1 parent b086d11 commit 5f6d0a7
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions NAMESPACE
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,7 @@ export(as_sf_list)
export(as_sfc)
export(as_startpoint)
export(as_xy)
export(bind_sf_coverage)
export(bind_units_col)
export(check_coords)
export(check_sf)
Expand Down Expand Up @@ -170,7 +171,9 @@ export(st_is_ext)
export(st_join_ext)
export(st_length_ext)
export(st_make_grid_ext)
export(st_make_valid_coverage)
export(st_make_valid_ext)
export(st_make_valid_union)
export(st_nudge)
export(st_omerc)
export(st_scale_rotate)
Expand All @@ -189,6 +192,7 @@ export(write_sf_gsheet)
export(write_sf_list)
export(write_sf_svg)
import(rlang)
importFrom(cli,builtin_theme)
importFrom(cli,cli_abort)
importFrom(cli,cli_alert_danger)
importFrom(cli,cli_alert_info)
Expand All @@ -198,8 +202,10 @@ importFrom(cli,cli_bullets)
importFrom(cli,cli_format)
importFrom(cli,cli_inform)
importFrom(cli,cli_progress_along)
importFrom(cli,cli_vec)
importFrom(cli,cli_warn)
importFrom(cli,pluralize)
importFrom(cli,qty)
importFrom(cliExtras,cli_abort_ifnot)
importFrom(cliExtras,cli_ask)
importFrom(cliExtras,cli_list_files)
Expand Down

0 comments on commit 5f6d0a7

Please sign in to comment.