Skip to content

Commit

Permalink
Update 01-basics.Rmd (#33)
Browse files Browse the repository at this point in the history
更新包的函数写成了install.packages()。
已改回update.packages()
  • Loading branch information
ZG-N1 authored Mar 24, 2022
1 parent 94c6804 commit c357acb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion book/01-basics.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ tb = tibble::tribble(
"download.packages", "下载一系列R包到本地目录",
"install.packages", "从资源库下载安装一系列R包",
"remove.packages", "移除一系列已安装的R包",
"installed.packages", "将已经安装的R包更新到最新版本",
"update.packages", "将已经安装的R包更新到最新版本",
"setRepositories", "设定当前的R包的资源库列表 ",
)
knitr::kable(tb, caption = "常见包安装命令")
Expand Down

0 comments on commit c357acb

Please sign in to comment.