Jonas Kristoffer Lindeløv
Jonas Kristoffer Lindeløv
Nice one by Mattan Ben-Shachar: https://shouldbewriting.netlify.com/posts/2018-08-30-linear-regression-assumptions/
I was thinking something like the Inductive Visual Miner from the ProM package. Here's a short recording using the `patients` dataset: https://youtu.be/4Czi4HguC4Q. Mapping to token size is definitely a possible...
I want to put my vote on this suggestion too. It would be great to animate incomplete traces on a map without edges to the start- and end-nodes so that...
Thanks for reporting! At first sight, this does indeed look like something system-specific caused by `rstudiapi`. But let's hope it's not so we can fix it faster! It would be...
Ah, good. It may be a week or two before I can return to this.
Indeed, I fell victim to the multi-core bug. Now it completes in around 4 minutes on one core (setting `options(mc.cores = NULL)`). Than you so much! Yes, it would be...
For others dropping by: if you want to spread by a character vector: ```r my_vars = c("col1", "col2", "col3") my_regex = paste0(my_vars, collapse="|") samples %>% spread_draws(!!sym(my_regex), regex=TRUE) ``` Happy I...
Indeed that works, @mjskay! Thanks. It seems not to be able to take indexed variables. This is not urgent for me since I solved it, but maybe for inspiration, I'm...
This bug seems to have resolved itself!? Possibly via an update of RStudio and/or `rstudioapi`. Can you confirm @JohannesNE and @twest820? If it doesn't work with the CRAN version of...
job 0.3.1 is on CRAN now. I've added this "phenomenon" to the test suite and it passes on win/mac/linux. So I'm closing it for now. Please reopen if it persists!