job icon indicating copy to clipboard operation
job copied to clipboard

job: free Your RStudio Console

Results 10 job issues
Sort by recently updated
recently updated
newest added

I'm getting this error ``` 2021-11-15 19:14:28: Job started. Attaching packages: rscripts, lubridate, patchwork, ggfortify, broom, forcats, dplyr, purrr, readr, tidyr, tibble, ggplot2, tidyverse, stringr, zeallot, searcher, testthat, glue, devtools,...

If I make a function (`fun1`), call that function from another function (`fun2`), and call `fun2` from a job, `fun1` can not be found. ``` r make_nums Calls: sourceWithProgress ->...

bug

`pryr::object_size()` does this, but `pryr` comes with too big a dependency tree to warrant including it as a dependency.

Because the tests *must* be run in RStudio, I rely on users testing it manually on various platforms by copy-pasting the test script. Shipping the tests with the package would...

enhancement

Thank you for an amazing tool that really speeds up everyday work! Unfortunately, lately I've been experiencing issues where I get this error message: ``` Error in save(list = ls(envir...

Thanks for this excellent package! It would be great to have an option to queue jobs so that only a reasonable number run concurrently. The simplest way to allow for...

enhancement

I am working on compiling one large RMarkdown file that reproduces all of the analyses for a scientific manuscript. A few of the analyses take a long time, so I've...

Hi, This is a wonderful tool. I want to know if it support submit job to annother machine or slurm cluster. Best !

* Using the plugin for Rstudio to 'Run selection as job' changes the search path, compared to interactive use. * The effect is a different masking of functions. * This...

Hi Jonas, thanks for such a great package. I have a strange little issue when I try to use NA_real_ inside `dplyr::case_when` in `job`: ``` library(dplyr) library(job) (df