Skip to content

Tags: mwip/beautifyR

Tags

v0.3.4

Toggle v0.3.4's commit message
Fix stackoverflow when beautifying table with unicode

`nchar()` does count the number of chars. `stringr::str_pad`, however,
builds upon the string length. To account for that, all `nchar()` based
width metrics were moved to `stringi::stri_width`.

A test was added to monitor unicode beautification.

Closes #14

v0.3.3

Toggle v0.3.3's commit message
Another fix of comments, introduction of testthat

This patch fixes futher issues related to comment formatting. Closes #10

Also, this patch introduces proper testing using testthat.

v0.3.2

Toggle v0.3.2's commit message
Fix single-word backtick elements in comments

v0.3

Toggle v0.3's commit message
Add functionality to beautify comments

A new addin "Beautify Comment" allows for the alignment of multi-line
comments to respect the 80 column margin.

Closes #6