Joseph Wood

Results 13 comments of Joseph Wood

This would be really useful for me as well... I’ll offer an additional USD100

@jimhester, Any word on this? I keep encountering this as I'm building with the docker image `wch1/r-debug`. Btw, I love the package and keep up the great work! Joseph

Hello @alandefreitas, As mentioned in the README, combinations with repetitions isn't currently available. Until then, your problem can easily be attacked by doing the following: 1. Get the total number...

Hi @delt87, What you are looking for is `comboGrid`. ```r system.time(all_combos_algos user system elapsed #> 0.001 0.000 0.001 dim(all_combos_algos) #> [1] 2400 9 head(all_combos_algos) #> Var1 Var2 Var3 Var4 Var5...

@delt87, You are spot on. I have spent many a night thinking about this problem. As you can imagine, the underlying algorithm is non-trivial. It doesn't generate them one by...

@delt87, Just wanted to give an update. I've been working on a sketch for this for some time and I'm confident we are getting close to having this in production.

@ggrothendieck, Thanks for opening this issue. I really like the suggestion. I can think of a few ways of implementing this. For example, we can check to see if the...

@ggrothendieck, It has been a while since you posted this issue. I have started to work on this about a half a dozen times over the past couple of years...

I've further expanded the use of S3 methods throughout the package. I added a link to the branch under the Development section.

Hello @elephann, In order for a general iterator to be compatible with the `foreach` package, the iterator must be set up with special classes. Currently the iterators in `RcppAlgos` are...