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
Was searching around a bit after discovering the very nice approach in Rdatatable/data.table#6589 and found {tinytable}. Because {tinytable} depends on R>=4.1.0, this can be replaced by S3method(knitr::knit_print, tinytable).
I only didn't file the PR because I am not sure the right way to do so with {roxygen2} (do we need @rawNamespace?), and don't quite have time to dig deeper at the moment.
The text was updated successfully, but these errors were encountered:
Thanks for raising this issue. This looks interesting. I don't have time to figure this out now, but I'm definitely interested and will try to take a look when possible.
tinytable/R/zzz.R
Lines 1 to 5 in 2260238
Was searching around a bit after discovering the very nice approach in Rdatatable/data.table#6589 and found {tinytable}. Because {tinytable} depends on R>=4.1.0, this can be replaced by
S3method(knitr::knit_print, tinytable)
.I only didn't file the PR because I am not sure the right way to do so with {roxygen2} (do we need
@rawNamespace
?), and don't quite have time to dig deeper at the moment.The text was updated successfully, but these errors were encountered: