Skip to content

Commit

Permalink
docs: document 📚
Browse files Browse the repository at this point in the history
  • Loading branch information
loreabad6 committed Aug 31, 2024
1 parent f2c4e17 commit f8e2894
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 3 deletions.
15 changes: 15 additions & 0 deletions NAMESPACE
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
# Generated by roxygen2: do not edit by hand

S3method("st_crs<-",post_table)
S3method(arrange,post_table)
S3method(as_post_array,post_table)
S3method(as_post_array,sf)
Expand All @@ -14,11 +15,18 @@ S3method(mutate,post_table)
S3method(rename,post_table)
S3method(rowwise,post_table)
S3method(select,post_table)
S3method(slice,post_table)
S3method(spatial,post_table)
S3method(st_as_sf,post_table)
S3method(st_normalize,post_table)
S3method(st_shift_longitude,post_table)
S3method(st_transform,post_table)
S3method(st_wrap_dateline,post_table)
S3method(st_zm,post_table)
S3method(ungroup,post_table)
export(as_post_array)
export(as_post_table)
export(st_set_crs.post_table)
export(summarise_geometry_bbox)
export(summarise_geometry_centroid)
export(summarise_geometry_union)
Expand All @@ -39,9 +47,11 @@ importFrom(dplyr,relocate)
importFrom(dplyr,rename)
importFrom(dplyr,rowwise)
importFrom(dplyr,select)
importFrom(dplyr,slice)
importFrom(dplyr,ungroup)
importFrom(rlang,`!!`)
importFrom(rlang,sym)
importFrom(sf,`st_crs<-`)
importFrom(sf,`st_geometry<-`)
importFrom(sf,st_agr)
importFrom(sf,st_as_sf)
Expand All @@ -53,10 +63,15 @@ importFrom(sf,st_drop_geometry)
importFrom(sf,st_equals)
importFrom(sf,st_geometry_type)
importFrom(sf,st_make_valid)
importFrom(sf,st_normalize)
importFrom(sf,st_set_crs)
importFrom(sf,st_set_geometry)
importFrom(sf,st_sf)
importFrom(sf,st_shift_longitude)
importFrom(sf,st_transform)
importFrom(sf,st_union)
importFrom(sf,st_wrap_dateline)
importFrom(sf,st_zm)
importFrom(stars,st_as_stars)
importFrom(stars,st_dimensions)
importFrom(tidyr,complete)
Expand Down
8 changes: 5 additions & 3 deletions _pkgdown.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ repo:
url:
home: https://github.com/loreabad6/post
source: https://github.com/loreabad6/post/blob/HEAD
issue: https://github.com/loreabad6/post/issues
issues: https://github.com/loreabad6/post/issues

authors:
Lorena Abad:
Expand All @@ -27,7 +27,7 @@ reference:
- as_post_array
- as_post_table

- title: "Helpers for post object creation"
- title: "Helpers for creation"
- subtitle: "Summarise geometries"
contents:
- summarise_geometry
Expand All @@ -39,6 +39,8 @@ reference:

- title: "Compatibility with other packages"
- subtitle: "With sf"
contents:
- sf-post_table
- subtitle: "With cubble"
contents:
- cubble-face
Expand All @@ -49,5 +51,5 @@ reference:
those when the result would not be a post object anymore
e.g. `dplyr::summarise`.
contents:
- cubble-dplyr
- dplyr

0 comments on commit f8e2894

Please sign in to comment.