From e1ceac6805f2b6192928576f46a56964a268cdb8 Mon Sep 17 00:00:00 2001 From: Prashant S Date: Wed, 17 Jul 2019 19:06:02 +0530 Subject: updated readme --- README.md | 18 ++++++++++-------- 1 file changed, 10 insertions(+), 8 deletions(-) diff --git a/README.md b/README.md index 753f977..7d8bea8 100644 --- a/README.md +++ b/README.md @@ -12,15 +12,17 @@ Run following Steps : **Run on local R console:** R version 3.4.4 - + **Requirements preinstalled R packages:** - install.packages("plumber") - install.packages("jsonlite") - install.packages("readr") - install.packages("futile.logger") - install.packages("tryCatchLog") - install.packages("ggplot2") - ------------------------------------------ + + 1) install.packages("plumber") + 2) install.packages("jsonlite") + 3) install.packages("readr") + 4) install.packages("futile.logger") + 5) install.packages("tryCatchLog") + 6) install.packages("ggplot2") +**----------------------------------------------------------------------------** + #run.R > library(plumber) > r <- plumb("plumber.R") # Where 'plumber.R' is the location of the file shown above -- cgit