Package: RcppSpdlog 0.0.19

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.19.tar.gz
RcppSpdlog_0.0.19.zip(r-4.5)RcppSpdlog_0.0.19.zip(r-4.4)RcppSpdlog_0.0.19.zip(r-4.3)
RcppSpdlog_0.0.19.tgz(r-4.4-x86_64)RcppSpdlog_0.0.19.tgz(r-4.4-arm64)RcppSpdlog_0.0.19.tgz(r-4.3-x86_64)RcppSpdlog_0.0.19.tgz(r-4.3-arm64)
RcppSpdlog_0.0.19.tar.gz(r-4.5-noble)RcppSpdlog_0.0.19.tar.gz(r-4.4-noble)
RcppSpdlog_0.0.19.tgz(r-4.4-emscripten)RcppSpdlog_0.0.19.tgz(r-4.3-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'))

Peer review:

Bug tracker:https://github.com/eddelbuettel/rcppspdlog/issues

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

On CRAN:

logging-libraryrcppspdlog

8.11 score 15 stars 10 packages 6 scripts 2.6k downloads 20 exports 1 dependencies

Last updated 1 days agofrom:84fe635ff8. Checks:OK: 9. Indexed: yes.

TargetResultDate
Doc / VignettesOKNov 11 2024
R-4.5-win-x86_64OKNov 11 2024
R-4.5-linux-x86_64OKNov 11 2024
R-4.4-win-x86_64OKNov 11 2024
R-4.4-mac-x86_64OKNov 11 2024
R-4.4-mac-aarch64OKNov 11 2024
R-4.3-win-x86_64OKNov 11 2024
R-4.3-mac-x86_64OKNov 11 2024
R-4.3-mac-aarch64OKNov 11 2024

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 Nov 11 2024.

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