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
I've recently started using your package, many thanks for developing it!
After fitting the tree with dater(), when I call outlierTips() on the fitted tree, a data.frame is printed to the console even when I assign the output to a variable. I was wondering if it would be possible to silence printing to console when the output of the function is assigned to a variable? The solution seems simple, happy to raise a PR if you're okay with that.
The text was updated successfully, but these errors were encountered:
I've recently started using your package, many thanks for developing it!
After fitting the tree with
dater()
, when I calloutlierTips()
on the fitted tree, a data.frame is printed to the console even when I assign the output to a variable. I was wondering if it would be possible to silence printing to console when the output of the function is assigned to a variable? The solution seems simple, happy to raise a PR if you're okay with that.The text was updated successfully, but these errors were encountered: