Skip to content

Releases: ropensci/roadoi

CRAN version 0.7

21 Jan 10:23
Compare
Choose a tag to compare

New features:

  • Supports most current Unpaywall data schema (from 20 Jan 2021), including improved detection of delayed OA | thanks @delwen and @Ahobert
  • User-friendly interface to access all OA locations in a regular data frame.

Minor fixes:

  • bug fix: emails with capital letter were rejected #28 | thanks @rkrug
  • CI with GitHub actions
  • improved docs

CRAN version 0.6

15 Sep 11:19
Compare
Choose a tag to compare

New features:

  • Update data import. New Unpaywall data fields include oa_status, has_repository_copy, journal_issns_l and published_date

Minor fixes:

  • support new tidyr::unnest() interface introduced in version 1.0.0
  • store email in .Renviron instead of .Rprofile
  • bug fix RStudio addin
  • build data frames with tibble::tibble
  • improved tests and test coverage

CRAN release 0.5.1

22 May 06:25
Compare
Choose a tag to compare

Minor fix: declare lintr dependency

CRAN release 0.5

02 May 11:57
Compare
Choose a tag to compare

roadoi 0.5

  • re-branding of oaDOI to Unpaywall data

Minor fixes:

  • adding httr::RETRY to play nicely with time-outs
  • return author and oa journal information
  • fix problems when CRAN checks builds vignette
  • change contributor role for onboarding reviewers

CRAN release version 0.4.1

30 Oct 11:23
Compare
Choose a tag to compare

Minor fixes:

  • remove BASE examples because BASE is no longer a data source of oaDOI
  • bug fix json parser

CRAN release version 0.4

02 Oct 11:12
Compare
Choose a tag to compare

Implements oaDOI API version 2.

https://oadoi.org/api/v2

CRAN release version 0.3

17 Jul 09:43
Compare
Choose a tag to compare

Accepted for rOpenSci:
ropensci/software-review#115

The following suggestions from the reviewers were added:

  • email validation, thanks @sckott
  • bugfix Shiny Addin, thanks @tts
  • add version number as package dependencies for shiny, thanks @rossmounce
  • add unit test using lintr package, thanks @maelle
  • improved documentation

v0.2 as available on CRAN

17 May 15:25
Compare
Choose a tag to compare

roadoi 0.2

NEW FEATRUES

  • Shiny Addin for finding free full-texts in RStudio
  • full support of oadoi API version 1.3.0

Major changes

  • requests must now include email address to reflect new oadoi API version

Minor changes

  • improved output documentation