I need to install the version 0.1.40 of the DT package (https://github.com/rstudio/DT) on a Linux server which is not connected to internet. Thus I can't use the statement devtools::install_github('rstudio/DT')
.
Thus I need to get the DT_0.1.40.tar.gz file to install this development version of DT.
Where can I find the tar.gz file of the version 0.1.40 of DT ?
Thanks.