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
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
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
\
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