Skip to content

Commit

Permalink
fix function that was accidentally unexported
Browse files Browse the repository at this point in the history
  • Loading branch information
paleolimbot committed Jan 3, 2022
1 parent 10803ce commit 18ee98d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions NAMESPACE
Original file line number Diff line number Diff line change
Expand Up @@ -385,6 +385,7 @@ export(wk_void_handler)
export(wk_writer)
export(wkb)
export(wkb_translate_wkb)
export(wkb_translate_wkt)
export(wkb_writer)
export(wkt)
export(wkt_format_handler)
Expand Down
1 change: 1 addition & 0 deletions R/deprecated.R
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@
#' @param ... Used to keep backward compatibility with previous
#' versions of these functions.
#'
#' @export
#' @rdname deprecated
#'
wkb_translate_wkt <- function(wkb, ..., precision = 16, trim = TRUE) {
Expand Down

0 comments on commit 18ee98d

Please sign in to comment.