Skip to content

Commit

Permalink
prebuild
Browse files Browse the repository at this point in the history
  • Loading branch information
perlatex committed Jun 4, 2022
1 parent def82a2 commit 52b44e7
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
2 changes: 1 addition & 1 deletion tidystats_t_test.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -282,7 +282,7 @@ species 有三组,也就说有三个层级,程序不接受。方法是:**
#### using `pairwise.t.test()`

```{r, eval=FALSE}
pairwise.t.test(x, f) # x is a vector of the data, y is the group factor
pairwise.t.test(x, y) # x is a vector of the data, y is the group factor
```


Expand Down
5 changes: 3 additions & 2 deletions tidyverse_rmarkdown.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -210,11 +210,12 @@ tinytex::install_tinytex(dir = "D:\\Tinytex", force = T)

::: {.rmdnote}

国内下载 TinyTeX 比较慢,可以用浏览器或其它下载工具直接下载:https://github.com/yihui/tinytex-releases/releases 然后把下载的文件路径传给安装函数,比如下面三步走
国内下载 TinyTeX 比较慢,可以用浏览器或其它下载工具直接下载:https://github.com/yihui/tinytex-releases/releases 然后把下载的文件路径传给安装函数,下面四步走

- `install.packages("tinytex")`
- `tinytex::tlmgr_repo('http://mirrors.tuna.tsinghua.edu.cn/CTAN/')`
- `tinytex:::install_prebuilt('TinyTeX-v2022.04.04.zip')`
- `tinytex:::install_prebuilt('TinyTeX-v2022.05.zip', dir = "D:\\Tinytex")`
- 添加环境变量 `D:\Tinytex\bin\win32`

:::

Expand Down

0 comments on commit 52b44e7

Please sign in to comment.