Problems installing R packages
Looks like data.table
is not installed for the user that is running the install.packages
command. I think wrapping that .First
function in if (interactive()) { }
would be a good idea in general. Otherwise, you need to install data.table
and any other packages that load at startup since install.packages
runs the .Rprofile file when starting