dwww Home | Show directory contents | Find package

## Helpers to extract the condition message only due to instability in
## C level error/warning in displaying the call or not

tce <- function(x) tryCatch(x, error=conditionMessage)
tcw <- function(x) tryCatch(x, warning=conditionMessage)

## writeLines!
wl <- function(x) writeLines(c(x, "\033[m"))

Generated by dwww version 1.15 on Mon Jun 24 14:04:00 CEST 2024.