Package: spdl Type: Package Title: Easier Use of 'RcppSpdlog' Functions via Wrapper Description: 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). Version: 0.0.5 Date: 2023-06-18 Authors@R: person("Dirk", "Eddelbuettel", role = c("aut","cre"), email = "edd@debian.org") License: GPL (>= 2) Imports: RcppSpdlog (>= 0.0.13) URL: https://github.com/eddelbuettel/spdl BugReports: https://github.com/eddelbuettel/spdl/issues RoxygenNote: 6.0.1 Repository: https://eddelbuettel.r-universe.dev Date/Publication: 2026-02-12 23:27:01 UTC RemoteUrl: https://github.com/eddelbuettel/spdl RemoteRef: HEAD RemoteSha: baa2bc1abf6af0ae03fae3051af413652e87921f NeedsCompilation: no Packaged: 2026-07-10 10:16:56 UTC; root Author: Dirk Eddelbuettel [aut, cre] Maintainer: Dirk Eddelbuettel