Showing 3 of total 3 results (show query)
henrikbengtsson
R.utils:Various Programming Utilities
Utility functions useful when programming and developing R packages.
Maintained by Henrik Bengtsson. Last updated 1 years ago.
63 stars 13.74 score 5.7k scripts 814 dependentseddelbuettel
spdl:Easier Use of 'RcppSpdlog' Functions via Wrapper
Logging functions in 'RcppSpdlog' provide access to the logging functionality from the 'spdlog' 'C++' library. This package offers shorter convenience wrappers for the 'R' functions which match the 'C++' functions, namely via, say, 'spdl::debug()' at the debug level. The actual formatting is done by the 'fmt::format()' function from the 'fmtlib' library (that is also 'std::format()' in 'C++20' or later).
Maintained by Dirk Eddelbuettel. Last updated 10 months ago.
2 stars 4.66 score 1 scripts 6 dependentsthomascjohnson
quietR:Simplify Output Verbosity
Simplifies output suppression logic in R packages, as it's common to develop some form of it in R. 'quietR' intends to simplify that problem and allow a set of simple toggle functions to be used to suppress console output.
Maintained by Thomas Johnson. Last updated 6 years ago.
2 stars 3.00 score 1 scripts