noncensus 0.1
-------------

NEW FEATURES

* First version of the `noncensus` package. Collection of various regional
  information determined by the U.S. Census Bureau along with demographic data.

DATA

* `states`: the census regions of each U.S. state as defined by the
  U.S. Census Bureau. Also includes U.S. territories and demographic data.

* `counties`: FIPS codes and demographic data for counties and county-equivalent
  entities.

* `combined_areas`: Combined Statistical Areas (CSAs), which are groupings of
  U.S. counties by the U.S. Census Bureau. Load data with
  data(statistical_areas).

* `corebased_areas`: Core-based Statistical Areas (CBSAs), which are groupings
  of U.S. counties by the U.S. Census Bureau. Load data with
  data(statistical_areas).

* `zip_codes`: U.S. zip codes and related data. Including the city, state,
  latitude, and longitude. Also, includes county FIPS codes to map zip codes to
  FIPS codes.
