Releases: ropensci/rglobi
Releases · ropensci/rglobi
v0.3.4
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.
v0.2.28
-
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
v0.2.27
v0.2.26
v0.2.25
rglobi 0.2.25
NEW FEATURES
IMPROVEMENT
- added section on returnobservations=T in getting started vignette as suggested by @ZekeMarshall in #38 (comment) .
BUG FIXES
v0.2.24
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
- replace broken url http://spatialreference.org/ref/epsg/wgs-84/ with https://en.wikipedia.org/wiki/World_Geodetic_System .
v0.2.22
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
v0.2.20
NEW FEATURES
IMPROVEMENT
- Use readr package to handle incoming csv streams to help avoid encoding issues on Windows . Also see #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