[R-pkgs] new package: hrr version 1.0.1
Leonardo Di Donato
leodidonato at gmail.com
Wed Feb 26 12:00:16 CET 2014
Dear R users,
as I often have to visually divide my R output into blocks, especially
when I create R executable scripts, I created hrr in the hope that
this simple package might come in handy to you.
I released it to CRAN today.
It is a simple package to create and print fully customisable
horizontal rules that fits your terminal windows width.
It provides two functions:
- `hr` function to create and print horizontal rules
- `ncols` function to detect the number of terminal window columns and
optionally set the `width` option
Link to the package: http://cran.r-project.org/web/packages/hrr/index.html
Its source code is located at https://github.com/leodido/hrr and issue
tracker at https://github.com/leodido/hrr/issues.
Please contact me (leodidonato at gmail.com) with any comments,
suggestions, and/or
questions.
Regards,
--
Leonardo Di Donato
More information about the R-packages
mailing list