Allow to run 'Cppcheck' (<https://cppcheck.sourceforge.io/>) on 'C' and 'C++' files with a 'R' command or a 'RStudio' addin. The report appears in the 'RStudio' viewer pane as a formatted 'HTML' file. It is also possible to get this report with a 'shiny' application. 'Cppcheck' can spot many error types and it can also give some recommendations on the code.
Version: | 1.0.0 |
Imports: | htmlwidgets, rmarkdown, rstudioapi, shiny, utils, V8, xml2 |
Suggests: | htmltools, shinyAce, shinybusy, shinyFiles, shinyjqui, shinyWidgets |
Published: | 2022-06-10 |
DOI: | 10.32614/CRAN.package.cppcheckR |
Author: | Stéphane Laurent [aut, cre], Amit Gupta [cph] ('fast-xml-parser' library), luyilin [cph] ('json-format-highlight' library) |
Maintainer: | Stéphane Laurent <laurent_step at outlook.fr> |
BugReports: | https://github.com/stla/cppcheckR/issues |
License: | GPL-3 |
URL: | https://github.com/stla/cppcheckR |
NeedsCompilation: | no |
SystemRequirements: | cppcheck |
Materials: | README NEWS |
CRAN checks: | cppcheckR results |
Reference manual: | cppcheckR.pdf |
Package source: | cppcheckR_1.0.0.tar.gz |
Windows binaries: | r-devel: cppcheckR_1.0.0.zip, r-release: cppcheckR_1.0.0.zip, r-oldrel: cppcheckR_1.0.0.zip |
macOS binaries: | r-release (arm64): cppcheckR_1.0.0.tgz, r-oldrel (arm64): cppcheckR_1.0.0.tgz, r-release (x86_64): cppcheckR_1.0.0.tgz, r-oldrel (x86_64): cppcheckR_1.0.0.tgz |
Please use the canonical form https://CRAN.R-project.org/package=cppcheckR to link to this page.