Closed HughParsonage closed 7 years ago
I chose library(rjson) arbitrarily but it seems jsonlite is explicitly preferred by rOpenSci (https://github.com/ropensci/onboarding/blob/master/packaging_guide.md#tools) and they're probably right.
library(rjson)
jsonlite
OK. Thanks, I'll update the review request with this issue so they know we're addressing it.
thanks.
I chose
library(rjson)
arbitrarily but it seemsjsonlite
is explicitly preferred by rOpenSci (https://github.com/ropensci/onboarding/blob/master/packaging_guide.md#tools) and they're probably right.