CRAN
aRxiv 0.5.16
Interface to the arXiv API
Released Apr 28, 2017 by Karl Broman
This package is available for Renjin and there are no known compatibility issues.
Dependencies
An interface to the API for 'arXiv' (
Installation
Maven
This package can be included as a dependency from a Java or Scala project by including
the following your project's pom.xml
file.
Read more
about embedding Renjin in JVM-based projects.
<dependencies> <dependency> <groupId>org.renjin.cran</groupId> <artifactId>aRxiv</artifactId> <version>0.5.16-b9</version> </dependency> </dependencies> <repositories> <repository> <id>bedatadriven</id> <name>bedatadriven public repo</name> <url>https://nexus.bedatadriven.com/content/groups/public/</url> </repository> </repositories>
Renjin CLI
If you're using Renjin from the command line, you load this library by invoking:
library('org.renjin.cran:aRxiv')
Test Results
This package was last tested against Renjin 0.8.2543 on Dec 17, 2017.
- arxiv_cats-examples
- arxiv_errors.arxiv_error_message_gives_right_info
- arxiv_errors.arxiv_search_throws_error
- arxiv_search_in_batches.batch_search_gives_same_result_as_all_together
- basic_searches.empty_results_don't_give_an_error
- basic_searches.total_result_attribute_is_correct
- basic_searches.weird_results_for_IDs_not_found
- cleaning_the_records.clean_authors_works_right
- cleaning_the_records.clean_categories_works_right
- cleaning_the_records.clean_links_works_right
- cleaning_the_records.clean_record_works_right
- cleaning_the_records.listresult2df_works_right
- is_too_many.arxiv_search_throws_error_with_huge_result
- is_too_many.is_too_many_gives_reasonable_info
- query_terms-examples
- search_range_of_dates.search_date_ranges_is_quirky
- sort_by_and_sort_order_args_work.sort_by_lastUpdatedDate
- sort_by_and_sort_order_args_work.sort_by_publishedDate
- testthat