-
Notifications
You must be signed in to change notification settings - Fork 17
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 #51 from graceli8/master
Great, thanks @graceli8
- Loading branch information
Showing
3 changed files
with
260 additions
and
1 deletion.
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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -12,3 +12,5 @@ | |
^script\.R$ | ||
^docs$ | ||
^paper\.md$ | ||
^\.Rproj\.user$ | ||
^codemeta\.json$ |
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 |
---|---|---|
@@ -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" | ||
} |