mirror of
https://github.com/Stichting-MINIX-Research-Foundation/pkgsrc-ng.git
synced 2025-08-03 17:59:07 -04:00
6 lines
321 B
Plaintext
6 lines
321 B
Plaintext
This package provides a function tidy_source() to format R source
|
|
code. Spaces and indent will be added to the code automatically, and
|
|
comments will be preserved under certain conditions, so that R code
|
|
will be more human-readable and tidy. There is also a Shiny app as a
|
|
user interface in this package (see tidy_app()).
|