Mine Cetinkaya-Rundel

Results 115 issues of Mine Cetinkaya-Rundel

The link in the first edition at http://adv-r.had.co.nz/, which is supposed to point to the second edition of the book, points back to the first edition. I believe it's supposed...

Modal dialogs sometimes can cover the app when they pop up (in the case of a bookmarking dialog, or otherwise). It would be nice to have the functionality to drag...

Difficulty: Intermediate
Effort: Medium
Type: Enhancement :bulb:
Priority: Medium
Consult Team

With the conversion to Quarto I've commented out `crayon.enabled = TRUE` in `_common.R`. We need to make sure to re-enable this once the issue is resolved.

book :books:

If you view [this vignette](https://cran.r-project.org/web/packages/vctrs/vignettes/stability.html) on a phone, you should observe that some of the font sizes in font comments are larger than they should be, as though the comment...

help wanted :heart:
theme: mobile layout

I know about and regularly use `knit_exit()`. And I often find myself wanting a feature like `knit_pause()` to pause knitting between given spots in the document (especially when running `xaringan::inf_mr()`...

feature

I'm using the following in my YAML to avoid grid tables so that I can set the column widths of my table manually by dragging the column dividers around when...

When using `kable_styling(latex_options = "striped")` along with `linesep = "\\addlinespace"` in `kbl()`, the additional space between lines are all white. This makes gray rows appear thinner than white rows. I'm...

wontfix

The blog post for [rvest 1.0.0](https://www.tidyverse.org/blog/2021/03/rvest-1-0-0/) provides the following example for handling of row and column spans: ```r html % html_element("table") %>% html_table() #> # A tibble: 3 x 3...

Currently reading from a short link (e.g., this sheet: https://rstd.io/r4ds-students) gives an error. ``` r library(googlesheets4) gs4_deauth() students Error in `gargle_abort_request_failed()`: #> ! Client error: (404) NOT_FOUND #> • A...

feature

I've posted some on the README, I would love to list more directly relevant resources, e.g. an instructor wants to teach data science, what should be on their reading list....

help wanted