Open vronizor opened 9 months ago
I am not a user of data.table so will indeed need more details. Could you send me the code you execute? So the groundhog command, including the set of pkgs being installed/loaded and date, and then the line of code that produces the error with data.table? Also if you could confirm that the version of data.table you install from source without groundhog, which presumably works with multithreading, and the one you install with groundhog, which does not, is the same version?
Hi, Thanks for the great package! Currently integrating it to my projects and very happy to be able to ground my libraries' versions.
I am having an issue with
data.table
, however. When I usually install it on my machine (Mac, Apple Silicon), I have to install from source in order to enable multi-threading (I follow the officialdata.table
guide). However, when I installdata.table
usinggroundhog
(groundhog.library("data.table", groundhog.day, force.source.main = T)
), I am unable to get a multi-threaded version installed and loaded. The installation from source seems to work fine, tho. I triedsetDTthreads(threads = 5)
after installation but to no avail.Any idea how this could be solved? Let me know if I should provide more details on my machine and/or the installation output.