Lewin Appleton-Fox

Results 12 issues of Lewin Appleton-Fox

Fixes #281 Calling `check_zero()` too early in the function resulted in a bug where 1-indexed input would not be detected if either: * `Links` was not a `data.frame` * `Source`...

Hi, thanks for an awesome package! I've found an issue where assumptions made by `check_zero()` cause some graph plotting operations to fail silently if you have a 1-indexed rather than...

documentation

Given an input string and a list of candidates, return the best matched candidate/s. See the "Process" section of the [`fuzzywuzzy` documentation](https://github.com/seatgeek/fuzzywuzzy#process) for a demo of how this should work....

enhancement
good first issue

## Summary * Multi-arg support for `ic()` * Closes #12 * Closes #16 ## Pre-release checklist - [ ] Run `usethis::use_tidy_style()` - [ ] Review documentation for typos etc. -...

Picking up from the discussion in #12. At the moment `max.lines` overrides the output of `peeking.function`. ``` r print_ten_lines

question

From reading [the docs](https://github.com/r-lib/rig#-faq-) I expect `rig install --without-p3m` to leave the default package repos alone. However, this option doesn't appear to do anything. This is a similar question to...

bug

Per https://github.com/r-lib/cli/issues/626, newlines are being removed from interpolated strings in `cli`. This has broken `ic()`'s display of multiline data. Once the cli bug has been resolved, add a version constraint...

See #13 - better docs needed.

documentation

See #3 . @SigurdJanson I don't seem to see any difference in behaviour when passing additional args to `plot()`. Would you be able to checkout the `develop` branch and try...