Our first R-ArcGIS community event
2 hour testing & code sprint
- 90 mins testing
- 30 remainder questions / discussion
- New R package for interfacing with the ArcGIS REST API
- Part of the R-ArcGIS Bridge, distinct from
{arcgisbinding}
- Open source
- See how to improve new user experience
- Identify critical bugs
- Know where to improve docs
- Errors, Warnings, Messages
- Documentation
- Additional feedback
- Unexpected errors
- Confusing error messages
- Something should be an error but isn’t
- Should be a warning but isn’t
- No message where expected?
- pkgdown site:
- function
reference:
- do the argument definitions make sense?
- are the details specific/clear enough?
- do the examples work and make sense?
- function
reference:
- Guides:
- clarity, typos, missing detail?
- OneNote: R-ArcGIS Bridge Info (Web view)
- On GitHub
- Packages:
arcgislayers
&arcgisutils
- Documentation:
- Packages:
-
Ensure remotes is installed
install.packages("remotes")
-
Install the development version of
arcgislayers
and its dependencyarcgisutils
remotes::install_github("r-arcgis/arcgislayers")
- Publishing
- Editing
- Deleting
- Private content
-
Use your own ArcGIS Online Account
OR
-
Use a provided testing account
ArcGIS Online Accounts (Web view)
- Living Atlas
- ArcGIS Hubs
- Data.gov
- Ca.gov
- DHS
- and a lot more….
- Ask in the Teams chat
- After the event, reach out to the team by email: [email protected]
- Or make a discussion post on GitHub