-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathREADME.Rmd
50 lines (29 loc) · 1.7 KB
/
README.Rmd
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
<!-- badges: start -->
[![Travis build
status](https://travis-ci.org/caravagn/pio.svg?branch=master)](https://travis-ci.org/caravagn/pio)
<!-- badges: end -->
# pio - pretty I/O<img src='man/figures/logo.png' align="right" height="139" />
`pio` is a package to print nice coloured outputs to the console.
If you work with R scripts that generate several loads or outputs, or if you just like to organize in a tidy way on-screen outputs of your computataions, then `pio`'s pretty I/O system is the package that you are looking for.
`pio` explots the great `crayon` [package](https://github.com/r-lib/crayon) to render couloured text to the console. The package provides a very simple interface to visualize three types of messages:
* headers;
* titles with separators;
* strings with coloured values;
Use `pio` to easily achieve a tidy and coloured organisation of your messages, so that your users will find it easier to spot relevant information from your functions' outputs.
#### Help and support
`pio` has its own webpage at [GitHub pages](https://caravagn.github.io/pio/).
-----
### Installation
You can install the released version of `pio` from
[GitHub](https://github.com/) with:
``` r
# install.packages("devtools")
devtools::install_github("caravagn/pio")
```
-----
#### Copyright and contacts
Giulio Caravagna, PhD. _Institute of Cancer Research, London, UK_.
* Personal webpage: [https://bit.ly/2kc9E6Y](https://sites.google.com/site/giuliocaravagna/),
* Email address: [[email protected]](mailto:[email protected]) and [[email protected]](mailto:[email protected])
* Twitter feed: [@gcaravagna](https://twitter.com/gcaravagna)
* GitHub space: [caravagn](https://github.com/caravagn)