The issue with data.table in R 3.5 and R 3.6 is a race condition in
data.table's use of multiple threads via OpenMP. Running with the
environment variable OMP_NUM_THREADS=1 makes the memory problem go
away.
Calling DATAPTR for ALTREP objects, like compact arithmetic sequences,
temporarily disable
A package I'm submitting depends on data.table, which currently has a memory
leak on Windows and so I'm getting rejected because of "memory exhausted (limit
reached?)". I'm unsure how to proceed. It seems the issue is with R3.6.0 and
data.table, so I don't think users would have an immediate iss
On 14.05.2018 09:16, Polychronis Kostoulas wrote:
Dear colleagues,
apologies if this is easy to solve but I am a rookie. I have developed an R
package with three R functions. Everything works fine and the "check" is ok
but I cannot find the pdf manual that is supposed to be generated from the
R
Dear colleagues,
apologies if this is easy to solve but I am a rookie. I have developed an R
package with three R functions. Everything works fine and the "check" is ok
but I cannot find the pdf manual that is supposed to be generated from the
Rd files. I am using Rstudio. What am I missing?
And