Due to the poor network condition I have to install R package from a folder in my disk. In this folder All of the source archives are included(I mirror it by wget from other place).
I have read the post How do I install an R package from source?
However that method only work in situation which all the dependencies are already satisfied. However it is difficult. When there is one package which is necessary is missed, the installation will roll-back.
All the source archive names in the local folder is identical as it in CRAN.
Is there any way to make it automatically install dependent package from local folder?
or if it is difficult, Is there any way to install the package locally without dependency checking?
If they are both difficult, is there any official solution toward local offline package installation?
Finally, is there special requirement of the structure of local folder?
Thanks for answering!