Package: compdb 0.0.1
compdb: Generate Compilation Database for Use with 'Clang' Tools
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 <https://clang.llvm.org/docs/JSONCompilationDatabase.html>. This package temporarily injects additional build flags into the R build process to generate such a compilation database.
Authors:
compdb_0.0.1.tar.gz
compdb_0.0.1.tgz(r-4.5-any)compdb_0.0.1.tgz(r-4.4-any)compdb_0.0.1.tgz(r-4.3-any)
compdb_0.0.1.tar.gz(r-4.5-noble)compdb_0.0.1.tar.gz(r-4.4-noble)
compdb_0.0.1.tgz(r-4.4-emscripten)compdb_0.0.1.tgz(r-4.3-emscripten)
compdb.pdf |compdb.html✨
compdb/json (API)
NEWS
# Install 'compdb' in R: |
install.packages('compdb', repos = c('https://cyianor.r-universe.dev', 'https://cloud.r-project.org')) |
Bug tracker:https://github.com/cyianor/r-compdb/issues
Last updated 1 days agofrom:8740f420fc. Checks:5 OK. Indexed: yes.
Target | Result | Latest binary |
---|---|---|
Doc / Vignettes | OK | Feb 01 2025 |
R-4.5-mac | OK | Feb 01 2025 |
R-4.5-linux | OK | Feb 01 2025 |
R-4.4-mac | OK | Feb 01 2025 |
R-4.3-mac | OK | Feb 01 2025 |
Readme and manuals
Help Manual
Help page | Topics |
---|---|
Add to ignore file | add_ignore |
Generate Compilation Database for Use with Clang Tools | build_compile_commands |
Determine Path to Makevars File and Check if it Already Exists | get_makevars |
Check Whether a Clang Toolchain is Being Used | has_clang |
Checks that We are on a Unix Platform | is_unix |