Science Score: 46.0%
This score indicates how likely this project is to be science-related based on various indicators:
-
○CITATION.cff file
-
✓codemeta.json file
Found codemeta.json file -
✓.zenodo.json file
Found .zenodo.json file -
○DOI references
-
✓Academic publication links
Links to: arxiv.org -
✓Committers with academic emails
2 of 7 committers (28.6%) from academic institutions -
○Institutional organization owner
-
○JOSS paper metadata
-
○Scientific vocabulary similarity
Low similarity (16.1%) to scientific vocabulary
Keywords
Keywords from Contributors
Repository
Programmatic interface to the Arxiv API
Basic Info
- Host: GitHub
- Owner: ropensci
- License: other
- Language: R
- Default Branch: master
- Homepage: https://docs.ropensci.org/aRxiv
- Size: 338 KB
Statistics
- Stars: 63
- Watchers: 9
- Forks: 10
- Open Issues: 8
- Releases: 11
Topics
Metadata Files
README.md
aRxiv
R interface to arXiv
arXiv is a repository of electronic preprints for computer science, mathematics, physics, quantitative biology, quantitative finance, and statistics. The aRxiv package is an R interface to the arXiv API.
Note that the arXiv API does not require an API key.
Package Status and Installation
Installation instructions Stable Version
You can install the package via CRAN:
r
install.packages("aRxiv")
Development Version
Or use remotes::install_github() to get the (more recent) version
at GitHub:
r
install.packages("remotes")
library(remotes)
install_github("ropensci/aRxiv")
Usage
Basic usage
The main function is arxiv_search(). Here's an example of its use:
r
library(aRxiv)
z <- arxiv_search(query = 'au:"Peter Hall" AND cat:stat*', limit=50)
str(z)
Tutorial
An aRxiv tutorial is available at the rOpenSci website, here.
To view the tutorial from R, use:
r
vignette("aRxiv", "aRxiv")
Links
- arXiv
- arXiv API
- arXiv API user manual
- Bulk data access to arXiv
- Bulk data access to arXiv metadata via OAI-PMH
- Bulk data access to arXiv PDFs and source docs
License
Licensed under the MIT license. (More information here.)
Citation
Get citation information for aRxiv in R by running: citation(package = 'aRxiv')
Code of Conduct
Please note that this project is released with a Contributor Code of Conduct. By participating in this project you agree to abide by its terms.
Owner
- Name: rOpenSci
- Login: ropensci
- Kind: organization
- Email: info@ropensci.org
- Location: Berkeley, CA
- Website: https://ropensci.org/
- Twitter: rOpenSci
- Repositories: 307
- Profile: https://github.com/ropensci
GitHub Events
Total
- Release event: 1
- Issues event: 2
- Watch event: 3
- Issue comment event: 3
- Push event: 1
- Pull request event: 2
Last Year
- Release event: 1
- Issues event: 2
- Watch event: 3
- Issue comment event: 3
- Push event: 1
- Pull request event: 2
Committers
Last synced: over 2 years ago
Top Committers
| Name | Commits | |
|---|---|---|
| Karl Broman | k****n@g****m | 232 |
| Karthik Ram | k****m@g****m | 15 |
| Scott Chamberlain | m****s@g****m | 3 |
| Diana Ly | d****6@g****m | 3 |
| steven2249 | s****w@b****u | 2 |
| Karl Broman | k****n@b****u | 2 |
| ropenscibot | m****t@g****m | 1 |
Committer Domains (Top 20 + Academic)
Issues and Pull Requests
Last synced: 8 months ago
All Time
- Total issues: 22
- Total pull requests: 41
- Average time to close issues: 15 days
- Average time to close pull requests: about 1 hour
- Total issue authors: 10
- Total pull request authors: 5
- Average comments per issue: 2.55
- Average comments per pull request: 0.41
- Merged pull requests: 41
- Bot issues: 0
- Bot pull requests: 0
Past Year
- Issues: 1
- Pull requests: 0
- Average time to close issues: about 2 hours
- Average time to close pull requests: N/A
- Issue authors: 1
- Pull request authors: 0
- Average comments per issue: 1.0
- Average comments per pull request: 0
- Merged pull requests: 0
- Bot issues: 0
- Bot pull requests: 0
Top Authors
Issue Authors
- kbroman (10)
- karthik (3)
- sckott (2)
- vgherard (1)
- vagdur (1)
- Ariel225 (1)
- Rohit-Satyam (1)
- migman63 (1)
- hadley (1)
- Cippa (1)
Pull Request Authors
- kbroman (39)
- diana-ly (2)
- sckott (2)
- karthik (1)
- stevenysw (1)
Top Labels
Issue Labels
Pull Request Labels
Packages
- Total packages: 1
-
Total downloads:
- cran 494 last-month
- Total docker downloads: 132,008
- Total dependent packages: 0
- Total dependent repositories: 4
- Total versions: 11
- Total maintainers: 1
cran.r-project.org: aRxiv
Interface to the arXiv API
- Homepage: https://docs.ropensci.org/aRxiv/
- Documentation: http://cran.r-project.org/web/packages/aRxiv/aRxiv.pdf
- License: MIT + file LICENSE
-
Latest release: 0.5.19
published over 6 years ago
Rankings
Maintainers (1)
Dependencies
- R >= 3.0.0 depends
- XML * imports
- httr * imports
- utils * imports
- devtools * suggests
- knitr * suggests
- rmarkdown * suggests
- roxygen2 * suggests
- testthat * suggests
- actions/checkout v3 composite
- r-lib/actions/check-r-package v2 composite
- r-lib/actions/setup-pandoc v2 composite
- r-lib/actions/setup-r v2 composite
- r-lib/actions/setup-r-dependencies v2 composite
