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
Keywords from Contributors
Repository
:warning: ARCHIVED :warning: BASE R client
Basic Info
Statistics
- Stars: 7
- Watchers: 4
- Forks: 3
- Open Issues: 0
- Releases: 0
Topics
Metadata Files
README-not.md
rbace
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
rbacein R doingcitation(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.
Owner
- Name: rOpenSci Archive
- Login: ropensci-archive
- Kind: organization
- Email: info@ropensci.org
- Website: ropensci.org
- Repositories: 259
- Profile: https://github.com/ropensci-archive
Abandoned rOpenSci projects -- email info@ropensci.org if you have questions!
GitHub Events
Total
Last Year
Committers
Last synced: about 2 years ago
Top Committers
| Name | 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
Pull Request Labels
Dependencies
- crul * imports
- data.table * imports
- tibble * imports
- xml2 * imports
- testthat * suggests
- vcr * suggests
- webmockr * suggests

