Skip to content

Commit

Permalink
Update 说明手册.md
Browse files Browse the repository at this point in the history
  • Loading branch information
tianshu129 authored Feb 7, 2021
1 parent c30d886 commit 1e921f8
Showing 1 changed file with 10 additions and 3 deletions.
13 changes: 10 additions & 3 deletions 说明手册.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,9 @@

## 动态

2020/12/17 v1.5.18 修复了名称匹配中的问题,提高匹配能力。
2021/02/08 v1.6.1 ofp函数进行了更新,可以设置输出的臭氧潜势的单位。

2021/02/08 v1.6.0 对vocct、ofp和loh三个函数增加了支持中文VOC名称输入的功能。loh函数进行了更新,koh值可选Atkinson文章中的版本或者EPA的AopWin版本。如果选择Atkinson版本,Atkinson版本没有的物种会用AopWin版本的数值进行补充。

## 目录
* [前言](#前言)
Expand Down Expand Up @@ -143,11 +145,14 @@ write.csv(result,"E:/Users/Chen/Desktop/tuv_result.csv",row.names=F)
``` r
#安装官方包‘remotes’
install.packages("remotes")
#调用其中的‘install_github’函数安装本包
#调用其中的‘install_github’函数从Github安装本包
remotes::install_github("tianshu129/foqat")

#如果你是大陆用户,遇上无法连接或者网络不佳,可以从码云(中国版github)上的同步仓库安装:
#安装官方包‘remotes’和’git2r’
install.packages("remotes")
install.packages("git2r")
#调用其中的‘install_git’函数从码云安装本包
remotes::install_git("https://gitee.com/tianshu129/foqat.git")
```

Expand Down Expand Up @@ -645,7 +650,9 @@ View(x)


## 版本历史
2020/12/17 v1.5.18 修复了名称匹配中的问题,提高匹配能力。
2021/02/08 v1.6.1 ofp函数进行了更新,可以设置输出的臭氧潜势的单位。

2021/02/08 v1.6.0 对vocct、ofp和loh三个函数增加了支持中文VOC名称输入的功能。loh函数进行了更新,koh值可选Atkinson文章中的版本或者EPA的AopWin版本。如果选择Atkinson版本,Atkinson版本没有的物种会用AopWin版本的数值进行补充。

2020/10/06 v1.5.17 修复了dm8n函数上次重大更新后的一处代码错误。该错误会导致重复日期。现已经修复。

Expand Down

0 comments on commit 1e921f8

Please sign in to comment.