Skip to content

Commit

Permalink
add text.sfc(), news; #2399
Browse files Browse the repository at this point in the history
  • Loading branch information
edzer committed May 22, 2024
1 parent 69fb5f4 commit 6990eb9
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
1 change: 1 addition & 0 deletions NAMESPACE
Original file line number Diff line number Diff line change
Expand Up @@ -358,6 +358,7 @@ S3method(str,sfc)
S3method(summary,sfc)
S3method(t,sgbp)
S3method(text,sf)
S3method(text,sfc)
S3method(transform,sf)
S3method(vec_cast.sfc,default)
S3method(vec_cast.sfc,sfc)
Expand Down
2 changes: 1 addition & 1 deletion NEWS.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# version 1.0-17

* `text.sf()` adds labels to base plots at geometry centroids; #2399
* `text.sf()` and `text.sfc()` add labels to base plots at geometry centroids; #2399

* `st_sf()` no longer strips `tbl` or `tbl_df` class labels; #2378

Expand Down
5 changes: 4 additions & 1 deletion man/plot.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 6990eb9

Please sign in to comment.