Skip to content

Commit

Permalink
refactor: update NAMESPACE
Browse files Browse the repository at this point in the history
  • Loading branch information
elipousson committed May 8, 2023
1 parent 1155efe commit 44cbca7
Showing 1 changed file with 24 additions and 1 deletion.
25 changes: 24 additions & 1 deletion NAMESPACE
Original file line number Diff line number Diff line change
@@ -1,6 +1,29 @@
# Generated by roxygen2: do not edit by hand

S3method(cli_format,sf)
S3method(st_bbox_asp,bbox)
S3method(st_bbox_asp,default)
S3method(st_bbox_asp,list)
S3method(st_bbox_asp,sf_list)
S3method(st_bbox_ext,bbox)
S3method(st_bbox_ext,default)
S3method(st_bbox_ext,list)
S3method(st_bbox_ext,sf_list)
S3method(st_buffer_ext,bbox)
S3method(st_buffer_ext,default)
S3method(st_buffer_ext,list)
S3method(st_buffer_ext,sf_list)
S3method(st_nudge,bbox)
S3method(st_nudge,default)
S3method(st_nudge,sf)
S3method(st_scale_rotate,bbox)
S3method(st_scale_rotate,default)
S3method(st_scale_rotate,sf)
S3method(st_scale_rotate,sfc)
S3method(st_square,bbox)
S3method(st_square,default)
S3method(st_square,sf)
S3method(st_square,sfc)
export(address_to_sf)
export(as_bbox)
export(as_centroid)
Expand All @@ -17,7 +40,6 @@ export(as_sf_class)
export(as_sf_list)
export(as_sfc)
export(as_startpoint)
export(as_wgs84)
export(as_xy)
export(bind_units_col)
export(check_coords)
Expand Down Expand Up @@ -151,6 +173,7 @@ export(st_transform_ext)
export(st_trim)
export(st_union_by)
export(st_union_ext)
export(st_wgs84)
export(transform_sf)
export(write_exif_from)
export(write_sf_cache)
Expand Down

0 comments on commit 44cbca7

Please sign in to comment.