forked from Chicago/RSocrata
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request Chicago#51 from Chicago/dev Pull request for v1.6.1 Remove NEWS.md from build to avoid NOTE Build number bump and date change R 3.2.1 wants all URLs in canonical form--has been changed Fix type-o in Coveralls badge Merge remote-tracking branch 'upstream/dev' into dev split & improve 4x4 logic (tests pass) bump to 1.6.3 Add new Floatin Timestamp format for posixify + add test split validate + test validate url split test fix travis don't run, not do not run fix travis again add errorHandling function and rename getResponse to checkResponse update test else if [skip ci] add not finished test for Chicago#27, Chicago#24 [skip ci] go over sprint7 branch [skip ci] text/plain [skip ci] fix paste -> paste0 because of sep="" which I deleted delete note.md + update date [skip ci] geo readme Merge remote-tracking branch 'upstream/dev' into dev Merge remote-tracking branch 'origin/dev' into dev Conflicts: DESCRIPTION add geojson example & vignette (dependencies are suggested, later to be moved to required) should fix travis now fix again second time the same. give up give up on travis. wont work ? fix last time again tests and comments (geo too) update functions, move 4x4 to utils.R update docu + .md files add geojson support. not finished Merge pull request Chicago#53 from dmpe/dev Split functions and other smaller improvements fix leaflet example, not SP object but the list and add a new contributor fix test [skip ci] Merge pull request Chicago#56 from dmpe/dev-geojson-big bind -> rbind.fill; getMetadata; GeoJSON method Fixed version number scheme Using building numbers, x.y.z-b. The "z" should only be incremented on bug releases being planned. Human-readable URLs are not being deprecated Fixes build url under certain domain cases Re-added human-readable URL Added unit tests for broken-out URLs Removed unnecessary library listings Cleaned-up documentation Increment build info Updated help files Removed vignettes, updated documentation for style Example formatting issues, cleaned-up comments Turned on tests Examples on read.socrata taking too long, stopped their run Merge pull request #4 from Chicago/dev Dev
- Loading branch information
Showing
33 changed files
with
1,108 additions
and
580 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
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 |
---|---|---|
|
@@ -13,3 +13,5 @@ | |
*.Rproj.user | ||
*.Rhistory | ||
.Rproj.user | ||
inst/doc | ||
/vignettes/rsconnect |
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
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,16 +1,19 @@ | ||
# Generated by roxygen2 (4.1.1): do not edit by hand | ||
# Generated by roxygen2: do not edit by hand | ||
|
||
export(fieldName) | ||
export(getMetadata) | ||
export(isFourByFour) | ||
export(ls.socrata) | ||
export(posixify) | ||
export(read.socrata) | ||
export(read.socrataGEO) | ||
export(validateUrl) | ||
importFrom(geojsonio,geojson_read) | ||
importFrom(httr,GET) | ||
importFrom(httr,add_headers) | ||
importFrom(httr,build_url) | ||
importFrom(httr,config) | ||
importFrom(httr,content) | ||
importFrom(httr,http_status) | ||
importFrom(httr,parse_url) | ||
importFrom(httr,stop_for_status) | ||
importFrom(jsonlite,fromJSON) | ||
importFrom(mime,guess_type) | ||
importFrom(plyr,rbind.fill) |
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.