On 25 February 2018 at 11:51, meik michalke wrote: | 'Additional_repositories' is meant for R package repositories, it won't work | with source code git repos. if a package is in 'Suggests' and can't be found
You missed the part where we create packages ("R CMD build") out of source repos, and then place those packages in package repos. That is what drat is for. And with Additional_repositories, it plays with the install.packages() and update.packages() functions just as it should -- because package dependency resolution is a powerful mechanism we like to use whereever possible. Dirk -- http://dirk.eddelbuettel.com | @eddelbuettel | e...@debian.org ______________________________________________ R-package-devel@r-project.org mailing list https://stat.ethz.ch/mailman/listinfo/r-package-devel