epiverse-trace / finalsize

R package to calculate the final size of an SIR epidemic in populations with heterogeneity in social contacts and disease susceptibility
https://epiverse-trace.github.io/finalsize/
Other
11 stars 7 forks source link

Miscellaneous fixes #114

Closed pratikunterwegs closed 1 year ago

pratikunterwegs commented 1 year ago

This PR implements a few miscellaneous fixes:

  1. Corrects the order of URLs in the DESCRIPTION URL field;
  2. Use pass-by-reference rather than std::move semantics to avoid Cppcheck style warnings;
  3. Clarify C++ linting workflow commands.