From 8b02f0935217ccfd6b69fe033c91ac70bc662490 Mon Sep 17 00:00:00 2001 From: Salah Date: Fri, 23 Jan 2015 22:20:18 -0500 Subject: [PATCH] Update README.md --- README.md | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index ba682a4..8e5d5ee 100644 --- a/README.md +++ b/README.md @@ -25,16 +25,17 @@ You should create one R script called run_analysis.R that does the following. 1. get the data for the project from : https://d396qusza40orc.cloudfront.net/getdata%2Fprojectfiles%2FUCI%20HAR%20Dataset.zip + 2- Unzip the downloaded file in "./data/UCI HAR Dataset/" directory. -2. Put all R scripts in your current directory which should the parent directory of "./data/UCI HAR Dataset/". +3. Put all R scripts in your current directory which should the parent directory of "./data/UCI HAR Dataset/". -3- Set the RStudio working directory to the directory containing R scripts. +4- Set the RStudio working directory to the directory containing R scripts. -4. Run ("run_analysis.R") to save tidy merged data to "./my_tidy_average_merged_data.txt". +5. Run ("run_analysis.R") to save tidy merged data to "./my_tidy_average_merged_data.txt". ## Course project Libraries -"reshape2" and "data.table". \ No newline at end of file +The project depend on "reshape2" and "data.table" libraries.