I am working on a package, and it imports the development version of the DT
package from github as well as several other packages. If I want to distribute my package to a computer that does not have internet access, is there a way I can zip my package with all of its imports/depends so that I don't have to distribute separate zips for each of the packages that it imports/depends, and install each of the packages separately?
It would be nice to have a single tar.gz that contains everything. Is this possible?
Kind Regards