Results 7 issues of myoung3

the `makeRegistry` function contains this line ``` with_dir(reg$work.dir, loadRegistryDependencies(reg)) ``` which itself will source the `source` argument of `makeRegistries` (if specified). This is often a good idea, since it allows...

A common setup is to initiate a process on one server, pass it to the head node of a cluster, then parallelize on the cluster from the head node. future...

**Version of Singularity** 3.8.1 **Describe the bug** If I associated a username/token pair for an oras repository with singularity using `singularity remote login`, then cancel that token (ie via github),...

enhancement
maybe

I was curious about using azure container registry for a project and tried to use, it but unfortunately the singularity documentation for authenticating with an oras repository is lacking. azure...

documentation

The remote server I'm working with (the head node of a cluster) requires me to call newgrp then load a module for R before I open R. e.g. ``` newgrp...

Unless this has changed recently, future.batchtools creates a separate registry for each job. This approach misses out on some of the great features of batchtools--namely, being able to check on...

From the release [package documentation](https://cran.r-project.org/web/packages/Cyclops/Cyclops.pdf) ``` These columns are expected in the outcome object: - stratumId (integer) (optional) Stratum ID for conditional regression models - rowId (integer) Row ID is...