Skip to content

Commit

Permalink
Merge pull request #59 from kbroman/cran
Browse files Browse the repository at this point in the history
New version on CRAN
  • Loading branch information
kbroman committed Jan 22, 2024
2 parents dcd586f + 798b27c commit 778e0d0
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 16 deletions.
2 changes: 1 addition & 1 deletion DESCRIPTION
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Package: aRxiv
Title: Interface to the arXiv API
Version: 0.7.2
Version: 0.8
Date: 2024-01-22
Authors@R: c(person("Karthik", "Ram", role="aut",
email="karthik.ram@gmail.com", comment=c(ORCID = "0000-0002-0233-1757")),
Expand Down
30 changes: 15 additions & 15 deletions NEWS → NEWS.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
aRxiv 0.7.2
-----------
aRxiv 0.8
---------

MINOR CHANGES
### MINOR CHANGES

* Update arxiv_cats, datasets with category information, and the scripts to
build that and the dataset query_terms.
Expand All @@ -10,12 +10,12 @@ MINOR CHANGES
aRxiv 0.6
---------

MINOR CHANGES
### MINOR CHANGES

* For testing, switch to use of github actions rather than appveyor
and travis.

BUG FIXES
### BUG FIXES

* Partial fix of a case with a corrupt record. Was getting an error if
you search multiple batches and later ones were NULL.
Expand All @@ -24,7 +24,7 @@ BUG FIXES
aRxiv 0.5.20
------------

MINOR CHANGES
### MINOR CHANGES

* Small fixes regarding use of class(), in particular changing
class(x)=="blah" to inherits(x, "blah").
Expand All @@ -33,7 +33,7 @@ MINOR CHANGES
aRxiv 0.5.19
------------

MINOR CHANGES
### MINOR CHANGES

* Add ORCIDs

Expand All @@ -43,23 +43,23 @@ MINOR CHANGES
aRxiv 0.5.18
------------

MINOR CHANGES
### MINOR CHANGES

* Convert documentation to markdown


aRxiv 0.5.17
------------

MINOR CHANGES
### MINOR CHANGES

* Two small fixes to the vignette.


aRxiv 0.5.16
------------

BUG FIXES
### BUG FIXES

* To eliminate continued pain over empty search queries, just trap
them in advance and don't send them to arXiv.
Expand All @@ -68,7 +68,7 @@ BUG FIXES
aRxiv 0.5.15
------------

BUG FIXES
### BUG FIXES

* Results for empty search queries seems to have changed; fixed to
give appropriate return values.
Expand All @@ -77,7 +77,7 @@ BUG FIXES
aRxiv 0.5.10
------------

BUG FIXES
### BUG FIXES

* Fix a small problem related to a new behavior in a pre-release
version of the httr package. (httr is no longer dropping NULLs from
Expand All @@ -90,7 +90,7 @@ BUG FIXES
aRxiv 0.5.8
------------

BUG FIXES
### BUG FIXES

* arXiv connection errors was causing test errors. Added a function to
test connection to arXiv; tests are skipped if we can't connect.
Expand All @@ -102,7 +102,7 @@ BUG FIXES
aRxiv 0.5.5
------------

BUG FIXES
### BUG FIXES

* Fix mistakes in the table in the help for arxiv_search that
describes the output.
Expand All @@ -117,6 +117,6 @@ BUG FIXES
aRxiv 0.5.2
------------

NEW FEATURES
### NEW FEATURES

* released to CRAN

0 comments on commit 778e0d0

Please sign in to comment.