Oscar South

Results 29 comments of Oscar South

Thanks for the reply! I'm looking forward to reading your follow up with potential problems. My present use case is that I've written a small Markov Chain module in Haskell...

Thanks very much again. I'll be exploring this in depth over the next few days.

Had a chance to explore these suggestions today. Have been working on other (pure) modules for a while. Using the regular [r| ... |] quasi-quotation, I can represent a (toy...

I also had a try and couldn't get to grips with the `Data.Vector.SEXP` module. Would it be possible to share a few examples of initiating objects and accessing them from...

Thanks very much for those links. While I'd browsed that blog previously, in checking the specific links you sent just now I noticed that the method of extracting dataframe columns...

Thanks. It'll give me a starting point to explore matcher more deeply from too.

I've been working on other modules for a while so I've not really looked much at this. Today I came back to it and read through the Matcher documentation on...

I actually managed to do what I needed to do by reducing the list column with `rbind` as the function and an empty matrix with 0 rows and columns equalling...

Just an update: I've repeated this test on a different OS now (Manjaro) and the results are identical (wanted to confirm to myself that it wasn't an OS issue on...