Skip to content

Commit

Permalink
Merge branch 'v1.0' of github.com:luukvdmeer/sfnetworks into v1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
luukvdmeer committed Nov 17, 2024
2 parents baa2242 + 56c838f commit cd7a4ac
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions data-raw/mozart.R
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,7 @@ mozart = bind_rows(pts, pls) |>
st_transform(3035) |>
mutate(across(where(is.character), .fns = function(x){return(`Encoding<-`(x, "UTF-8"))}))

st_crs(mozart)$wkt <- gsub("ü", "\\\u00fc", st_crs(mozart)$wkt)

# save as lazy data
usethis::use_data(mozart, overwrite = TRUE)
Binary file modified data/mozart.rda
Binary file not shown.

0 comments on commit cd7a4ac

Please sign in to comment.