Results 16 comments of Brian Fallik

FWIW I believe I hit this exact problem recently with a snippet like: ``` variant: fcos version: 1.4.0 ignition: config: merge: - local: fcos/nano.bu ... ``` I found an example...

Hmm... I did a little more digging and I think the version that's available in cran is 1.7-3, which matches our install, but the latest version of rserve is 1.8-4...

And, further answering my own question, it seems like this is the recommend installation mechanism: ``` install.packages("Rserve",,"http://rforge.net/") ```

@dareid thanks for the quick response. There may be something else that caused this but I was able to workaround the issue by installing Rserve 1.8-4. Once I updated to...

This would definitely help with the client I'm building.

we'd still love to see this feature

I'm interested in using redsync but am worried about the failing build. Is there any timeline to merge the develop branch? Please let me know if there's anything I can...

@hjr265 great, thanks!

I should add that another approach is to modify this package to use it's own rand.Rand object instead of the global one.

Cool. PR at https://github.com/dustinkirkland/golang-petname/pull/5.