jsakaluk / dySEM

dySEM
https://jsakaluk.github.io/dySEM/
GNU General Public License v3.0
6 stars 4 forks source link

Fix: Purged dirs() in scripters and outputModel.R #112

Closed omarjcamanto closed 6 months ago

omarjcamanto commented 7 months ago

Addresses Issue #111

Scripters

outputModel.R

I also saw potential typos in scriptBiDy.R (see lines 258 to 273) and outputModel.R (see lines 77 and 100).

codecov-commenter commented 7 months ago

Codecov Report

Attention: 169 lines in your changes are missing coverage. Please review.

Comparison is base (1979b38) 40.61% compared to head (656873e) 41.41%. Report is 2 commits behind head on master.

Files Patch % Lines
R/outputModel.R 0.00% 106 Missing :warning:
R/outHelpers.R 0.00% 40 Missing :warning:
R/scriptBiDy.R 0.00% 14 Missing :warning:
R/scriptINULL.R 0.00% 2 Missing :warning:
R/scriptISAT.R 0.00% 2 Missing :warning:
R/scriptAPIM.R 0.00% 1 Missing :warning:
R/scriptCFA.R 0.00% 1 Missing :warning:
R/scriptCFM.R 0.00% 1 Missing :warning:
R/scriptMIM.R 0.00% 1 Missing :warning:
R/scriptObsAPIM.R 0.00% 1 Missing :warning:

:exclamation: Your organization needs to install the Codecov GitHub app to enable full functionality.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## master #112 +/- ## ========================================== + Coverage 40.61% 41.41% +0.79% ========================================== Files 23 23 Lines 2487 2439 -48 ========================================== Hits 1010 1010 + Misses 1477 1429 -48 ```

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.

jsakaluk commented 7 months ago
jsakaluk commented 6 months ago

Closing in favour of second PR