I would like to install the package r2excel
.
Unfortunately, I can't do that because of my proxy.
So, I have to obtain r2excel.tar.gz
to install my package.
Could you help me?
Of course I tried:
install.packages("devtools")
devtools::install_github("kassambara/r2excel")
library(r2excel)
but it isn't working as I said because of my proxy...
Thanks in advance!