Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Export LFMCMC #27

Merged
merged 73 commits into from
Nov 5, 2024

Update version number to match C++ library

48c220d
Select commit
Loading
Failed to load commit list.
Merged

Export LFMCMC #27

Update version number to match C++ library
48c220d
Select commit
Loading
Failed to load commit list.
Codacy Production / Codacy Static Code Analysis required action Nov 5, 2024 in 0s

4 new issues (0 max.) of at least minor severity.

Annotations

Check notice on line 13 in .devcontainer/Dockerfile

See this annotation in the file changed.

@codacy-production 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

See this annotation in the file changed.

@codacy-production 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

See this annotation in the file changed.

@codacy-production 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

See this annotation in the file changed.

@codacy-production 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.