I'm trying out this package to see if I can publish automatically to a drat repo.
For this github repo which contains currently 7 R package folders https://github.com/bnosac/image
I'm getting the error that there is no DESCRIPTION file (https://travis-ci.org/bnosac/image/jobs/488569507) that's because they are all in subfolders of the main repo.
How do I set it up such that I can do the R CMD check on the different subfolders using this tic framework.
thanks!