Open johndharrison opened 8 years ago
RJSONIO
fails to install with devtools
. In addition RJSONIO
has conflicts with covr
.
In light of this jsonlite
and rjson
were looked at as direct replacements. rjson
was chosen as only the fromJSON
function was required. jsonlite
has useful options to convert JSON to R objects etc. Using it as a replacement for RJSONIO presented more issues and was less straight-forward then using rjson
.
The utility functions in util.R are mainly tested using mocking.
Travis now runs Docker containers and R is a first class citizen. Can move tests to TRAVIS. Also tackles changes in upstream R regarding testing.