Yihui’s TODO List

2023-02-15

This page contains some of my TODO items. I guess I will never be able to finish all the work, so I will appreciate your help with any of the items on this page (fixing bugs, answering questions, or implementing features). Please feel free to let me know if you want to work on anything, and I will be happy to assist you.

Looking at these items, you may make a better decision on whether to ask questions on a public forum before emailing me, according to my current status below. Please feel free to email me anyway if you do not need a prompt response, and please forgive my slow response.

Status

At the moment, I have 92 emails in my inbox to be dealt with (the earliest that I have not replied to was from Nov 21, 2018), 0 unread Github issues/PRs, and about 40 tabs open in my browser.

TODO

My “official” TODO list is available on Github. Below are some random items.

  1. new syntax for verbatim inline R expression: https://github.com/rstudio/rmarkdown/issues/1652
  2. see if I’m able to maintain the apero theme: https://github.com/hugo-apero
  3. support custom output formats in blogdown: https://github.com/rstudio/blogdown/issues/289
  4. clean up knitr code in quarto: https://github.com/quarto-dev/quarto-cli/pull/115
  5. Questions to be answered:
  6. xaringan doesn’t refresh with changes in css: https://github.com/yihui/xaringan/issues/301
  7. Read and probably respond to a few posts related to blogdown:
  8. Max’s SO question on highlighting inline code, which should be solvable via highr.
  9. Optimize images automatically in blogdown
  10. Fix relative paths in Hugo’s RSS feeds: https://github.com/rstudio/blogdown/issues/384
  11. hugo-prose: https://github.com/yihui/hugo-prose/pull/41 and reply to Jared’s meetup invite.
  12. Scrollama with blogdown/distill: https://github.com/yihui/rolldown/issues/14
  13. Watch https://resources.rstudio.com/resources/rstudioglobal-2021/
  14. A possible book: Presentation Ninja (xaringan, ioslides, slidy, revealjs, PowerPoint, beamer, shower, etc).
  15. A possible book about pagedown and CSS (reply to Lara at C&H).
  16. A 3rd edition of the knitr book? I’ll need a helper.
  17. Reply to https://github.com/yihui/rmarkdown-cookbook/issues/215#issuecomment-633148829
  18. Digest https://github.com/rstudio/distill/issues/152.

Done

This section is cleaned up from time to time.

  1. Write out tinytex regexes to json: https://yihui.org/tinytex/regex.tar.gz

Backlog

  1. litedown (for package vignettes) https://github.com/rstats-gsod/gsod2022/issues/5
  2. Support HTML widgets in pagedown: https://github.com/rstudio/pagedown/pull/87
  3. A Hugo theme based paged.js? https://www.pagedjs.org
  4. A Hugo layout for cards? https://apreshill.github.io/postcard/about.html
  5. A possible book on small successes. https://www.tiffanymatthe.com/not-extraordinary
  6. Google doc to Markdown?
  7. Read Miles’s introduction to drake and include it in the R Markdown Cookbook: https://milesmcbain.xyz/the-drake-post/ (Update: Will said targets would be the new drake, so no need to introduce drake)
  8. Record a video about CSS selectors for R Markdown users.

Help Needed

If anyone is interested in any of the items below, please feel free to let me know. I’d be happy to explain more, or do a video chat with you.

  1. Land the xaringan slide page in RStudio Viewer corresponding to the cursor position in RStudio IDE: https://github.com/yihui/xaringan/issues/336
  2. How can users build and install their own version of TinyTeX? Short answer: install TinyTeX-0, use tlmgr to install the packages they need, zip the TinyTeX installation directory, and publish it somewhere (e.g., Github Releases, or AppVeyor artifacts). To install this custom version of TinyTeX, I’ll need to provide an environment variable to customize the URL in my installation scripts (e.g., not hard-coding yihui.org or github.com/yihui/tinytex-releases in install-bin-unix.sh), so they can be reused by others.
  3. Introduce the easier way to start a bookdown project using the RStudio IDE in the book: https://github.com/rstudio/bookdown/issues/225
  4. Build rggobi on r-universe.dev: https://github.com/ggobi/rggobi/issues/7
  5. More accessibility/navigation tags in knitr::kable_html(): https://github.com/yihui/knitr/issues/1747
  6. Generate the Table of Contents for xaringan slides: https://github.com/yihui/xaringan/issues/217
  7. How to render math expressions without MathJax? https://stackoverflow.com/q/57121846/559676 Alternative methods are listed here: https://pandoc.org/MANUAL.html#math-rendering-in-html
  8. The pain of using rmarkdown on network drives: https://github.com/rstudio/rmarkdown/issues/1268
  9. BibTeX references showing up twice in bookdown: https://github.com/rstudio/bookdown/issues/751
  10. Make TinyTeX more portable: https://github.com/yihui/tinytex/issues/133
  11. xfun::numbers_to_words() for numbers with decimal places: https://github.com/yihui/xfun/issues/18
  12. Live code in xaringan: https://github.com/yihui/xaringan/issues/206 The implementation is not totally clear to me, but I imagine users can double click on a code block on a slide to edit the code, and the edit can be sent back to the RStudio IDE or executed.
  13. https://github.com/rstudio/pagedown/issues/236 chrome_print() stops working after a few hundred times

Blog

  1. Loops in R: https://medium.com/@alwinw/are-r-loops-really-that-slow-1bbf46b21fcb https://yihui.org/en/2010/10/on-the-gory-loops-in-r/
  2. Both TinyTeX and Hugo can be bundled with projects: https://twitter.com/bearloga/status/1440342267949060103
  3. blogdown vs distill https://twitter.com/PipingHotData/status/1376106167865384963 https://blog.rstudio.com/2021/09/23/curating-for-wearerladies-on-twitter/
  4. What does it mean to be generous? https://github.com/ropensci/targets/issues/503 I don’t think I’m generous in this case.
  5. https://statmodeling.stat.columbia.edu/2021/05/23/thinking-fast-slow-and-not-at-all-system-3-jumps-the-shark/ https://twitter.com/kjhealy/status/1394729017631285252 Sounds like this new book has got quite a bit of controversy, but I haven’t read it.

Reading

  1. JavaScript for R https://book.javascript-for-r.com Seems to be an interesting book on the only two languages that I understand.
  2. https://atrebas.github.io/post/2020-06-17-datatable-introduction/ https://martinctc.github.io/blog/comparing-common-operations-in-dplyr-and-data.table/

待办事项

  1. https://yufree.cn/cn/2018/03/24/blogdown-rss/

私人事项

  1. 这位大人对 knitr 钻研似乎颇深,是个人才,也许可以拉来做点什么事:https://stackoverflow.com/users/2706569/cl
  2. 家教有关的阅读
  3. https://www.samuelthomasdavies.com/book-summaries/business/deep-work/
  4. 黑客与画家 http://idlewords.com/2005/04/dabblers_and_blowhards.htm
  5. 教养的迷思 https://mp.weixin.qq.com/s/4XmMuUV2XbM-UMD4GJGUMQ
  6. 家庭、私有制和国家的起源 https://en.wikipedia.org/wiki/The_Origin_of_the_Family,_Private_Property_and_the_State
  7. Note-taking/todo app https://d.cosx.org/d/419756/10 https://noteplan.co https://everydaycheck.com https://twitter.com/OilGains/status/1085929376741556230
  8. Stoicism: https://dailystoic.com/letters-from-a-stoic/ https://www.lettersfromastoic.net/letter-4/
  9. ggplot 灰色背景:https://stats.stackexchange.com/q/25220/10946 https://twitter.com/WilliamsNeuro/status/1318419069968658432
  10. 为 XD 和邻居架设网站
  11. 洛宁蒸肉:五花肉、粉丝、玉米面、葱姜蒜、酱油、蚝油、盐。
  12. 毛笔字:https://www.zgbk.com/dzb/jy/sfxx/

随机事项

  1. JS 生成声音:https://github.com/R4meau/plink-plonk/blob/master/content.js 暂时不知道用它干啥,但感觉要是跟 Shiny 鬼混在一起也许能玩出什么花样来。
  2. https://two.js.org
  3. https://github.com/seankross/postcards
  4. https://github.com/etiennebacher/docsifier
  5. https://twitter.com/Warreningshot/status/1379664918450905089 blogdown 复古主题?
  6. https://github.com/commit-intl/micro-down 简版的 Markdown JS 库

日程安排

时间 事项
周一 朝九晚五;下午核查团队工作进度
周二 朝九晚五
周三 朝九晚五
周四 朝九晚五
周五 下午非紧急邮件、COS + SO 论坛;微博;推特
周六
周日 晚上看 Feedly

另外,每天下班前一小时:查阅 Github 事项、安排第二天工作。晚 11 点后回复微信。