I would like to develop an R package with multiple subfolders
../R/file1.R ../R/d1/file2.R ../R/d2/file3.R
I want to build the package using all the subfolders under directory R. Is this possible? Does it require a Makevars.wim; if so how do I make Makevars.wim to make sure that all subfolders are compiled during package build