Open aryoda opened 1 year ago
I think this code causes the check note:
Since this function is exported (= public API) it should have never used an "internal" call (to tryCatchLog:::log2console
) in the signature so it is good to fix this now...
TODO: tryCatchLog:::log2console
is not yet exported which is required to use tryCatchLog::log2console
now instead:
The current check results of the released
tryCatchLog
version shows the same note in all develop and patched versions of R:Fix this and prepare a new release for CRAN.