rbace

:warning: ARCHIVED :warning: BASE R client

https://github.com/ropensci-archive/rbace

Science Score: 10.0%

This score indicates how likely this project is to be science-related based on various indicators:

  • CITATION.cff file
  • codemeta.json file
  • .zenodo.json file
  • DOI references
  • Academic publication links
  • Committers with academic emails
    1 of 4 committers (25.0%) from academic institutions
  • Institutional organization owner
  • JOSS paper metadata
  • Scientific vocabulary similarity
    Low similarity (13.7%) to scientific vocabulary

Keywords

api-wrapper r r-package rstats scholarly-metadata

Keywords from Contributors

genome geocode routes cycle mock http-mock citations turf vertnet bike-hire
Last synced: 6 months ago · JSON representation

Repository

:warning: ARCHIVED :warning: BASE R client

Basic Info
  • Host: GitHub
  • Owner: ropensci-archive
  • License: other
  • Language: R
  • Default Branch: master
  • Homepage:
  • Size: 280 KB
Statistics
  • Stars: 7
  • Watchers: 4
  • Forks: 3
  • Open Issues: 0
  • Releases: 0
Archived
Topics
api-wrapper r r-package rstats scholarly-metadata
Created about 9 years ago · Last pushed over 3 years ago
Metadata Files
Readme Contributing License

README-not.md

rbace

Project Status: Active – The project has reached a stable, usable state and is being actively developed. cran checks R-check rstudio mirror downloads cran version

Client for interacting with the Bielefeld Academic Search Engine API.

Docs: https://docs.ropensci.org/rbace/

BASE API docs: https://www.base-search.net/about/download/base_interface.pdf

Access: The BASE API is IP address AND user-agent (see note below) restricted. The user agent is set correctly if you use this package, but you still need to get your IP address(es) white-listed by BASE. Request access at: https://www.base-search.net/about/en/contact.php - Note: the BASE website has a search portal you can use from anywhere; it's just the API that is IP and user-agent restricted.

Terminology:

  • an IP address is the numeric label identifying a computer or server. the IP address for a computer can change, e.g., if you connect to a VPN
  • a user-agent is a string of text that identifies the software requesting data from a server (in this case BASE's API).

Data from BASE (Bielefeld Academic Search Engine) https://www.base-search.net

Install

r install.packages("rbace")

or the dev version

```r remotes::install_github("ropensci/rbace")

OR the below should install the same thing

install.packages("rbace", repos = "https://dev.ropensci.org") ```

r library("rbace")

Meta

  • Please report any issues or bugs.
  • License: MIT
  • Get citation information for rbace in R doing citation(package = 'rbace')
  • Please note that this package is released with a Contributor Code of Conduct. By contributing to this project, you agree to abide by its terms.

ropensci_footer

Owner

  • Name: rOpenSci Archive
  • Login: ropensci-archive
  • Kind: organization
  • Email: info@ropensci.org

Abandoned rOpenSci projects -- email info@ropensci.org if you have questions!

GitHub Events

Total
Last Year

Committers

Last synced: about 2 years ago

All Time
  • Total Commits: 74
  • Total Committers: 4
  • Avg Commits per committer: 18.5
  • Development Distribution Score (DDS): 0.054
Past Year
  • Commits: 0
  • Committers: 0
  • Avg Commits per committer: 0.0
  • Development Distribution Score (DDS): 0.0
Top Committers
Name Email Commits
Scott Chamberlain m****s@g****m 70
Maëlle Salmon m****n@y****e 2
rOpenSci Bot m****t@g****m 1
Christian Pietsch c****h@u****e 1
Committer Domains (Top 20 + Academic)

Issues and Pull Requests

Last synced: about 2 years ago

All Time
  • Total issues: 17
  • Total pull requests: 1
  • Average time to close issues: about 1 year
  • Average time to close pull requests: about 6 hours
  • Total issue authors: 5
  • Total pull request authors: 1
  • Average comments per issue: 1.24
  • Average comments per pull request: 2.0
  • Merged pull requests: 1
  • Bot issues: 0
  • Bot pull requests: 0
Past Year
  • Issues: 0
  • Pull requests: 0
  • Average time to close issues: N/A
  • Average time to close pull requests: N/A
  • Issue authors: 0
  • Pull request authors: 0
  • Average comments per issue: 0
  • Average comments per pull request: 0
  • Merged pull requests: 0
  • Bot issues: 0
  • Bot pull requests: 0
Top Authors
Issue Authors
  • sckott (12)
  • chreman (1)
  • pkraker (1)
  • jesstytam (1)
  • jeroen (1)
Pull Request Authors
  • pietsch (1)
Top Labels
Issue Labels
Beginner (1)
Pull Request Labels

Dependencies

DESCRIPTION cran
  • crul * imports
  • data.table * imports
  • tibble * imports
  • xml2 * imports
  • testthat * suggests
  • vcr * suggests
  • webmockr * suggests