Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
16 changes: 9 additions & 7 deletions .Rbuildignore
Original file line number Diff line number Diff line change
@@ -1,7 +1,9 @@
\.gitignore
\.project
\.settings
\.Rbuildignore
.*\.tar\.gz
\.Rbuildignore.Rcheck
RSocrata.Rcheck
\.gitignore
\.project
\.settings
\.Rbuildignore
.*\.tar\.gz
\.Rbuildignore.Rcheck
RSocrata.Rcheck
^.*\.Rproj$
^\.Rproj\.user$
3 changes: 3 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -10,3 +10,6 @@
*.pdf
/DESCRIPTION.Rcheck
/.Rbuildignore.Rcheck
.Rproj.user
*.Rproj
.Rhistory
36 changes: 18 additions & 18 deletions DESCRIPTION
Original file line number Diff line number Diff line change
@@ -1,18 +1,18 @@
Package: RSocrata
Title: Download Socrata datasets as R data frames
Description: Provided with a Socrata dataset resource URL,
or a Socrata SoDA web API query,
or a Socrata "human-friendly" URL,
returns an R data frame.
Converts dates to POSIX format.
Manages throttling by Socrata.
Version: 1.4
Date: 2014-03-18
Depends:
httr (>= 0.3),
RJSONIO
Suggests:
RUnit
Author: Hugh J. Devlin, Ph. D. and Tom Schenk, Jr.
Maintainer: Hugh J. Devlin <Hugh.Devlin@cityofchicago.org>
License: MIT + file LICENSE
Package: RSocrata
Title: Download Socrata datasets as R data frames
Description: Provided with a Socrata dataset resource URL,
or a Socrata SoDA web API query,
or a Socrata "human-friendly" URL,
returns an R data frame.
Converts dates to POSIX format.
Manages throttling by Socrata.
Version: 1.5
Date: 2014-03-18
Depends:
httr (>= 0.3),
jsonlite
Suggests:
RUnit
Author: Hugh J. Devlin, Ph. D. and Tom Schenk, Jr.
Maintainer: Hugh J. Devlin <Hugh.Devlin@cityofchicago.org>
License: MIT + file LICENSE
10 changes: 5 additions & 5 deletions NAMESPACE
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
export(fieldName)
export(posixify)
export(read.socrata)
import(RJSONIO)
import(httr)
# Generated by roxygen2 (4.0.1): do not edit by hand

export(fieldName)
export(posixify)
export(read.socrata)
Loading