Package: RcppSpdlog 0.0.29.1

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:Dirk Eddelbuettel [aut, cre], Gabi Melman [aut], Victor Zverovic [aut]

RcppSpdlog_0.0.29.1.tar.gz
RcppSpdlog_0.0.29.1.zip(r-4.7)RcppSpdlog_0.0.29.1.zip(r-4.6)RcppSpdlog_0.0.29.1.zip(r-4.5)
RcppSpdlog_0.0.29.1.tgz(r-4.6-x86_64)RcppSpdlog_0.0.29.1.tgz(r-4.6-arm64)RcppSpdlog_0.0.29.1.tgz(r-4.5-x86_64)RcppSpdlog_0.0.29.1.tgz(r-4.5-arm64)
RcppSpdlog_0.0.29.1.tar.gz(r-4.7-arm64)RcppSpdlog_0.0.29.1.tar.gz(r-4.7-x86_64)RcppSpdlog_0.0.29.1.tar.gz(r-4.6-arm64)RcppSpdlog_0.0.29.1.tar.gz(r-4.6-x86_64)
RcppSpdlog_0.0.29.1.tgz(r-4.6-emscripten)
manual.pdf |manual.html
card.svg |card.png
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

Pkgdown/docs site:https://eddelbuettel.github.io

Uses libs:
  • c++– GNU Standard C++ Library v3

On CRAN:

Conda:

logging-libraryrcppspdlogcpp

8.45 score 18 stars 15 packages 5 scripts 2.3k downloads 20 exports 1 dependencies

Last updated from:4c17b117d3. Checks:13 OK. Indexed: yes.

TargetResultTimeFilesSyslog
linux-devel-arm64OK141
linux-devel-x86_64OK133
source / vignettesOK188
linux-release-arm64OK125
linux-release-x86_64OK131
macos-release-arm64OK119
macos-release-x86_64OK299
macos-oldrel-arm64OK104
macos-oldrel-x86_64OK274
windows-develOK134
windows-releaseOK178
windows-oldrelOK142
wasm-releaseOK106

Exports:elapsed_stopwatchexampleRsinkformat_stopwatchformat.stopwatchformatterget_stopwatchlog_criticallog_debuglog_droplog_errorlog_filesetuplog_infolog_initlog_set_levellog_set_patternlog_setuplog_tracelog_warnprint.stopwatchsetLogLevel

Dependencies:Rcpp

Introduction to RcppSpdlog

Rendered fromintroduction.mdusingsimplermarkdown::mdweave_to_htmlon May 11 2026.

Last update: 2023-01-07
Started: 2021-11-19

Readme and manuals

Help Manual

Help pageTopics
R and C++ Interfaces to 'spdlog' C++ Header Library for LoggingRcppSpdlog-package RcppSpdlog
spdlog Example using a sink for RexampleRsink
Simple Pass-Through Formatter to 'fmt::format()'formatter
R Accessor Functions for spdlog Stopwatchelapsed_stopwatch format.stopwatch format_stopwatch get_stopwatch print.stopwatch
R Accessor Functions for spdlog Loggerlog_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 SettersetLogLevel