Hi @Berta!
The attempt to install data.table
failed due to a problem compiling the package from source. Before trying to fix that, though, you might try installing the binary (already compiled) version that's available — it's not that much older than the source version. To try this, run:
install.packages("data.table", type = "binary")
Then see if you can load Rcmdr
. Does that work?