Skip to content

Releases: ropensci/rglobi

v0.3.4

06 Oct 15:56
Compare
Choose a tag to compare

rglobi 0.3.4

  • changed package title to omit the leading "R" - from "R Interface to ..." to "Interface to ..."
  • for boolean defaults, use "= TRUE" style, instead of shorthand "= T"
  • replaced wrapped examples from "dontrun{}" to "donttest{}"

rglobi 0.3.3

rglobi 0.3.2

rglobi 0.3.1

  • Remove travis-ci badge in README.md that caused a "note" due to 301 redirect.
  • Remove references to Cypher query support in vignettes.

rglobi 0.3.0

  • Removing support for directly executing Cypher queries: cypher queries are open ended, caused intermittent test errors, and subject to change in future neo4j upgrades.

v0.2.28

25 Aug 14:22
Compare
Choose a tag to compare

v0.2.27

24 Aug 21:39
Compare
Choose a tag to compare

NEW FEATURES

IMPROVEMENT

  • improve test cases to skip with message if web apis are unavailable

BUG FIXES

v0.2.26

18 Oct 21:20
Compare
Choose a tag to compare

rglobi 0.2.26

NEW FEATURES

IMPROVEMENT

  • improve test cases to include error handling

BUG FIXES

v0.2.25

14 Aug 01:00
Compare
Choose a tag to compare

rglobi 0.2.25

NEW FEATURES

IMPROVEMENT

BUG FIXES

v0.2.24

19 May 19:45
Compare
Choose a tag to compare

rglobi 0.2.24

NEW FEATURES

IMPROVEMENT

  • minor changes by @jimhester (thanks Jim!) to prepare for readr 2.0.0 release via #37 .

BUG FIXES

v0.2.22

17 Apr 18:00
Compare
Choose a tag to compare

rglobi 0.2.22

NEW FEATURES

IMPROVEMENT

  • include markdown in DESCRIPTION suggests list as instructed in yihui/knitr#1864
  • update urls as suggested by cran release checks
  • exclude .github workflow directory from R build

BUG FIXES

v0.2.21

06 Dec 22:32
Compare
Choose a tag to compare

NEW FEATURES

IMPROVEMENT

  • use query cache for unit tests to make tests less dependent of state of online api

BUG FIXES

v0.2.20

19 Sep 22:12
Compare
Choose a tag to compare

NEW FEATURES

IMPROVEMENT

BUG FIXES

v0.2.19

29 Apr 18:00
Compare
Choose a tag to compare

NEW FEATURES

IMPROVEMENT

  • show informative messages like GloBI data services are not available at [api.globalbioticinteractions.org]. Are you connected to the internet? when internet resources are not available. Suggested by Brian D. Ripley . Also see #31 .

BUG FIXES