diff --git a/.Rbuildignore b/.Rbuildignore index 5799cf1..a2a58e0 100644 --- a/.Rbuildignore +++ b/.Rbuildignore @@ -12,3 +12,5 @@ ^script\.R$ ^docs$ ^paper\.md$ +^\.Rproj\.user$ +^codemeta\.json$ diff --git a/DESCRIPTION b/DESCRIPTION index 6019d7f..6f9e189 100644 --- a/DESCRIPTION +++ b/DESCRIPTION @@ -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"), @@ -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 diff --git a/codemeta.json b/codemeta.json new file mode 100644 index 0000000..36a89a8 --- /dev/null +++ b/codemeta.json @@ -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" +}