render compile

This commit is contained in:
2026-05-21 15:08:20 +08:00
parent 845b840cc9
commit 32a2989fdb
17 changed files with 21 additions and 36 deletions
-3
View File
@@ -12,7 +12,6 @@ format:
R中的数值型数据可以是整数或浮点数。
```{r}
#| echo: true
(x <- 10)
(y <- 1.23e-2)
(z <- pi)
@@ -26,7 +25,6 @@ R中的数值型数据可以是整数或浮点数。
- 中文编码主要有GBK编码和UTF-8编码, 可能遇到编码错误造成乱码。RStudio软件默认采用UTF-8编码,在R程序运行时字符串一般用UTF-8编码保存。
```{r}
#| echo: true
(str <- "Hello, World!")
(str <- 'Hello, World!')
(str <- 'He was very angry, and shouted: "Stop!"')
@@ -747,7 +745,6 @@ names(Y) <- c("colA", "colB", "colC")
## 欢迎讨论!{.center}
```{r}
#| results: 'asis'
rmdify::slideend(