produces a message "WARNING: Redefining Macro in ....", which due to lack of consistent WARNING and ERROR message syntax is forwarded as an error into R which stops the knitr-engine test, that uses test file "inst/extdata/test.Rmd" in which code chunk nr. 10 uses the above statement.
Solution that comes to my mind first: If a message contains the word WARNING or exactly this warning message type, then we should issue a warning instead of an error.
On Fedora 34 I have Maxima 5.43. on which when I
produces a message "WARNING: Redefining Macro in ....", which due to lack of consistent WARNING and ERROR message syntax is forwarded as an error into R which stops the knitr-engine test, that uses test file "inst/extdata/test.Rmd" in which code chunk nr. 10 uses the above statement.
Solution that comes to my mind first: If a message contains the word WARNING or exactly this warning message type, then we should issue a warning instead of an error.