Skip to content

Commit

Permalink
minor change
Browse files Browse the repository at this point in the history
  • Loading branch information
kingaa committed Sep 3, 2023
1 parent 2c6677a commit a6ed1d6
Show file tree
Hide file tree
Showing 3 changed files with 19 additions and 19 deletions.
2 changes: 1 addition & 1 deletion tutorial.R
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ coef(fit)

## install.packages("ggplot2")

## install.packages(c("plyr","reshape2"))
## install.packages(c("dplyr","tidyr","lubridate"))

## install.packages("ggplot2",repos=NULL)

Expand Down
2 changes: 1 addition & 1 deletion tutorial.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -510,7 +510,7 @@ install.packages("ggplot2")
This installs the **ggplot2** package.
You can install more than one package at a time:
```{r eval=FALSE}
install.packages(c("plyr","reshape2"))
install.packages(c("dplyr","tidyr","lubridate"))
```
If the machine on which you use **R** is not connected to the Internet, you can download the packages to some other medium (such as a flash drive or CD)
and install them later, using `Install from local zip file` in the menu (Ⓦ) or
Expand Down
Loading

0 comments on commit a6ed1d6

Please sign in to comment.