Skip to content

Commit

Permalink
Merge pull request #68 from wenyunie/readme-clarification
Browse files Browse the repository at this point in the history
clarifying knitting v.s. running cells
  • Loading branch information
monazhu authored Dec 3, 2023
2 parents 57e8aff + 5188e8c commit b18feec
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,9 @@ If the user insists on using their own local terminal, then the user would need
**Note2:** VERY IMPORTANT!!!!: If the user plans to use the containerized solution later, please remember to deactivate the .Rproj fist. Otherwise the activated .Rproj environment will be detected inside the container because of the .Rprofile file! This would overlay the self-contained container environment!!!


To run the code for the analysis, open `analysis/analysis_report.Rmd` through Rstudio and under "Run" on the top right hand side, select "Run All".
To separately run the code for the analysis, open `analysis/analysis-plot.Rmd` through Rstudio and under "Run" on the top right hand side, select "Run All".

To separately render the final report, open `analysis/analysis_report.Rmd` through Rstudio and click "Knit". (please do not try to run code cells of this parent RMD file, it is meant to provide structure only.)

Users who find it difficult to manually reproduce the environment for running the analysis and rendering the report can follow the guide in the `Running Analyses via Containers` section.

Expand Down

0 comments on commit b18feec

Please sign in to comment.