Skip to content

Commit

Permalink
Merge pull request #51 from graceli8/master
Browse files Browse the repository at this point in the history
Great, thanks @graceli8
  • Loading branch information
mpadge authored Dec 1, 2017
2 parents fc27453 + b24102f commit b63e520
Show file tree
Hide file tree
Showing 3 changed files with 260 additions and 1 deletion.
2 changes: 2 additions & 0 deletions .Rbuildignore
Original file line number Diff line number Diff line change
Expand Up @@ -12,3 +12,5 @@
^script\.R$
^docs$
^paper\.md$
^\.Rproj\.user$
^codemeta\.json$
7 changes: 6 additions & 1 deletion DESCRIPTION
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,9 @@ Package: bikedata
Title: Download and Aggregate Data from Public Hire Bicycle Systems
Version: 0.1.0
Authors@R: c(
person("Mark", "Padgham", email = "mark.padgham@email.com", role = c("aut", "cre")),
person("Mark", "Padgham", email = "mark.padgham@email.com",
role = c("aut", "cre"),
comment = c(ORCID = "https://orcid.org/0000-0003-2172-5265")),
person("Richard", "Ellison", role = "aut"),
person("Bea", "Hernández", role = "rev",
comment = "Bea reviewed the package for ropensci, see https://github.com/ropensci/onboarding/issues/116"),
Expand Down Expand Up @@ -47,3 +49,6 @@ BugReports: https://github.com/ropensci/bikedata/issues
Encoding: UTF-8
LazyData: true
RoxygenNote: 6.0.1
X-schema.org-applicationCategory: Data Access
X-schema.org-keywords: bicycle-hire-systems, bike-hire-systems, bike-hire, bicycle-hire, database, bike-data
X-schema.org-isPartOf: https://ropensci.org
252 changes: 252 additions & 0 deletions codemeta.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,252 @@
{
"@context": [
"https://doi.org/doi:10.5063/schema/codemeta-2.0",
"http://schema.org"
],
"@type": "SoftwareSourceCode",
"identifier": "bikedata",
"description":
"Download and aggregate data from all public hire bicycle systems\n which provide open data, currently including 'Santander' Cycles in London,\n U.K., and from the U.S.A., 'citibike' in New York City NY, 'Divvy' in\n Chicago IL, 'Capital Bikeshare' in Washington DC, 'Hubway' in Boston MA, \n 'Metro' in Los Angeles LA, and 'Indego' in Philadelphia PA.",
"name":
"bikedata: Download and Aggregate Data from Public Hire Bicycle Systems",
"codeRepository": "https://github.com/ropensci/bikedata.git",
"issueTracker": "https://github.com/ropensci/bikedata/issues",
"license": "https://spdx.org/licenses/GPL-3.0",
"version": "0.1.0",
"programmingLanguage": {
"@type": "ComputerLanguage",
"name": "R",
"version": "3.4.2",
"url": "https://r-project.org"
},
"runtimePlatform": "R version 3.4.2 (2017-09-28)",
"provider": {
"@id": "https://cran.r-project.org",
"@type": "Organization",
"name": "Central R Archive Network (CRAN)",
"url": "https://cran.r-project.org"
},
"author": [
{
"@type": "Person",
"givenName": "Mark",
"familyName": "Padgham",
"email": "mark.padgham@email.com",
"@id": "https://orcid.org/0000-0003-2172-5265"
},
{
"@type": "Person",
"givenName": "Richard",
"familyName": "Ellison"
}
],
"contributor": [
{
"@type": "Organization",
"name": "SQLite Consortium"
}
],
"maintainer": {
"@type": "Person",
"givenName": "Mark",
"familyName": "Padgham",
"email": "mark.padgham@email.com",
"@id": "https://orcid.org/0000-0003-2172-5265"
},
"softwareSuggestions": [
{
"@type": "SoftwareApplication",
"identifier": "knitr",
"name": "knitr",
"provider": {
"@id": "https://cran.r-project.org",
"@type": "Organization",
"name": "Central R Archive Network (CRAN)",
"url": "https://cran.r-project.org"
}
},
{
"@type": "SoftwareApplication",
"identifier": "rmarkdown",
"name": "rmarkdown",
"provider": {
"@id": "https://cran.r-project.org",
"@type": "Organization",
"name": "Central R Archive Network (CRAN)",
"url": "https://cran.r-project.org"
}
},
{
"@type": "SoftwareApplication",
"identifier": "roxygen2",
"name": "roxygen2",
"provider": {
"@id": "https://cran.r-project.org",
"@type": "Organization",
"name": "Central R Archive Network (CRAN)",
"url": "https://cran.r-project.org"
}
},
{
"@type": "SoftwareApplication",
"identifier": "testthat",
"name": "testthat",
"provider": {
"@id": "https://cran.r-project.org",
"@type": "Organization",
"name": "Central R Archive Network (CRAN)",
"url": "https://cran.r-project.org"
}
},
{
"@type": "SoftwareApplication",
"identifier": "covr",
"name": "covr",
"provider": {
"@id": "https://cran.r-project.org",
"@type": "Organization",
"name": "Central R Archive Network (CRAN)",
"url": "https://cran.r-project.org"
}
}
],
"softwareRequirements": [
{
"@type": "SoftwareApplication",
"identifier": "DBI",
"name": "DBI",
"provider": {
"@id": "https://cran.r-project.org",
"@type": "Organization",
"name": "Central R Archive Network (CRAN)",
"url": "https://cran.r-project.org"
}
},
{
"@type": "SoftwareApplication",
"identifier": "dodgr",
"name": "dodgr",
"provider": {
"@id": "https://cran.r-project.org",
"@type": "Organization",
"name": "Central R Archive Network (CRAN)",
"url": "https://cran.r-project.org"
}
},
{
"@type": "SoftwareApplication",
"identifier": "httr",
"name": "httr",
"provider": {
"@id": "https://cran.r-project.org",
"@type": "Organization",
"name": "Central R Archive Network (CRAN)",
"url": "https://cran.r-project.org"
}
},
{
"@type": "SoftwareApplication",
"identifier": "lubridate",
"name": "lubridate",
"provider": {
"@id": "https://cran.r-project.org",
"@type": "Organization",
"name": "Central R Archive Network (CRAN)",
"url": "https://cran.r-project.org"
}
},
{
"@type": "SoftwareApplication",
"identifier": "magrittr",
"name": "magrittr",
"provider": {
"@id": "https://cran.r-project.org",
"@type": "Organization",
"name": "Central R Archive Network (CRAN)",
"url": "https://cran.r-project.org"
}
},
{
"@type": "SoftwareApplication",
"identifier": "methods",
"name": "methods"
},
{
"@type": "SoftwareApplication",
"identifier": "Rcpp",
"name": "Rcpp",
"provider": {
"@id": "https://cran.r-project.org",
"@type": "Organization",
"name": "Central R Archive Network (CRAN)",
"url": "https://cran.r-project.org"
}
},
{
"@type": "SoftwareApplication",
"identifier": "RSQLite",
"name": "RSQLite",
"provider": {
"@id": "https://cran.r-project.org",
"@type": "Organization",
"name": "Central R Archive Network (CRAN)",
"url": "https://cran.r-project.org"
}
},
{
"@type": "SoftwareApplication",
"identifier": "reshape2",
"name": "reshape2",
"provider": {
"@id": "https://cran.r-project.org",
"@type": "Organization",
"name": "Central R Archive Network (CRAN)",
"url": "https://cran.r-project.org"
}
},
{
"@type": "SoftwareApplication",
"identifier": "tibble",
"name": "tibble",
"provider": {
"@id": "https://cran.r-project.org",
"@type": "Organization",
"name": "Central R Archive Network (CRAN)",
"url": "https://cran.r-project.org"
}
},
{
"@type": "SoftwareApplication",
"identifier": "xml2",
"name": "xml2",
"provider": {
"@id": "https://cran.r-project.org",
"@type": "Organization",
"name": "Central R Archive Network (CRAN)",
"url": "https://cran.r-project.org"
}
},
{
"@type": "SoftwareApplication",
"identifier": "R",
"name": "R",
"version": "3.0"
}
],
"applicationCategory": "DataAccess",
"isPartOf": "https://ropensci.org",
"keywords": [
"bicycle-hire-systems",
"bike-hire-systems",
"bike-hire",
"bicycle-hire",
"database",
"bike-data"
],
"contIntegration": "https://travis-ci.org/ropensci/bikedata",
"developmentStatus": "active",
"releaseNotes":
"https://github.com/ropensci/bikedata.git/blob/master/NEWS.md",
"readme": "https://github.com/ropensci/bikedata.git/blob/master/README.md",
"fileSize": "2614.888KB"
}

0 comments on commit b63e520

Please sign in to comment.