You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Add prettycode::prettycode(). Call this function to turn on
pretty-printing of function objects. This is needed to work around
the new S3 method search limits in R 3.5.x.
If prettycode fails to highlight a function, it falls back to base::print.function() now (#3).