OHDSI / SelfControlledCaseSeries

An R package for performing Self-Controlled Case Series (SCCS) analyses in an observational database in the OMOP Common Data Model.
http://ohdsi.github.io/SelfControlledCaseSeries
13 stars 8 forks source link

Fix upload specs #42

Closed jreps closed 1 year ago

jreps commented 1 year ago

This fixes data upload issues when the observed days value is very large. After pulling this you'll need to create a new module release with an renv referencing the package version with the fix.

codecov[bot] commented 1 year ago

Codecov Report

Merging #42 (fc8a3d6) into develop (2ed5a0f) will increase coverage by 0.20%. The diff coverage is 100.00%.

:exclamation: Current head fc8a3d6 differs from pull request most recent head ea6a7b8. Consider uploading reports for the commit ea6a7b8 to get more accurate results

@@             Coverage Diff             @@
##           develop      #42      +/-   ##
===========================================
+ Coverage    86.97%   87.17%   +0.20%     
===========================================
  Files           29       29              
  Lines         4322     4343      +21     
===========================================
+ Hits          3759     3786      +27     
+ Misses         563      557       -6     
Impacted Files Coverage Δ
R/CreateArgFunctions.R 100.00% <ø> (ø)
R/Diagnostics.R 96.17% <100.00%> (+0.31%) :arrow_up:
R/StudyPopulation.R 96.15% <100.00%> (+1.93%) :arrow_up:
src/SccsConverter.cpp 89.03% <0.00%> (-0.34%) :arrow_down:
R/RunAnalyses.R 85.00% <0.00%> (ø)
R/DataLoadingSaving.R 79.82% <0.00%> (+2.24%) :arrow_up:

Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here.

schuemie commented 1 year ago

SelfControlledCaseSeriesModule 0.1.1 has just been released containing these changes