vincentarelbundock / tinytable

Simple and Customizable Tables in `R`
https://vincentarelbundock.github.io/tinytable
GNU General Public License v3.0
196 stars 16 forks source link

Fix some lints #325

Closed etiennebacher closed 1 month ago

etiennebacher commented 1 month ago

Still testing flint with some packages. Here are a few QoL improvements (I think) + one probable bug fix (change length(align_value == 1) to length(align_value) == 1).

vincentarelbundock commented 1 month ago

thanks a lot, this looks great!