Skip to content

Commit

Permalink
crn
Browse files Browse the repository at this point in the history
  • Loading branch information
dcooley committed Aug 30, 2023
1 parent 602a7ae commit 16f527c
Show file tree
Hide file tree
Showing 5 changed files with 9 additions and 7 deletions.
1 change: 1 addition & 0 deletions .Rbuildignore
Original file line number Diff line number Diff line change
Expand Up @@ -11,3 +11,4 @@ inst/cppapi/*
^pkgdown$
^\.github$
^vignettes*
^CRAN-SUBMISSION$
7 changes: 5 additions & 2 deletions DESCRIPTION
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,12 @@ Version: 0.1.0
Date: 2023-08-29
Authors@R: c(
person("David", "Cooley", ,"[email protected]", role = c("aut", "cre")),
person("Ray", "Shao", ,"[email protected]", role = c("ctb"))
person("Ray", "Shao", ,"[email protected]", role = c("aut"))
)
Description: Provides access to Uber's 'H3' geospatial indexing system.
Description: Provides access to Uber's 'H3' geospatial indexing system via 'h3lib'
<https://CRAN.R-project.org/package=h3lib>. 'h3r' is designed to mimic the 'H3'
Application Programming Interface (API) <https://h3geo.org/docs/api/indexing/>,
so that any function in the API is also availble in 'h3r'.
License: MIT + file LICENSE
URL: https://symbolixau.github.io/h3r/
BugReports: https://github.com/symbolixau/h3r/issues
Expand Down
2 changes: 1 addition & 1 deletion README.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ h3r::latLngToCell(
```


Most of the [H3 API](https://h3geo.org/docs/api/indexing) is included in this package as R functions. The only exceptions are
Most of the [H3 API](https://h3geo.org/docs/api/indexing/) is included in this package as R functions. The only exceptions are

- stringToH3
- h3ToString
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,8 @@ h3r::latLngToCell(
# [1] "81be7ffffffffff" "8ebe6356311035f"
```

Most of the [H3 API](https://h3geo.org/docs/api/indexing) is included in
this package as R functions. The only exceptions are
Most of the [H3 API](https://h3geo.org/docs/api/indexing/) is included
in this package as R functions. The only exceptions are

- stringToH3
- h3ToString
Expand Down
2 changes: 0 additions & 2 deletions src/h3r.c

This file was deleted.

0 comments on commit 16f527c

Please sign in to comment.