search for: rshopt

Displaying 3 results from an estimated 3 matches for "rshopt".

Did you mean: shopt
2020 Nov 07
2
Process to Incorporate Functions from {parallely} into base R's {parallel} package
...the firewalls from the remote server back to your local machine so that the worker can connect back to your local machine. Not many users have the permission to reconfigure firewalls and it's also extremely tedious. Reverse SSH tunneling is super simply; all you need to to is something like: rshopts <- c(sprintf("-R %d:%s:%d", rscript_port, master, port), rshopts) /Henrik On Fri, Nov 6, 2020 at 4:37 PM Duncan Murdoch <murdoch.duncan at gmail.com> wrote: > > On 06/11/2020 4:47 p.m., Balamuta, James Joseph wrote: > > Hi all, > > > > Henrik Bengtsson...
2020 Nov 07
0
Process to Incorporate Functions from {parallely} into base R's {parallel} package
...> server back to your local machine so that the worker can connect back > to your local machine. Not many users have the permission to > reconfigure firewalls and it's also extremely tedious. Reverse SSH > tunneling is super simply; all you need to to is something like: > > rshopts <- c(sprintf("-R %d:%s:%d", rscript_port, master, port), rshopts) > > /Henrik > > On Fri, Nov 6, 2020 at 4:37 PM Duncan Murdoch <murdoch.duncan at gmail.com> wrote: >> >> On 06/11/2020 4:47 p.m., Balamuta, James Joseph wrote: >>> Hi all, >&g...
2020 Nov 06
2
Process to Incorporate Functions from {parallely} into base R's {parallel} package
Hi all, Henrik Bengtsson has done some fantastic work with {future} and, more importantly, greatly improved constructing and deconstructing a parallelized environment within R. It was with great joy that I saw Henrik slowly split off some functionality of {future} into {parallelly} package. Reading over the package?s README, he states: > The functions and features added to this package are