What is `=INFO REPORT====` where is it coming from ? how to surpress it?

You always have to require a module before you call a macro on it. That is require’s only purpose. In the example above, you used require. Note that import also requires it for you.

1 Like