s-u / uuid

R package for handling UUIDs (based on libuuid)

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

UUIDgenerate: Too many DLL modules error on Windows

s-u opened this issue · comments

In some circumstances the Too many DLL modues error will appear if too many packages are already loaded in R while uuid initializes the RNG functions. The current limit is 512 bytes (64 modules) which seems like a lot, but apparently is not always sufficient.