tl-0.0.1 on CRAN: New Package (opens in new tab)
A new small package of mine just hit ) to offer a lightweight and consistent logging interface from both R and C++ that is also ‘tiny, fast, capable’ thanks to The is a good place to get a first glimpse at that package; the has all the details (for the C++ side of things). With tl:: prefix and the appropropriate logging level. In other words tl::debug("Alert -- foo is at '{}'", foo) will work from both R and C++ (given a variable foo, and in the case of C++ an extra semicolon). Just give it a...
Read the original article