nish-kishore / sirfunctions

Key functions used by the SIR team
Other
0 stars 0 forks source link

extract_country_data() interally uses raw.data instead of .raw.data #75

Closed mcuadera closed 7 months ago

mcuadera commented 7 months ago

The argument for the function is .raw.data. However, some lines are using raw.data (a global variable). Changing the references to .raw.data will make this function more stable, and allow it to be used in functions that call extract_country_data() where raw.data may not necessarily be defined.

mcuadera commented 7 months ago

Fix was in commit d161a27 within the branch created for #51. Will cherry pick and push to branch for this issue.

mcuadera commented 7 months ago
  1. Ran check()
  2. Ran use_version() to increment to version 1.0.6
  3. Ran document() but no changes to documentation