Closed tpilz closed 6 years ago
The print() command was used to generate informative messages during function execution which was a mistake. It should be replaced by message(). The whole messaging system of the package should be revised.
print()
message()
The
print()
command was used to generate informative messages during function execution which was a mistake. It should be replaced bymessage()
. The whole messaging system of the package should be revised.