# -------------------------------------------- # CITATION file created with {cffr} R package # See also: https://docs.ropensci.org/cffr/ # -------------------------------------------- cff-version: 1.2.0 message: 'To cite package "spdl" in publications use:' type: software license: GPL-2.0-or-later title: 'spdl: Easier Use of ''RcppSpdlog'' Functions via Wrapper' version: 0.0.5 doi: 10.32614/CRAN.package.spdl abstract: 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). authors: - family-names: Eddelbuettel given-names: Dirk email: edd@debian.org repository: https://eddelbuettel.r-universe.dev repository-code: https://github.com/eddelbuettel/spdl commit: 4c1eb4bafa730ba0f159d3e311b4e5ea6cb240b2 url: https://github.com/eddelbuettel/spdl date-released: '2023-06-18' contact: - family-names: Eddelbuettel given-names: Dirk email: edd@debian.org