This commit is contained in:
Ming Su 2025-03-17 20:16:08 +08:00
parent 78196d49ed
commit a21430385f
2 changed files with 8 additions and 4 deletions

View File

@ -47,9 +47,8 @@ knitr::opts_chunk$set(echo = TRUE)
### 课件
- 采用`R语言`+`quarto`完成
- 网页公开:[https://drwater.rcees.ac.cn/course/public/RWEP/\@PUB/index.html](https://drwater.rcees.ac.cn/course/public/RWEP/@PUB/index.html)
- 课件代码:[https://drwater.rcees.ac.cn/git/course/RWEP.git](https://drwater.rcees.ac.cn/git/course/RWEP.git)
- 代码web界面[https://on.tty-share.com/s/ny3JVrMuvUNOmnuioS3I7YEeVCi5Hk3Qc9vgz2QdX0FE2cYAQZFW2MUOkQyG0P5ZUR8/](https://on.tty-share.com/s/ny3JVrMuvUNOmnuioS3I7YEeVCi5Hk3Qc9vgz2QdX0FE2cYAQZFW2MUOkQyG0P5ZUR8/)
- 网页公开:[https://drc.drwater.net/course/public/RWEP/PUB/index.html](https://drc.drwater.net/course/public/RWEP/PUB/index.html)
- 课件代码:[https://git.drwater.net/course/RWEP.git](https://git.drwater.net/course/RWEP.git)
## 如何学习接下来的内容?
@ -67,7 +66,7 @@ knitr::opts_chunk$set(echo = TRUE)
## Rstudio Server使用
- 服务网址:[https://drwater.rcees.ac.cn/rs1/](https://drwater.rcees.ac.cn/rs1/)
- 服务网址:[https://rs1.drwater.net/](https://rs1.drwater.net/)
- 每位同学使用1个账号随机生成
- 密码:****
- 后面的实践课程可在该服务器上完成

View File

@ -118,6 +118,8 @@ if (FALSE) {
saveRDS(testdf, "./testdf.RDS")
}
if (!isRendering) {
lang <- "cn"
require(dwfun)
require(rmdify)
@ -144,5 +146,8 @@ testdf |>
pull(gp)
} # End of isrendering
```