Package: plogr Title: The 'plog' C++ Logging Library Version: 0.2.0 Date: 2018-03-24 Authors@R: c( person("Kirill", "Müller", role = c("aut", "cre"), email = "kirill@cynkra.com"), person("Sergey", "Podobry", role = "cph", comment = "Author of the bundled plog library")) Description: A simple header-only logging library for C++. Add 'LinkingTo: plogr' to 'DESCRIPTION', and '#include ' in your C++ modules to use it. Suggests: Rcpp License: MIT + file LICENSE Encoding: UTF-8 URL: https://github.com/krlmlr/plogr#readme BugReports: https://github.com/krlmlr/plogr/issues Config/roxygen2/version: 8.0.0.9000 Repository: https://cynkra.r-universe.dev Date/Publication: 2026-05-23 18:04:23 UTC RemoteUrl: https://github.com/krlmlr/plogr RemoteRef: HEAD RemoteSha: f28ebb0ccd5cc4872d9c8bd97859edf787441c97 NeedsCompilation: no Packaged: 2026-06-22 11:28:45 UTC; root Author: Kirill Müller [aut, cre], Sergey Podobry [cph] (Author of the bundled plog library) Maintainer: Kirill Müller