From 60028c490bb863a40bd6333e0c94406b8bb4e706 Mon Sep 17 00:00:00 2001 From: prashantsinalkar Date: Wed, 10 Jul 2019 18:13:16 +0530 Subject: added new package --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index d431377..2954027 100644 --- a/README.md +++ b/README.md @@ -12,6 +12,7 @@ R version 3.4.4 install.packages("readr") install.packages("futile.logger") install.packages("tryCatchLog") + install.packages("ggplot2") ------------------------------------------ > library(plumber) > r <- plumb("plumber.R") # Where 'plumber.R' is the location of the file shown above -- cgit