Skip to content

Commit

Permalink
fix lack of crs setter import
Browse files Browse the repository at this point in the history
  • Loading branch information
thomasp85 committed Feb 26, 2024
1 parent 449b60f commit ba94f7f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions NAMESPACE
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ importFrom(rlang,enquo)
importFrom(rlang,eval_tidy)
importFrom(rlang,quo)
importFrom(rlang,quo_is_null)
importFrom(sf,"st_crs<-")
importFrom(sf,"st_geometry<-")
importFrom(sf,st_area)
importFrom(sf,st_as_sfc)
Expand Down
2 changes: 1 addition & 1 deletion R/tween_sf.R
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
#'
#' @importFrom tweenr .complete_states .max_id .has_frames
#' @importFrom rlang enquo
#' @importFrom sf st_crs st_transform
#' @importFrom sf st_crs st_crs<- st_transform
#' @export
#'
#' @examples
Expand Down

0 comments on commit ba94f7f

Please sign in to comment.