Skip to content

issues Search Results · repo:rstudio/pointblank language:R

Filter by

339 results
 (343 ms)

339 results

inrstudio/pointblank (press backspace or delete to remove)

Prework - [x] Read and agree to the code of conduct and contributing guidelines. - [x] If there is already a relevant issue, whether open or closed, comment on the existing thread instead of posting ...
Type: ⁇ Question
  • lbm364dl
  • Opened 
    6 days ago
  • #641

I m expecting this validation to pass. Is my expectation off, or is this a bug? library(pointblank) sales - data.frame( amount = c(100, 200, 300), customer_name = c( Alice , Betty , Charli xcx ...
  • hfrick
  • 1
  • Opened 
    15 days ago
  • #640

Description When get_sundered_data() is called on an agent interrogating data in a DB table and the type param is combined , this results in Error in `.transformer()`: ! `value` must be a string or scalar ...
Type: ☹︎ Bug
  • petrbouchal
  • Opened 
    on Jul 12
  • #637

Prework - [x] Read and agree to the code of conduct and contributing guidelines. - [x] If there is already a relevant issue, whether open or closed, comment on the existing thread instead of posting ...
Type: ☹︎ Bug
  • petrbouchal
  • Opened 
    on Jul 12
  • #636

Prework - [x] Read and agree to the code of conduct and contributing guidelines. - [x] If there is already a relevant issue, whether open or closed, comment on the existing thread instead of posting ...
Type: ☹︎ Bug
  • petrbouchal
  • Opened 
    on Jul 12
  • #635

It d be nice if the message said 1 test unit . Interestingly, it s also missing a space here, while it does show up alright on my console 🤔 library(pointblank) action_levels(warn_at = 1) # -- The `action_levels` ...
  • hfrick
  • Opened 
    on Jul 9
  • #634

Validation steps inherit the actions from the agent but they only inherit them as a set. When I specify a stop level in the agent but not in the step, the step does not inherit the stop level from the ...
  • hfrick
  • Opened 
    on Jun 24
  • #633

The default thresholds in action_levels() are all NULL but the argument docs don t say what that means. I was expecting those NULLs to resolve to some sensible threshold. Deeper in the details section, ...
  • hfrick
  • Opened 
    on Jun 24
  • #632

get_sundered_data() is returning unexpected results when using col_vals_expr(). df - data.frame( COL1 = letters, COL2 = c(NA, example ) ) agent - pointblank::create_agent(df) | pointblank::col_vals_not_null(COL2) ...
Type: ☹︎ Bug
  • zsmith27
  • 1
  • Opened 
    on Jun 23
  • #631

Hi, I understand that the function pointblank::col_vals_equal can be used to check if two columns have the same value for each row. Such as this example below. df - data.frame( a = c( 2 , 3 , 4 ...
Type: ☹︎ Bug
  • JauntyJJS
  • 3
  • Opened 
    on Jun 23
  • #630
Issue origami icon

Learn how you can use GitHub Issues to plan and track your work.

Save views for sprints, backlogs, teams, or releases. Rank, sort, and filter issues to suit the occasion. The possibilities are endless.Learn more about GitHub Issues
ProTip! 
Restrict your search to the title by using the in:title qualifier.
Issue origami icon

Learn how you can use GitHub Issues to plan and track your work.

Save views for sprints, backlogs, teams, or releases. Rank, sort, and filter issues to suit the occasion. The possibilities are endless.Learn more about GitHub Issues
ProTip! 
Press the
/
key to activate the search input again and adjust your query.
Issue search results · GitHub