-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #60 from gilbertlei/master
final update
- Loading branch information
Showing
3 changed files
with
22 additions
and
19 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,10 +1,12 @@ | ||
# Documents | ||
|
||
This folder contains all the documents, including: | ||
This folder contains documents listed in below, including: | ||
|
||
+ [proposal](./proposal.md) | ||
- An introduction of the project that proposes the project objective, the analysis plan and the summary presentation. | ||
- This is the proposal of this project. It contains the project objective, the analysis plan and the expected summary presentation. | ||
|
||
+ [report RMarkdown](./Report.Rmd) | ||
- Project report in R Markdown format. | ||
|
||
+ [report Markdown](./report.md) | ||
- An final report of the project that summaries the project introduction, the exploratory data analysis, the analysis process and the final results. | ||
- A final report rendered from the above Rmd file. It contains the project introduction, the exploratory data analysis, the analysis process, the analysis conclusion, and the limitations and future directions. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,19 +1,19 @@ | ||
# Test | ||
|
||
This code contains some unit tests for the scripts in src/ folder. | ||
This folder contains some unit tests for the scripts in src/ folder. | ||
|
||
1. [01_unit_test](01_unit_test.R) | ||
+ Ensure that a dataframe is provided where the columns are variables for the project. | ||
+ Ensure that a dataframe is provided where the columns are variables for the project. | ||
|
||
2. [02_unit_test](02_unit_test.R) | ||
+ Provides unit tests for functionality of 02_visualize_data.R | ||
|
||
3. [02_unit_test](03_unit_test.R) | ||
+ Provides unit tests for functionality of 03_analyze_data.R | ||
+ Provides unit tests for functionality of 03_analyze_data.R | ||
|
||
4. [04_unit_test](04_unit_test.R) | ||
+ Provides unit tests for functionality of 04_generate_final_result.R | ||
|
||
# Usage | ||
|
||
To run the unit test, please open `Rstudio` and set the current working directory to the root directory of the project. Then, you are allowed to run all the unit tests. | ||
# Usage | ||
|
||
To run the unit test, please open `Rstudio` and set the current working directory to the root directory of the project. Then, you are allowed to run all the unit tests. |