Skip to content

Commit

Permalink
Merge branch 'main' into 270-create-hex-logo
Browse files Browse the repository at this point in the history
  • Loading branch information
PietrH committed Apr 10, 2024
2 parents 32c1fe4 + 2d44ce9 commit 1d8770b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions R/round_coordinates.R
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ round_coordinates <- function(package, digits = 3) {
msg = glue::glue(
"Can't round from {original_digits} to {digits} digits. ",
"`{original_digits}` is derived from the ",
"`package$coordinatePrecision={original_precision}`.",
"`package$coordinatePrecision={original_precision}`."
)
)
} else {
Expand All @@ -78,7 +78,7 @@ round_coordinates <- function(package, digits = 3) {
msg = glue::glue(
"Can't round from {original_digits} to {digits} digits. ",
"`{original_digits}` is the maximum number of decimals for latitude ",
"in the data.",
"in the data."
)
)
}
Expand Down

0 comments on commit 1d8770b

Please sign in to comment.