Skip to content

Commit

Permalink
docs: update function docs
Browse files Browse the repository at this point in the history
- docs: update function docs
- refactor: move janitor to Suggests
  • Loading branch information
elipousson committed May 1, 2023
1 parent d22515a commit 899b9a8
Show file tree
Hide file tree
Showing 7 changed files with 118 additions and 100 deletions.
2 changes: 1 addition & 1 deletion DESCRIPTION
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,6 @@ Imports:
filenamr (>= 0.1.0.9002),
glue,
grDevices,
janitor,
lifecycle,
purrr,
rlang (>= 1.1.0),
Expand All @@ -39,6 +38,7 @@ Suggests:
gistr,
googlesheets4,
httr2,
janitor,
knitr,
lwgeom,
naniar,
Expand Down
10 changes: 7 additions & 3 deletions NAMESPACE
Original file line number Diff line number Diff line change
Expand Up @@ -74,6 +74,7 @@ export(list_data_files)
export(lonlat_to_sfc)
export(make_filename)
export(make_sf_grid_list)
export(new_sf_list)
export(number_features)
export(number_sf)
export(read_sf_csv)
Expand Down Expand Up @@ -206,8 +207,8 @@ importFrom(filenamr,make_filename)
importFrom(filenamr,read_exif)
importFrom(glue,glue)
importFrom(glue,glue_collapse)
importFrom(janitor,clean_names)
importFrom(janitor,make_clean_names)
importFrom(grDevices,dev.off)
importFrom(grDevices,svg)
importFrom(lifecycle,badge)
importFrom(lifecycle,deprecated)
importFrom(lifecycle,signal_stage)
Expand All @@ -224,7 +225,6 @@ importFrom(rlang,fn_fmls)
importFrom(rlang,has_length)
importFrom(rlang,has_name)
importFrom(rlang,is_function)
importFrom(rlang,is_interactive)
importFrom(rlang,is_lambda)
importFrom(rlang,is_missing)
importFrom(rlang,is_named)
Expand Down Expand Up @@ -277,7 +277,10 @@ importFrom(sf,st_transform)
importFrom(sf,st_union)
importFrom(sf,st_zm)
importFrom(sf,write_sf)
importFrom(tibble,as_tibble)
importFrom(tibble,enframe)
importFrom(tibble,is_tibble)
importFrom(tibble,tibble)
importFrom(units,as_units)
importFrom(units,drop_units)
importFrom(units,set_units)
Expand All @@ -286,4 +289,5 @@ importFrom(utils,download.file)
importFrom(utils,modifyList)
importFrom(utils,unzip)
importFrom(vctrs,vec_as_names)
importFrom(vctrs,vec_cbind)
importFrom(vctrs,vec_rbind)
8 changes: 7 additions & 1 deletion man/address_to_sf.Rd

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

37 changes: 16 additions & 21 deletions man/as_sf.Rd

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

5 changes: 0 additions & 5 deletions man/is_sf.Rd

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

56 changes: 56 additions & 0 deletions man/sf_list.Rd

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

100 changes: 31 additions & 69 deletions man/write_sf_svg.Rd

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

0 comments on commit 899b9a8

Please sign in to comment.