Scott Chamberlain

Results 1295 comments of Scott Chamberlain

thanks for catching that! up for helping out by sending a PR? I added the `ghcnd_read` fxn as an afterthought not thinking it through all the way. When we download...

Great, not in a hurry unless CRAN maintainers get in touch about any failures, e.g. #382

previous maintainer here. @djhocking perhaps this will work `remotes::install_github("sckott/rnoaa@lcd-allow-warnings")` https://github.com/sckott/rnoaa/commit/89e004dc5a7a8f35761c453649504d91e3e707d3?w=1 There's some warnings that the helper fxn currently catches and doesn't allow the file read to go happen. could just...

thanks for this @mgirlich jq expects JSON as the input as the documentation states, so this works as expected i think ```r jq(jsonlite::toJSON(c("1", "2"))) #> [ #> "1", #> "2"...

@jeroen any thoughts on this issue. seems that it shouldn't combine the numbers together ``` echo '"1" "2"' | jq . # "1" # "2" ```

@mgirlich Sorry about the delay. We have limited bandwidth to work on this. Fastest way is if you have submit a PR with a fix/change

thanks @stla but the above eg is not reproducible. what are `vv` and `kk` in reproducible code

that is weird. if you do it all in one go it turns out as expected i think: ```r str % tostring() w #> [ #> "102", #> "123" #>...

Thanks for the issue! It's not clear if we can support raw output or not. The flags stuff is a bit beyond my comprehension of jq and our interface with...