Skip to content

R package for colored variants of `message()`, `warning()` and `stop()`.

Notifications You must be signed in to change notification settings

J-Moravec/simpleSignal

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

R package for colored variants of `message()`, `warning()` and `stop()`.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages