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

Code block #7

Merged
merged 1 commit into from
Feb 7, 2024
Merged

Code block #7

merged 1 commit into from
Feb 7, 2024

Conversation

JohnCoene
Copy link
Member

Code block, see example in inst

library(blockr)
library(shiny)

stack <- new_stack(
  data_block,
  code_transform_block
)

ui <- fluidPage(
  theme = bslib::bs_theme(5L),
  generate_ui(stack)
)

server <- function(input, output, session) {
  generate_server(stack)
}

shinyApp(ui, server)

@codecov-commenter
Copy link

Codecov Report

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

Comparison is base (57fdc84) 42.26% compared to head (d0f9199) 38.53%.

❗ Current head d0f9199 differs from pull request most recent head 392bee3. Consider uploading reports for the commit 392bee3 to get more accurate results

Files Patch % Lines
R/code.R 0.00% 35 Missing ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##             main       #7      +/-   ##
==========================================
- Coverage   42.26%   38.53%   -3.73%     
==========================================
  Files           5        6       +1     
  Lines         362      397      +35     
==========================================
  Hits          153      153              
- Misses        209      244      +35     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@DivadNojnarg
Copy link
Contributor

Thanks for transferring the block here. Working well.

@JohnCoene JohnCoene merged commit 904650f into main Feb 7, 2024
3 checks passed
@JohnCoene JohnCoene deleted the code-block branch February 7, 2024 23:45
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.

3 participants