Dr. Ryan McShane

Results 11 comments of Dr. Ryan McShane

FWIW, here's the original plot (whose purpose was simply to extol the virtues of `teamcolors`). I simply replaced a call to the `scale_color_teams` function with a call to `scale_color_discrete`. ![image](https://user-images.githubusercontent.com/48807452/141648776-2239ee6b-e277-4faa-9329-f6f2a3b3a893.png)

@beanumber just wanted to follow up: I was not able to recreate the issue I was having. I'm having difficulty remembering what the issue was (as I had found a...

Ah yes, I re-rendered my original code (which had no changes) and got different output. I guess my workaround was to tell students to ignore the problem? ![image](https://github.com/beanumber/teamcolors/assets/48807452/2e277430-8972-45cd-acbc-a4816de6dea9) Here's a...

The line colors stayed the same, but the label colors did not, regardless of which of the last two lines I used

I ran into this issue as well. I also agree that the error is uninformative. FWIW while `devtools` maintainers consider an improved error message (or not) -- a solution that...

Hello just wanted to comment -- good work all! I have been trying to incorporate `lintr` into [my course](https://stat-37815-au24.ryanmcshane.com/l03-baserfundamentals#assignment-operators)'s autograder but want to allow both `=` and `

@Robinlovelace I found this same error in a different context for `ic_write`. Reprex below. ``` r spurs_games = tibble::tribble( ~BEGIN, ~PRODID, ~VERSION, ~CALSCALE, ~METHOD, ~UID, ~DTSTART, ~DTEND, ~SUMMARY, ~LOCATION, ~END,...

Hi, actually this is certainly a `kableExtra` issue. The `kableExtra:::md_table_parser` internal function is at issue. I just happened to notice it when using RStudio; but it's a problem when producing...

> The problem is that `kableExtra` doesn't fully support `pipe` format, but that's what your code produces. `kableExtra` sometimes tries to handle `pipe` format, but the support is limited and...

> Yup I can convert factors to character, but factor is extremely common in data analysis, especially in R, and converting back and forth would require constantly tracking which columns...