Dr. Ryan McShane
Dr. Ryan McShane
--- By filing an issue to this repo, I promise that - [x] I have fully read the issue guide at https://yihui.org/issue/. - [x] I have provided the necessary information...
Hi, this question is either a bug or user error or both, so I wasn't sure whether to post it as an issue. Apologies if it is user error. As...
Hi, love the ~package~ extension! I am not a Mac user (pretty anti-Apple, actually), and would love a platform-neutral option to use while teaching [my R programming](https://stat.uchicago.edu/academics/course-info/2023-2024-courses/spring-2024-stat-27815/) students. I've been...
Attended posit::conf 2024 workshop and ran into this issue with `duckplyr_df_from_csv`: ### Create example data using first three rows of IMDB data ``` myData = readr::read_tsv( "tconst averageRating numVotes tt0000001...
**Describe the bug** Lists of tables no longer/don't render inside of Quarto -- e.g., Markdown tables **To Reproduce** This Quarto document will fail to render to HTML or markdown. It...
Completed: * Added a short deprecation message when using `use_pipe()`, * Added a longer bit of advice in the package documentation for common substitutions, including the [2023 blog post on...
Hello from tidy dev day 2025, After running ```r usethis::create_from_github("tidyverse/forcats") devtools::document() ``` I got the following message: ```r ℹ Updating forcats documentation ℹ Setting RoxygenNote to "7.3.3" ℹ Loading forcats...
I have a script where I update all of my installed packages using the magic of `pak::pkg_list()`, some other things to convert this to a vector of package names (not...
When I open a fresh Positron or RStudio session and run `gitcreds::gitcreds_get()`, I get ```r Error in `throw()`: ! Could not find any credentials Hide Traceback ▆ 1. └─gitcreds::gitcreds_get() 2....