Export LFMCMC #27
Export LFMCMC #27
4 new issues (0 max.) of at least minor severity.
Annotations
Check notice on line 13 in .devcontainer/Dockerfile
codacy-production / Codacy Static Code Analysis
.devcontainer/Dockerfile#L13
Delete the apt-get lists after installing something
Check warning on line 13 in .devcontainer/Dockerfile
codacy-production / Codacy Static Code Analysis
.devcontainer/Dockerfile#L13
Pin versions in apt get install. Instead of `apt-get install <package>` use `apt-get install <package>=<version>`
Check notice on line 195 in inst/include/epiworld/math/lfmcmc/lfmcmc-bones.hpp
codacy-production / Codacy Static Code Analysis
inst/include/epiworld/math/lfmcmc/lfmcmc-bones.hpp#L195
Class 'LFMCMC' has a constructor with 1 argument that is not explicit.
Check warning on line 195 in inst/include/epiworld/math/lfmcmc/lfmcmc-bones.hpp
codacy-production / Codacy Static Code Analysis
inst/include/epiworld/math/lfmcmc/lfmcmc-bones.hpp#L195
Member variable 'LFMCMC::n_samples' is not initialized in the constructor.