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 have noticed that {readr} is used only for reading CSV when tabulator receives a character data. It seems like there is a small convenience for the user at the cost of bringing in a dependency which might now be used (e.g. in a Shiny app setting).
What do you think about either moving {readr} to "Suggests" or removing it entirely?
The text was updated successfully, but these errors were encountered:
I have noticed that
{readr}
is used only for reading CSV whentabulator
receives a characterdata
. It seems like there is a small convenience for the user at the cost of bringing in a dependency which might now be used (e.g. in a Shiny app setting).What do you think about either moving
{readr}
to "Suggests" or removing it entirely?The text was updated successfully, but these errors were encountered: