Zhian N. Kamvar

Results 178 issues of Zhian N. Kamvar

I notice that if I have a {withr}-like pattern in my code or use a `suppress` family function, {flow} cannot disentangle it. I will occasionally have functions that look like...

On 2023-06-06, this lesson was supposed to receive an automated pull request that updated the packages used in this lesson so that you could inspect the changes. Due to an...

type: package cache

(edit: not sure how the reprex lost its formatting, but I fixed it) The new `footnotes` feature might be useful for us at {tinkr}, but I'm not sure how to...

This will return the column unchanged if encountered and will fix #108

The matchmaker package has just been released to CRAN, so we can use it internally for `clean_spelling()` (`match_vec()`) and `clean_variable_spelling()` (`match_df()`).

This is a placeholder for the tasks that need to be completed for linelist to achieve version 0.1 status: - [ ] Highlight main features in the vignette (issue https://github.com/reconhub/linelist/issues/104)...

### Background: When I updated guess_dates, I used `lubridate::parse_date_time()` because it was somewhat flexible with the definitions and I was remotely familiar with it. The process that happens is that...

The use of the phrase "first value" in the Warning message works when there's only a two way tie, but isn't technically correct when there's a three way tie. Illustrated...

this is an extension of #57