Skip to content
Prev 200535 / 398503 Next

How to generate dependency file that can be used by gnu make?

This may not easy to do, when the filename are not hard coded strings.
For example, the variable 'filename' is a vector of strings.

for (i in 1:length(filename)){
do something...
save(....,file=filename[i])
}
On Mon, Nov 16, 2009 at 11:33 PM, Linlin Yan <yanlinlin82 at gmail.com> wrote: