Skip to content

Commit

Permalink
revised readme file [ci skip]
Browse files Browse the repository at this point in the history
  • Loading branch information
Junbin Zhao committed Jan 29, 2020
1 parent 0a49eab commit 5d5191c
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ Then, install the `FluxCalR` package (with vignettes) in R by:
```r
remotes::install_github("junbinzhao/FluxCalR",build_vignettes = TRUE)
```
The functioning of the package is based on other R packages: `dplyr`, `lubridate`, `assertthat`, `magrittr`,`birk` and they will/must be installed before using the functions in the `FluxCalR` package.
The functioning of the package is based on other R packages: `dplyr`, `lubridate`, `assertthat`, `magrittr`, `birk`, `plotly` and `htmlwidgets`, and they will/must be installed before using the functions in the `FluxCalR` package.

*Note: in case the installation fails in Rstudio, try to install the package in the original R program and then load the package in Rstudio.*

Expand Down
5 changes: 3 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -115,8 +115,9 @@ remotes::install_github("junbinzhao/FluxCalR",build_vignettes = TRUE)
```

The functioning of the package is based on other R packages: `dplyr`,
`lubridate`, `assertthat`, `magrittr`,`birk` and they will/must be
installed before using the functions in the `FluxCalR` package.
`lubridate`, `assertthat`, `magrittr`, `birk`, `plotly` and
`htmlwidgets`, and they will/must be installed before using the
functions in the `FluxCalR` package.

*Note: in case the installation fails in Rstudio, try to install the
package in the original R program and then load the package in Rstudio.*
Expand Down

0 comments on commit 5d5191c

Please sign in to comment.