- Add
resource
argument tocall_sedt_api()
that supports a wider range of resource inputs: URLs (including ArcGIS FeatureLayer and Table URLs), spatial data file paths,sf
orsfc
object, and data frames with columns matching the suppliedresource_lat_column
andresource_lon_column
values. All input data must use POINT geometry. Seearcgislayers::arc_read()
for more on working with ArcGIS layer URLs. - Add default values ("lat" and "lon") for
resource_lat_column
andresource_lon_column
. - Allow users to set default
acs_data_year
using the"sedtR.year"
option. - Use .onAttach intead of .onLoad for package start-up messages (consistent with guidance)
- Makes
create_demo_chart()
andcreate_map()
operational - Provides description of how to use
create_demo_chart()
andcreate_map()
on the README
- Polish package readme to be more user-friendly
- Remove
urbnthemes
fromcreate_demo_chart()
- Implement best practices suggested by Eli Pousson (elipousson)
- Fix installation issue with
urbnthemes
package - Fix package misspellings in
tests/create_dc_test_data.R
- First release