Package: RcppSpdlog 0.0.22
RcppSpdlog: R and C++ Interfaces to 'spdlog' C++ Header Library for Logging
The mature and widely-used C++ logging library 'spdlog' by Gabi Melman provides many desirable features. This package bundles these header files for easy use by R packages from both their R and C or C++ code. Explicit use via 'LinkingTo:' is also supported. Also see the 'spdl' package which enhanced this package with a consistent R and C++ interface.
Authors:
RcppSpdlog_0.0.22.tar.gz
RcppSpdlog_0.0.22.zip(r-4.6)RcppSpdlog_0.0.22.zip(r-4.5)RcppSpdlog_0.0.22.zip(r-4.4)
RcppSpdlog_0.0.22.tgz(r-4.5-x86_64)RcppSpdlog_0.0.22.tgz(r-4.5-arm64)RcppSpdlog_0.0.22.tgz(r-4.4-x86_64)RcppSpdlog_0.0.22.tgz(r-4.4-arm64)
RcppSpdlog_0.0.22.tar.gz(r-4.6-arm64)RcppSpdlog_0.0.22.tar.gz(r-4.6-x86_64)RcppSpdlog_0.0.22.tar.gz(r-4.5-arm64)RcppSpdlog_0.0.22.tar.gz(r-4.5-x86_64)
RcppSpdlog_0.0.22.tgz(r-4.4-emscripten)
RcppSpdlog.pdf |RcppSpdlog.html✨
RcppSpdlog/json (API)
NEWS
# Install 'RcppSpdlog' in R: |
install.packages('RcppSpdlog', repos = c('https://eddelbuettel.r-universe.dev', 'https://cloud.r-project.org')) |
Bug tracker:https://github.com/eddelbuettel/rcppspdlog/issues
Last updated 24 days agofrom:3adef1858d. Checks:13 OK. Indexed: yes.
Target | Result | Total time |
---|---|---|
source / vignettes | OK | 171 |
linux-devel-x86_64 | OK | 150 |
linux-devel-arm64 | OK | 150 |
linux-release-x86_64 | OK | 145 |
linux-release-arm64 | OK | 150 |
macos-release-x86_64 | OK | 237 |
macos-release-arm64 | OK | 74 |
macos-oldrel-x86_64 | OK | 194 |
macos-oldrel-arm64 | OK | 73 |
windows-devel | OK | 165 |
windows-release | OK | 121 |
windows-oldrel | OK | 163 |
wasm-release | OK | 154 |
Exports:elapsed_stopwatchexampleRsinkformat_stopwatchformat.stopwatchformatterget_stopwatchlog_criticallog_debuglog_droplog_errorlog_filesetuplog_infolog_initlog_set_levellog_set_patternlog_setuplog_tracelog_warnprint.stopwatchsetLogLevel
Dependencies:Rcpp
Readme and manuals
Help Manual
Help page | Topics |
---|---|
R and C++ Interfaces to 'spdlog' C++ Header Library for Logging | RcppSpdlog-package RcppSpdlog |
spdlog Example using a sink for R | exampleRsink |
Simple Pass-Through Formatter to 'fmt::format()' | formatter |
R Accessor Functions for spdlog Stopwatch | elapsed_stopwatch format.stopwatch format_stopwatch get_stopwatch print.stopwatch |
R Accessor Functions for spdlog Logger | log_critical log_debug log_drop log_error log_filesetup log_info log_init log_setup log_set_level log_set_pattern log_trace log_warn |
spdlog Logging Lever Setter | setLogLevel |