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

Prototype expression field #394

Draft
wants to merge 2 commits into
base: 385-list-field
Choose a base branch
from
Draft

Prototype expression field #394

wants to merge 2 commits into from

Conversation

nbenn
Copy link
Collaborator

@nbenn nbenn commented Jul 17, 2024

No description provided.

@DivadNojnarg
Copy link
Collaborator

@nbenn I am trying to run simple examples from this branch:

library(blockr)
library(palmerpenguins)

stack <- new_stack(
  data_block = new_dataset_block("penguins", "palmerpenguins"),
 select_block = new_select_block(columns = "sex"),
  filter_block = new_filter_block("sex", "female")
)
serve_stack(stack)

which leads to:

Error in eval_functional_field_component: all(arg %in% names(env)) is not TRUE

@nbenn nbenn force-pushed the 104-1-expr-field branch from 5673733 to a86103b Compare July 19, 2024 13:31
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