Skip to content

Commit

Permalink
For now, don't evaluate a vignette section that requires SLURM. Later…
Browse files Browse the repository at this point in the history
…, uses a package 'extdata' file to replace the functionality
  • Loading branch information
Nick-Eagles committed Sep 28, 2023
1 parent 5597cd7 commit 205f5cd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion vignettes/slurmjobs.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@ The `job_info()` function provides wrappers around the `squeue` and `sstat` util

Retrieve info about your currently running jobs like this:

```{r "job_info_basic"}
```{r "job_info_basic", eval = FALSE}
# Get information about your jobs (default 'user' argument) on any partition
job_df <- job_info(partition = NULL)
```
Expand Down

0 comments on commit 205f5cd

Please sign in to comment.