TROUBLESHOOTING.md

Use the help_remakeGenerator() function to obtain a collection of helpful links.

The usage of remake and dependent packages is not always obvious. To pass a character literal to a command, use the I() function.

commands(my_target = my_function(I("character_literal")))

With the exception of I(), commands cannot be nested function calls. For example, instead of commands(my_target = f1(f2(arg))), either write

commands(my_target = f1(tmp), tmp = f2(arg))

or

commands(my_target = g(arg))

where g(arg) is just f1(f2(arg)).

If you encounter additional problems, please read the remake issues and the remakeGenerator issues first, taking care to search the closed issues as well. Please submit bug reports, questions, and feature requests as remakeGenerator issues.



wlandau/remakeGenerator documentation built on May 4, 2019, 8:44 a.m.