Recent Releases of rglobi
rglobi -
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
- Change http://ropensci.org/packages to https://reopensci.org/packages/ to address a "note" due to 403 forbidden and a 301 redirect.
rglobi 0.3.2
- Change https://globalbioticinteractions.org to https://www.globalbioticinteractions.org to address a "note" due to 301 redirect.
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.
- R
Published by jhpoelen over 2 years ago
rglobi -
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
- R
Published by jhpoelen almost 4 years ago
rglobi -
NEW FEATURES
IMPROVEMENT * improve test cases to skip with message if web apis are unavailable
BUG FIXES
- R
Published by jhpoelen almost 4 years ago
rglobi -
rglobi 0.2.26
NEW FEATURES
IMPROVEMENT * improve test cases to include error handling
BUG FIXES
- R
Published by jhpoelen over 4 years ago
rglobi -
rglobi 0.2.25
NEW FEATURES
IMPROVEMENT * added section on returnobservations=T in getting started vignette as suggested by @ZekeMarshall in https://github.com/ropensci/rglobi/issues/38#issuecomment-897603331 .
BUG FIXES
- R
Published by jhpoelen almost 5 years ago
rglobi -
rglobi 0.2.24
NEW FEATURES
IMPROVEMENT * minor changes by @jimhester (thanks Jim!) to prepare for readr 2.0.0 release via https://github.com/ropensci/rglobi/pull/37 .
BUG FIXES * replace broken url http://spatialreference.org/ref/epsg/wgs-84/ with https://en.wikipedia.org/wiki/WorldGeodeticSystem .
- R
Published by jhpoelen about 5 years ago
rglobi -
rglobi 0.2.22
NEW FEATURES
IMPROVEMENT * 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
BUG FIXES
- R
Published by jhpoelen about 5 years ago
rglobi -
NEW FEATURES
IMPROVEMENT * use query cache for unit tests to make tests less dependent of state of online api
BUG FIXES
- R
Published by jhpoelen over 6 years ago
rglobi -
NEW FEATURES
IMPROVEMENT * 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 .
BUG FIXES
- R
Published by jhpoelen almost 7 years ago
rglobi -
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 https://github.com/ropensci/rglobi/issues/31 .
BUG FIXES
- R
Published by jhpoelen about 7 years ago
rglobi -
NEW FEATURES
IMPROVEMENT
BUG FIXES * Update cypher query endpoint after server upgrade to neo4j v2.3.12
- R
Published by jhpoelen over 7 years ago
rglobi -
NEW FEATURES
IMPROVEMENT
BUG FIXES * Use utils::download.file in an attempt to avoid intermittent download issues on debian.
- R
Published by jhpoelen over 7 years ago
rglobi -
NEW FEATURES
IMPROVEMENT
BUG FIXES * Enforce utf-8 encoding when reading csv.
- R
Published by jhpoelen over 7 years ago
rglobi -
NEW FEATURES
IMPROVEMENT
BUG FIXES * Fix test error caused by overly restrictive assertion.
- R
Published by jhpoelen over 8 years ago
rglobi -
NEW FEATURES
IMPROVEMENT
BUG FIXES * After switching to https endpoint for GloBI APIs, the default configuration needed updating to ensure existing functions to continue to work.
- R
Published by jhpoelen over 8 years ago
rglobi -
NEW FEATURES
IMPROVEMENT
* 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.
BUG FIXES
- R
Published by jhpoelen almost 9 years ago
rglobi -
NEW FEATURES
IMPROVEMENT
BUG FIXES - make getinteractionmatrix use same name matching method as get_interactions . See https://github.com/globalbioticinteractions/globalbioticinteractions.github.io/issues/63 .
- R
Published by jhpoelen about 10 years ago
rglobi -
rglobi 0.2.8
NEW FEATURES
IMPROVEMENTS
BUG FIXES - Switch neo4j port from 7474 to 80 following changes to the neo4j endpoint.
- R
Published by jhpoelen about 11 years ago