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

allow rmarkdown engine #43

Open
wants to merge 5 commits into
base: main
Choose a base branch
from
Open

allow rmarkdown engine #43

wants to merge 5 commits into from

Conversation

clarkliming
Copy link
Collaborator

close #39

add a basic sas engine. it will be available on sasr load.

@clarkliming
Copy link
Collaborator Author

@benyamindsmith sorry for being so late, you can now try it our. and example can be found at https://github.com/insightsengineering/sasr/blob/39_allow_rmarkdown/inst/example.Rmd

Copy link
Contributor

github-actions bot commented Apr 29, 2024

badge

Code Coverage Summary

Filename          Stmts    Miss  Cover    Missing
--------------  -------  ------  -------  ------------
R/run_sas.R           6       0  100.00%
R/sas_engine.R        9       2  77.78%   7, 13
R/sascfg.R            8       8  0.00%    26-33
R/utils.R            66       7  89.39%   138-143, 164
R/zzz.R               4       4  0.00%    15-18
TOTAL                93      21  77.42%

Diff against main

Filename          Stmts    Miss  Cover
--------------  -------  ------  --------
R/sas_engine.R       +9      +2  +77.78%
R/zzz.R              +2      +2  +100.00%
TOTAL               +11      +4  -1.85%

Results for commit: d1c0ce8

Minimum allowed coverage is 80%

♻️ This comment has been updated with latest results

Copy link
Contributor

github-actions bot commented Apr 29, 2024

Unit Test Performance Difference

Test Suite $Status$ Time on main $±Time$ $±Tests$ $±Skipped$ $±Failures$ $±Errors$
rmarkdown 👶 $+0.30$ $+1$ $+1$ $0$ $0$
Additional test case details
Test Suite $Status$ Time on main $±Time$ Test Case
rmarkdown 👶 $+0.30$ rmarkdown_engine_works

Results for commit 10c896e

♻️ This comment has been updated with latest results.

Copy link
Contributor

github-actions bot commented Apr 29, 2024

Unit Tests Summary

 1 files   5 suites   0s ⏱️
16 tests 11 ✅ 5 💤 0 ❌
21 runs  15 ✅ 6 💤 0 ❌

Results for commit d1c0ce8.

♻️ This comment has been updated with latest results.

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.

[Feature Request]: RMarkdown Support
1 participant