Skip to content

Latest commit

 

History

History
18 lines (13 loc) · 440 Bytes

README.md

File metadata and controls

18 lines (13 loc) · 440 Bytes

simpleSignal

This simple package provide colorized wrappers around standard R signals: message(), warning() and stop() and provide some additional ones.

This was primarily developed to increase readability of messages while running R scripts in GNU make environment.

How to install:

library("devtools")
devtools::install_github("j-moravec/simpleSignal")

and run:

?signals

to read the documentation.