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

v1.1.6 #281

Merged
merged 8 commits into from
Nov 8, 2023
Merged

v1.1.6 #281

merged 8 commits into from
Nov 8, 2023

Conversation

jaeltan
Copy link
Collaborator

@jaeltan jaeltan commented Nov 8, 2023

Description

2023-11-08

Measures

  • Added first drafts of various diffusion measures: network_transmissability(), node_infection_length(), network_infection_length(), network_reproduction(), node_adoption_time(), node_adopter(), node_thresholds().

Models

  • Fixed documentation for play_diffusion().
  • Fixed bug in labelling in plot results for SIR models.

Tutorials

  • Added plots using autographs() and elaboration for tutorial 7.

Checklist:

  • Documentation
    • Any longer functions are commented inline so that it is easier to debug in the future
    • Any new or modified functions or data have roxygen style documentation in their .R scripts
    • DESCRIPTION file version is bumped by the appropriate increment (major, minor, patch)
  • PR form
    • Title indicates expected version number
    • PR description above and the NEWS.md file are aligned
    • Any closed, fixed, or related issues are referenced and described, e.g. "Fixed #0 by adding A"
  • PR checks all pass for latest commit
    • Package builds on my OS without issues
    • CodeFactor check: Package improves or maintains good style
    • Package builds on Mac
    • Package builds on Windows
    • Package builds on Linux
    • CodeCov check: Package improves or maintains good test coverage

Copy link

codecov bot commented Nov 8, 2023

Codecov Report

Merging #281 (32c018c) into main (96314c5) will decrease coverage by 0.73%.
Report is 5 commits behind head on main.
The diff coverage is 0.00%.

❗ Current head 32c018c differs from pull request most recent head fb953d3. Consider uploading reports for the commit fb953d3 to get more accurate results

@@            Coverage Diff             @@
##             main     #281      +/-   ##
==========================================
- Coverage   51.21%   50.49%   -0.73%     
==========================================
  Files          28       29       +1     
  Lines        2173     2208      +35     
==========================================
+ Hits         1113     1115       +2     
- Misses       1060     1093      +33     
Files Coverage Δ
R/motif_census.R 80.14% <ø> (ø)
R/model_play.R 0.00% <0.00%> (ø)
R/class_members.R 3.41% <0.00%> (ø)
R/class_models.R 25.40% <0.00%> (-1.15%) ⬇️
R/measure_diffusion.R 0.00% <0.00%> (ø)

... and 1 file with indirect coverage changes

📣 Codecov offers a browser extension for seamless coverage viewing on GitHub. Try it in Chrome or Firefox today!

@jaeltan jaeltan requested a review from jhollway November 8, 2023 12:30
@jhollway jhollway merged commit 5dc54bf into main Nov 8, 2023
4 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants