RANDCorporation / optic

optic: Simulation Tool for Causal Inference Using Longitudinal Data
https://randcorporation.github.io/optic/
GNU General Public License v3.0
8 stars 1 forks source link

fixing ubuntu R checks #10

Closed pedroliman closed 1 year ago

pedroliman commented 1 year ago

ubuntu GitHub actions are no longer passing after readme changes that seem unrelated to the code.

codecov-commenter commented 1 year ago

Codecov Report

Merging #10 (0c7caba) into main (c105c86) will increase coverage by 0.30%. The diff coverage is n/a.

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

@@            Coverage Diff             @@
##             main      #10      +/-   ##
==========================================
+ Coverage   59.00%   59.31%   +0.30%     
==========================================
  Files          20       20              
  Lines        1776     1777       +1     
==========================================
+ Hits         1048     1054       +6     
+ Misses        728      723       -5     

see 4 files with indirect coverage changes

:mega: We’re building smart automated test selection to slash your CI/CD build times. Learn more

pedroliman commented 1 year ago

The cause of the issue is related to the number of iterations used in the vignette. We cannot afford to have have long-running code on the vignette; number of iterations reduced to 10.