-
Notifications
You must be signed in to change notification settings - Fork 0
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
Third party registry setup #8
Conversation
Codecov ReportAttention:
Additional details and impacted files@@ Coverage Diff @@
## main #8 +/- ##
==========================================
- Coverage 38.53% 30.35% -8.19%
==========================================
Files 6 6
Lines 397 504 +107
==========================================
Hits 153 153
- Misses 244 351 +107 ☔ View full report in Codecov by Sentry. |
@JohnCoene: can you confirm what block you need for the demo (i.e. do you still need all the demo blocks like lab_data_block <- function(...) {
initialize_block(new_data_block(
...,
dat = as.environment("package:blockr.data"),
selected = "lab"
))
} For now, I included all of them except the one in #9. |
@DivadNojnarg I'm not doing the demo, @karmatarap is handling that, we can confirm with him but I do not think demo blocks are needed. |
@DivadNojnarg may we merge this? |
Yes I was checking the blocks. The plot_code_block will also suffer from the same issue we have in |
Fix #5