Skip to content

Commit

Permalink
0.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Damonsoul committed Nov 10, 2024
1 parent 14fe54b commit 7f7aee1
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 7 deletions.
6 changes: 3 additions & 3 deletions CRAN-SUBMISSION
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
Version: 0.1.0
Date: 2024-10-24 04:43:34 UTC
SHA: 8ccbffef2fac4b236377bf4aa35c085c85b51461
Version: 0.1.1
Date: 2024-11-10 01:48:27 UTC
SHA: 14fe54b31052deaf73f67e9d57d1f61c1794c22f
3 changes: 2 additions & 1 deletion R/RcppExports.R
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,6 @@
# Generator token: 10BE3573-1514-4C36-9D1C-5A225CD40393

convertCoordinates <- function(latitude, longitude, from, to) {
.Call(`_leafletZH_convertCoordinates`, latitude, longitude, from, to)
.Call(`_leafletZH_convertCoordinates`, latitude, longitude, from, to)
}

4 changes: 2 additions & 2 deletions man/leafletZH-package.Rd

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

2 changes: 1 addition & 1 deletion vignettes/ShapeMap.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -130,7 +130,7 @@ leaflet() |>
latitude = c(31.1, 31.919, 31.917, 31.15, 31.5),
coordinate = "WGS-84"
) |>
addAwesomeMarkers(
addAwesomeMarkers(
lng = c(121.0, 122.1, 121.2, 122.15, 121.5),
lat = c(31.1, 31.919, 31.917, 31.15, 31.5)
)
Expand Down

0 comments on commit 7f7aee1

Please sign in to comment.