-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Loading status checks…
prepare for release
1 parent
444f80e
commit 261b184
Showing
20 changed files
with
5,148 additions
and
66 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -6,4 +6,8 @@ | |
^dev$ | ||
^README\.Rmd$ | ||
^README\.md$ | ||
^.Rprofile$ | ||
^.Rprofile$ | ||
^.github/$ | ||
^src/vendor/$ | ||
^src/rust/vendor$ | ||
.github |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,5 @@ | ||
config.log | ||
config.status | ||
autom4te.cache | ||
.Rproj.user | ||
.Rprofile | ||
.Rprofile |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,26 +1,33 @@ | ||
Package: arcgisplaces | ||
Title: What the Package Does (One Line, Title Case) | ||
Title: Search for POIs using ArcGIS 'Places Service' | ||
Version: 0.0.0.9003 | ||
Authors@R: | ||
person("Josiah", "Parry", , "[email protected]", role = c("aut", "cre"), | ||
comment = c(ORCID = "0000-0001-9910-865X")) | ||
Description: What the package does (one paragraph). | ||
Description: The ArcGIS 'Places service' is a ready-to-use location | ||
service that can search for businesses and geographic locations around | ||
the world. It allows you to find, locate, and discover detailed | ||
information about each place. Query for places near a point, within a | ||
bounding box, filter based on categories, or provide search text. | ||
'arcgisplaces' integrates with 'sf' for out of the box compatibility | ||
with other spatial libraries. | ||
License: Apache License (>= 2) | ||
Encoding: UTF-8 | ||
Language: en | ||
Roxygen: list(markdown = TRUE) | ||
RoxygenNote: 7.3.1 | ||
Imports: | ||
arcgisutils (>= 0.2.0.9001), | ||
arcgisutils (>= 0.3.0), | ||
cli, | ||
httr2 (>= 1.0.0), | ||
rlang, | ||
wk | ||
Config/rextendr/version: 0.3.1.9000 | ||
SystemRequirements: Cargo (Rust's package manager), rustc | ||
SystemRequirements: Cargo (Rust's package manager), rustc, OpenSSL | ||
Suggests: | ||
sf | ||
Depends: | ||
R (>= 2.10) | ||
LazyData: true | ||
Remotes: r-arcgis/arcgisutils | ||
Remotes: | ||
r-arcgis/arcgisutils |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.