> On Jun 28, 2015, at 2:58 PM, Winston Chang wrote:
>
> If you want to change that, you can add this to the top of square.R:
>
> #' @include testClosure.R
Yes, I believe that mostly fixed my issue. Thank you.
I also needed to include NULL after that line, so that documentation would
build
This is a devtools-specific question, so it really belongs on the
rdevtools mailing list:
https://groups.google.com/forum/#!forum/rdevtools
That said, this is probably happening because square.R is being
processed before testClosure.R. By default, the files are processed in
lexicographical orde