Changes in version 0.3.4 (2023-10-06) - 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{}" Changes in version 0.3.3 - Change http://ropensci.org/packages to https://reopensci.org/packages/ to address a "note" due to 403 forbidden and a 301 redirect. Changes in version 0.3.2 - Change https://globalbioticinteractions.org to https://www.globalbioticinteractions.org to address a "note" due to 301 redirect. Changes in version 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. Changes in version 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. Changes in version 0.2.28 (2022-08-25) - Adding warning message when query generates more results than can be returned. Big thanks for Helen Waters for their contributions @H-Waters https://github.com/H-Waters via https://github.com/ropensci/# rglobi/pull/45 - update NEWS format Changes in version 0.2.27 (2021-10-18) - improve test cases to skip with message if web apis are unavailable Changes in version 0.2.26 - improve test cases to include error handling Changes in version 0.2.25 (2021-08-12) - added section on returnobservations=T in getting started vignette as suggested by @ZekeMarshall in https://github.com/ropensci/# rglobi/issues/38#issuecomment-897603331 . Changes in version 0.2.24 (2021-05-19) - replace broken url http://spatialreference.org/ref/epsg/wgs-84/ with https://en.wikipedia.org/wiki/World_Geodetic_System . Changes in version 0.2.23 - minor changes by @jimhester (thanks Jim!) to prepare for readr 2.0.0 release via https://github.com/ropensci/# rglobi/pull/37 . Changes in version 0.2.22 (2021-04-17) - include markdown in DESCRIPTION suggests list as instructed in https://github.com/yihui/knitr/issues/1864 - update urls as suggested by cran release checks - exclude .github workflow directory from R build Changes in version 0.2.21 (2019-12-07) - use query cache for unit tests to make tests less dependent of state of online api Changes in version 0.2.20 (2019-09-20) - Use readr package to handle incoming csv streams to help avoid encoding issues on Windows . Also see https://github.com/ropensci/# rglobi/issues/33 . - remove debug messages - updates reference to https://github.com/globalbioticinteractions/globalbioticinteractions after repo migration from https://github.com/jhpoelen/eol-globi-data . Changes in version 0.2.19 (2019-04-26) - 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 https://github.com/ropensci/# rglobi/issues/31 . Changes in version 0.2.18 (2019-03-28) - Update cypher query endpoint after server upgrade to neo4j v2.3.12 Changes in version 0.2.17 (2018-12-14) - Use utils::download.file in an attempt to avoid intermittent download issues on debian. Changes in version 0.2.16 - Enforce utf-8 encoding when reading csv, take 2. Changes in version 0.2.15 - Enforce utf-8 encoding when reading csv. Changes in version 0.2.14 (2018-03-23) - Fix yet another test error caused by overly restrictive assertion. Changes in version 0.2.13 (2018-02-28) - Fix another test error caused by overly restrictive assertion. Changes in version 0.2.12 (2018-02-13) - Fix test error caused by overly restrictive assertion. Changes in version 0.2.11 (2017-10-15) - After switching to https endpoint for GloBI APIs, the default configuration needed updating to ensure existing functions to continue to work. Changes in version 0.2.10 (2017-09-19) - a rglobi user requested to search by interactions type (see https://github.com/ropensci/# rglobi/issues/23). The functionality was implemented by adding method get_interactions_by_type. - a rglobi user requested to search by interactions type (see https://github.com/ropensci/# rglobi/issues/23). The functionality was implemented by adding method get_interactions_by_type. Changes in version 0.2.9 (2016-03-09) - make get_interaction_matrix use same name matching method as get_interactions . See https://github.com/globalbioticinteractions/globalbioticinteractions.github.io/issues/63 . Changes in version 0.2.8 (2015-05-13) - Switch neo4j port from 7474 to 80 following changes to the neo4j endpoint.