aRxiv

Programmatic interface to the Arxiv API

https://github.com/ropensci/arxiv

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

arxiv arxiv-analytics arxiv-api arxiv-org r r-package rstats

Keywords from Contributors

genome spocc geocode biodiversity species disease-networks helminth parasites neotoma neotoma-apis
Last synced: 7 months ago · JSON representation

Repository

Programmatic interface to the Arxiv API

Basic Info
Statistics
  • Stars: 63
  • Watchers: 9
  • Forks: 10
  • Open Issues: 8
  • Releases: 11
Topics
arxiv arxiv-analytics arxiv-api arxiv-org r r-package rstats
Created about 12 years ago · Last pushed 8 months ago
Metadata Files
Readme Changelog License

README.md

aRxiv

Project Status: Active – The project has reached a stable, usable state and is being actively developed. CRAN_Status_Badge

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

R-CMD-check codecov rstudio mirror downloads

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

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.

ropensci footer

Owner

  • Name: rOpenSci
  • Login: ropensci
  • Kind: organization
  • Email: info@ropensci.org
  • Location: Berkeley, CA

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

All Time
  • Total Commits: 258
  • Total Committers: 7
  • Avg Commits per committer: 36.857
  • Development Distribution Score (DDS): 0.101
Past Year
  • Commits: 0
  • Committers: 0
  • Avg Commits per committer: 0.0
  • Development Distribution Score (DDS): 0.0
Top Committers
Name Email 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
bug (5) question (3)
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

  • Versions: 11
  • Dependent Packages: 0
  • Dependent Repositories: 4
  • Downloads: 494 Last month
  • Docker Downloads: 132,008
Rankings
Docker downloads count: 0.0%
Stargazers count: 5.9%
Forks count: 7.3%
Average: 14.0%
Dependent repos count: 14.6%
Downloads: 27.3%
Dependent packages count: 28.8%
Maintainers (1)
Last synced: 7 months ago

Dependencies

DESCRIPTION cran
  • R >= 3.0.0 depends
  • XML * imports
  • httr * imports
  • utils * imports
  • devtools * suggests
  • knitr * suggests
  • rmarkdown * suggests
  • roxygen2 * suggests
  • testthat * suggests
.github/workflows/R-CMD-check.yaml actions
  • 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