Lukas Wallrich

Results 316 comments of Lukas Wallrich

Related to this: could footnotes be counted separately by the lua filter? Quite often, they are not included in word limits.

Thanks for the response. I need to use MP and do not quite understand where to place np.random.seed - if I just place it in front of BatchRunnerMP, it does...

@rich-iannone, I was just looking for the functionality you described in the side-note, i.e. to color an adjacent column and then hide the column with the raw data. It would...

I just noticed that one interval in the toy example is communicated as OUTSIDE, while the other is INSIDE - that is not the case with my actual data. In...

Great package, but this still tripped me up - it might be best if codebooks could be generated without future, but as it stands, this should probably be Depends rather...

Thanks for this explanation @jeremy-r-ansell! That makes sense, but means it is rather fiddly to get pmap to actually iterate over the original rows, which seems to be its point...

I have a tibble that specifies analyses to conduct on a larger dataset, including filter and selection conditions of variable lengths - and then want to iterate through these analyses....

I tried to chase this down further - and `return(toJSON(the_instance, pretty = TRUE))` in `gce_vm_create()` works, but then this breaks somewhere on the way back ...