Closed gowerc closed 2 years ago
Couple of message() function calls contain cat() commands which results in the message going to the stdout instead of being produced as messages (i.e. its not all caught by suppress.messages() ) #31 solves some of these but need to clean up the rest
message()
cat()
suppress.messages()
Couple of
message()
function calls containcat()
commands which results in the message going to the stdout instead of being produced as messages (i.e. its not all caught bysuppress.messages()
) #31 solves some of these but need to clean up the rest