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 _______________________________________________ R-packages mailing list r-packa...@r-project.org https://stat.ethz.ch/mailman/listinfo/r-packages ______________________________________________ R-help@r-project.org mailing list https://stat.ethz.ch/mailman/listinfo/r-help PLEASE do read the posting guide http://www.R-project.org/posting-guide.html and provide commented, minimal, self-contained, reproducible code.