aitap
aitap
Hello! A recent [R-devel thread](https://stat.ethz.ch/pipermail/r-devel/2025-January/083813.html) prompted me to go looking for `Rboolean`-related problems on CRAN and I found one in your package. The `Rboolean` type is only intended to hold...
The following message seems to be missing from `data.table.pot`: https://github.com/Rdatatable/data.table/blob/b7f2106efe038d93577f427f34c06d9c00b4c486/src/fread.c#L2775 The code seems to consider this message to be subject to a `# notranslate` exclusion: https://github.com/MichaelChirico/potools/blob/0dc529285c4f54a86d0755317d9304d735c3858f/R/get_src_messages.R#L255 ``` debug: src_messages =...
Hello again, Here's the pull request I've been meaning to submit back in 2020. This makes use of [`VirtualAlloc`](https://learn.microsoft.com/en-us/windows/win32/api/memoryapi/nf-memoryapi-virtualalloc) on `WIN32` to allocate memory dynamically instead of relying on `INTERNAL_MEMORY_SPACE`....