ropensci / jqr

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

chmod not found on windows #13

Closed sckott closed 8 years ago

sckott commented 9 years ago

screenshot form my windows machine

is there an easy way to fix this?

richfitz commented 9 years ago

jqr is not using the jq program, but libjq which I don't think is installed by default?

sckott commented 9 years ago

@justa9 Great, thanks for trying jqr!

I'm not sure what the best approach is here, so I'm just asking questions.

You may install gnuwin32 coreutils which include a chmod.exe. http://gnuwin32.sourceforge.net/packages/coreutils.htm

@richfitz for the above, this would require user to do that manually, right? I think we want a solution that doesn't require an extra user step ideally

richfitz commented 8 years ago

Fixed on branch, waiting for merge.

sckott commented 8 years ago

i assume this is done, reopen if not @richfitz