Emily Riederer

Results 45 comments of Emily Riederer

Notes to self: In `pointblank` 0.6.0 this works: ``` create_agent(read_fn = ~data.frame(IND_A = 1, AMT_B = 2)) %>% col_vals_not_null(starts_with("ID"), step_id = 1) %>% col_vals_not_null(starts_with("IND"), step_id = 2) %>% interrogate() ```...

Related to https://github.com/rich-iannone/pointblank/issues/355

Hey @mjbroerman ! This should be fixed now with the latest dev version of `pointblank` There's a secondary issue about filepath escaping depending on your OS. If you wish to...

Thank you so much for taking the time to check out the package and report this issue! Now that you say it, I realize my tests only do cover the...

Thanks for the great post! This motivated me to make the transition, too. I especially appreciated the warning about Utterances because I love those too. I dug around a bit...