-
Notifications
You must be signed in to change notification settings - Fork 82
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Moved most 'Depends' packages to 'Imports' in DESCRIPTION. Added 'Imp…
…ortFrom' in NAMESPACE. Strangely, had to comment out fieldNames examplein the documentation.
- Loading branch information
Showing
4 changed files
with
20 additions
and
21 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 |
---|---|---|
|
@@ -8,18 +8,18 @@ Description: Provides easier interaction with | |
returns an R data frame. | ||
Converts dates to 'POSIX' format. | ||
Manages throttling by 'Socrata'. | ||
Version: 1.6.0-12 | ||
Date: 2015-4-20 | ||
Version: 1.6.0-13 | ||
This comment has been minimized.
Sorry, something went wrong. |
||
Date: 2015-6-5 | ||
URL: https://github.com/Chicago/RSocrata | ||
BugReports: https://github.com/Chicago/RSocrata/issues | ||
Depends: | ||
Imports: | ||
httr (>= 0.3), | ||
jsonlite (>= 0.9.14), | ||
mime (>= 0.2) | ||
Imports: | ||
mime (>= 0.2), | ||
Depends: | ||
curl (>= 0.5) | ||
Suggests: | ||
RUnit | ||
Author: Hugh Devlin, Ph. D. and Tom Schenk, Jr. | ||
Maintainer: "Tom Schenk Jr." <[email protected]> | ||
License: MIT + file LICENSE | ||
License: MIT + file LICENSE |
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
Can you bump this to the first build of 1.6.1 since it's a bug fix?