3, 2021 at 1:29 PM
To: "r-package-devel@r-project.org"
Subject: Re: [R-pkg-devel] Using parallel:::sendMaster &c. despite warnings
Patches to parallel could certainly be *considered*, but people will
probably want to argue about the details quite a bit. I would suggest
present
ently with the
existing interface.
From: Duncan Murdoch
Date: Friday, July 23, 2021 at 11:26 AM
To: Hugh Parsonage , David Norris
Cc: "r-package-devel@r-project.org"
Subject: Re: [R-pkg-devel] Using parallel:::sendMaster &c. despite warnings
On 23/07/2021 10:59 a.m., Hugh Parsonage wr
exander-Universität Erlangen-Nürnberg (FAU)
Date: Friday, July 23, 2021 at 8:05 AM
To: David Norris <mailto:da...@precisionmethods.guru>,
"mailto:r-package-devel@r-project.org"; <mailto:r-package-devel@r-project.org>
Subject: Re: [R-pkg-devel] Using parallel:::sendMaster &c. despite warnings
A
e might support Windows with a warning
such as data.table issues regarding my Mac's non-support for OpenMP.)
Best, David
From: Sebastian Meyer
Organization: Friedrich-Alexander-Universität Erlangen-Nürnberg (FAU)
Date: Friday, July 23, 2021 at 8:05 AM
To: David Norris , "r-package-de
Universität Erlangen-Nürnberg (FAU)
> Date: Friday, July 23, 2021 at 8:05 AM
> To: David Norris ,
> "r-package-devel@r-project.org"
> Subject: Re: [R-pkg-devel] Using parallel:::sendMaster &c. despite warnings
>
> Am 23.07.21 um 13:19 schrieb David Norris:
> Beca
on: Friedrich-Alexander-Universität Erlangen-Nürnberg (FAU)
Date: Friday, July 23, 2021 at 8:05 AM
To: David Norris , "r-package-devel@r-project.org"
Subject: Re: [R-pkg-devel] Using parallel:::sendMaster &c. despite warnings
Am 23.07.21 um 13:19 schrieb David Norris:
Because paral
Am 23.07.21 um 13:19 schrieb David Norris:
Because parallelized progress reporting in the futureverse.org incurs latencies
too great for my application
(https://github.com/HenrikBengtsson/progressr/issues/118), I have found it
necessary to implement my own progress reporting using some of the
AFAIK, you may use getFromNamespace to import non-exported function (e.g.
readChild <- getFromNamespace("readChild", "parallel") )
Although, I never use it myself for a package on CRAN
Concerning the unix only part, I don't know if it is acceptable or not,
If not, maybe it could be a good idea to
Because parallelized progress reporting in the futureverse.org incurs latencies
too great for my application
(https://github.com/HenrikBengtsson/progressr/issues/118), I have found it
necessary to implement my own progress reporting using some of the non-exported
functionality from `parallel`.