ropensci / jqr

R interface to jq
https://docs.ropensci.org/jqr
Other
143 stars 13 forks source link

Switch to system libjq #43

Closed jeroen closed 7 years ago

jeroen commented 8 years ago

Removes the bundled jq and links to system libjq instead. Currently this works on Windows, OSX and Fedora, but not Debian/Ubuntu because libjq-dev is not yet available there. Hopefully it will become available soon. You can leave this PR open until then...

sckott commented 8 years ago

@jeroenooms where can I look to see if libjq-dev is on Debian yet?

jeroen commented 8 years ago

I don't think so yet: https://packages.debian.org/sid/jq. @else ?

elsbrock commented 8 years ago

Sorry for the late reply guys, I'll try to work on getting libjq into Debian on the weekend.

sckott commented 8 years ago

no worries, & thanks for the help

sckott commented 8 years ago

i think this https://packages.debian.org/search?keywords=jq suggests we are ready to go? @jeroenooms ?

elsbrock commented 8 years ago

Nope, that package is still missing libjq, which is what I'm working on getting into Debian.

sckott commented 8 years ago

woops, thanks for clarifying! (i'm not familiar with debian pkgs)

jeroen commented 8 years ago

@else would it help if I have a first pass at this, and give you a working debian package for you to review/tweak before submitting?

jeroen commented 7 years ago

Closing in favor of https://github.com/ropensci/jqr/pull/59