Gábor Csárdi

Results 2061 comments of Gábor Csárdi

This is an issue with those Bioconductor repositories. You can probably get help from Bioconductor about this if you still have this issue.

Actually, the issue is in the README, so it happens when the README.md is created. So we should turn off links in knitr / Rmd I guess.

Can you please try to create a minimal reproducible example (i.e. the actual code that you run) that has this behavior?

You are not keeping the handle of the background process (`df` in your code), so when that is garbage collected callr will kill the background process. You need to keep...

I am sorry, I cannot advise you on your shiny app. You can keep callr background processes alive between sessions with setting `cleanup = FALSE`. But note that then it...

After they run their function they will quit. You "only" need to clean them up explicitly if you restart or stop the app, or something similar. To clean a callr...

I don't know why the time stamp would not work, it could be a bug in ps. Nevertheless, then you can just use the pid, with `ps_kill(ps_handle(pid))`.

Why is this a bug? Are the builds already failing?

This is now done in `@v2-branch`, to be released soon.

Thanks! I am going to merge this now, but in the future we might move it to a different directory or repository, together with other "contributed" workflow examples, to make...