Package: compdb Title: Generate Compilation Database for Use with 'Clang' Tools Version: 0.0.1 Authors@R: person("Felix", "Held", , "felix.held@gmail.com", role = c("aut", "cre"), comment = c(ORCID = "0000-0002-7679-7752")) Description: Many modern C/C++ development tools in the 'clang' toolchain, such as 'clang-tidy' or 'clangd', rely on the presence of a compilation database in JSON format . This package temporarily injects additional build flags into the R build process to generate such a compilation database. License: MIT + file LICENSE Language: en-US Encoding: UTF-8 Roxygen: list(markdown = TRUE) OS_type: unix SystemRequirements: Clang >= 5.0 RoxygenNote: 7.3.2 Imports: tools, callr, cli, pkgbuild, utils, withr URL: https://github.com/cyianor/r-compdb BugReports: https://github.com/cyianor/r-compdb/issues Suggests: fs, jsonlite, testthat (>= 3.0.0) Config/testthat/edition: 3 Repository: https://cyianor.r-universe.dev Date/Publication: 2025-01-31 12:58:29 UTC RemoteUrl: https://github.com/cyianor/r-compdb RemoteRef: HEAD RemoteSha: 8740f420fc5e90e5558c226f826131b68448788b NeedsCompilation: no Packaged: 2026-07-02 06:29:14 UTC; root Author: Felix Held [aut, cre] (ORCID: ) Maintainer: Felix Held