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

knitr engine improvements #36

Merged
merged 1 commit into from
Sep 15, 2023
Merged

knitr engine improvements #36

merged 1 commit into from
Sep 15, 2023

Conversation

zacdav-db
Copy link
Contributor

Can now use %sh magic in rmarkdown:

This is achieved thanks to %%sh in a python context.

    ```{databricks_sh}
    ls -la /
    ``` 

Additionally can use new db_{r/py/scala/sh} shorthand

    ```{db_r}
    library(sparklyr)
    sc <- spark_connect(method = "databricks")
    ``` 

…gine

 - Adding shorthands aliases for kntir engines (`db_{r/py/sh/scala}`)
 - Adjusting DESCRIPTION file
@codecov-commenter
Copy link

Codecov Report

Merging #36 (3042091) into main (3a8b9c1) will decrease coverage by 0.01%.
The diff coverage is 0.00%.

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

@@            Coverage Diff             @@
##             main      #36      +/-   ##
==========================================
- Coverage   11.47%   11.47%   -0.01%     
==========================================
  Files          23       23              
  Lines        2744     2746       +2     
==========================================
  Hits          315      315              
- Misses       2429     2431       +2     
Files Changed Coverage Δ
R/knitr-engines.R 0.00% <0.00%> (ø)

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

@zacdav-db zacdav-db merged commit 6e7a3fa into main Sep 15, 2023
6 checks passed
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.

2 participants