We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
pkgload:::use_compilation_db()
1 parent f6098bf commit a9778fdCopy full SHA for a9778fd
.Rbuildignore
@@ -23,3 +23,5 @@
23
^CRAN-SUBMISSION$
24
^\.vscode$
25
^[.]?air[.]toml$
26
+^compile_commands\.json$
27
+^\.cache$
.gitignore
@@ -9,3 +9,5 @@ revdep/checks.noindex
9
revdep/library.noindex
10
revdep/data.sqlite
11
docs
12
+compile_commands.json
13
+.cache
DESCRIPTION
@@ -51,3 +51,4 @@ Encoding: UTF-8
51
LazyData: true
52
Roxygen: list(markdown = TRUE)
53
RoxygenNote: 7.3.3
54
+Config/build/compilation-database: true
0 commit comments