Re: [Rd] Get Logical processor count correctly whether NUMA is enabled or disabled

2018-08-21 Thread Tomas Kalibera
Dear Arun, thank you for the report. I agree with the analysis, detectCores() will only report logical processors in the NUMA group in which R is running. I don't have a system to test on, could you please check these workarounds for me on your systems? # number of logical processors - what de

Re: [Rd] Get Logical processor count correctly whether NUMA is enabled or disabled

2018-08-21 Thread Srinivasan, Arunkumar
Dear Tomas, thank you for looking into this. Here's the output: # number of logical processors - what detectCores() should return out <- system("wmic cpu get numberoflogicalprocessors", intern=TRUE) [1] "NumberOfLogicalProcessors \r" "22 \r" "22 \

[Rd] Translating Rd files

2018-08-21 Thread Gábor Csárdi
Dear All, are there any resources (code, guidelines, anything) for translating Rd files? As far as I can tell, the help system does not have support for this. Have I missed something? Is such support desired? I am thinking about a way to register manual pages in different languages, and then`help

Re: [Rd] Translating Rd files

2018-08-21 Thread Duncan Murdoch
On 21/08/2018 5:53 PM, Gábor Csárdi wrote: Dear All, are there any resources (code, guidelines, anything) for translating Rd files? As far as I can tell, the help system does not have support for this. Have I missed something? Is such support desired? As of last year, support for this was seen