Xiangyun Huang

Results 26 issues of Xiangyun Huang

**Describe the bug** Text/Code in View Window can't be copied and pasted. **To Reproduce** A [personal website](https://github.com/rbind/xiangyun) built on [blogdown](https://github.com/rstudio/blogdown), then in R Terminal, and run ```r blogdown::serve_site() ``` ##...

bug

非常感谢您的PR, 如果您是在为主站投稿, 请将PR的标题改为"投稿:标题+作者的形式",如: "投稿: 数据通灵术 杜亚磊" 并保留下面的内容. - 投稿者请注意 - [x] 主编审核确认接收 - [x] 主编安排审稿人 - [x] 审稿、修改 > 至此,投稿部分的工作结束 - 编辑部分工作 - [ ] 文字编辑做校对工作。需校对文章分类,目前的文章分类包括:**COS访谈,R会议,R语言,推荐文章,新闻动态,机器学习,统计之都,统计图形,统计应用,统计模型,统计计算,统计软件,职业事业**。不得擅自增加分类。 - [ ] 微信编辑、发布,阅读原文附主站链接,文末附作者介绍...

文章

链接 失效了,导致主站文章末尾出现

- 当前的投稿指南 https://cosx.org/contribute/ 需要补充文章预览链接在哪?遇到过投稿人、审稿人不知道在哪预览

use **sf** instead of **geojsonio** which depends a lot of upstream packages.

在系统已经有 adobe 中文字体的情况下,在 elegantbook 文类中设置 chinesefont=adobe 会报错,在 ctex 文类中设置 fontset=adobe 不会报错,前者对 ctex 文类的 fontset 选项做了一些阉割,代码见 https://github.com/ElegantLaTeX/ElegantBook/blob/6ab10beda81252f0b478e05fa926199301347e4a/elegantbook.cls#L127-L151 不兼容的意思是指是否可以直接传递 fontset 选项给 elegantbook,让中文字体的设置问题由 ctex 去解决,用户也少了很多配置的不便,比如配置 adobe 字体,ctex 已经设置好了,但是在 elegantbook 里需要类似如下的定义 https://github.com/ElegantLaTeX/ElegantBook/blob/6ab10beda81252f0b478e05fa926199301347e4a/elegantbook-cn.tex#L697-L707 毕竟 ctex...

Thanks @glin for the greate package! There may be a feature request. To illustrate, I simulate a dataset, df ```r df % DT::formatPercentage(columns = c("A", "B"), digits = 2) %>%...

- 哈尔滨商业大学的张敬信老师用来写书 《R语言编程--基于 tidyverse》 https://github.com/zhjx19/introR [知乎](https://zhuanlan.zhihu.com/p/198185888)

有类似在 header.html 中加载 cancel.js 的方式吗?使得 epub 支持 \(\bcancel{///}\) 目前 Travis CI 上给出的警告信息如下 ```bash /usr/bin/pandoc +RTS -K512m -RTS ElegantBookdown.utf8.md --to epub3 --from markdown+autolink_bare_uris+tex_math_single_backslash --output ElegantBookdown.epub --number-sections --filter /usr/bin/pandoc-citeproc [WARNING] Could not...

help wanted
question

## Here is a minimal example ```r library(echarts4r) quakes |> e_charts(x = lat) |> e_scatter_3d( y = long, z = depth, size = mag, color = mag, bind = stations,...