зеркало из https://github.com/microsoft/RTVS-docs.git
add script to install ggplot2 if the package is not found
This commit is contained in:
Родитель
95079155d5
Коммит
a111d3ff2b
|
@ -24,7 +24,8 @@ if (!require("RevoScaleR")) {
|
|||
}
|
||||
|
||||
# Load "ggplot2" package for visualization.
|
||||
library("ggplot2")
|
||||
if (!require("ggplot2", quietly = TRUE)) install.packages("ggplot2")
|
||||
library("ggplot2")
|
||||
|
||||
# ---- Using CRAN R functions -------------------------------------------------
|
||||
|
||||
|
|
Загрузка…
Ссылка в новой задаче