From 04d863a64328c8a6d670e0172a19de5b212c9a61 Mon Sep 17 00:00:00 2001 From: Avi Singh Date: Sun, 29 Jan 2023 16:47:31 -0500 Subject: [PATCH 1/2] Finished HW1 --- .gitignore | 4 + hw-1.Rproj | 13 + index.html | 363 ++++++++++++------- index.pdf | Bin 175623 -> 178216 bytes index.qmd | 100 ++++- index_files/libs/bootstrap/bootstrap.min.css | 4 +- index_files/libs/quarto-html/quarto.js | 131 +------ 7 files changed, 337 insertions(+), 278 deletions(-) create mode 100644 .gitignore create mode 100644 hw-1.Rproj diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..5b6a065 --- /dev/null +++ b/.gitignore @@ -0,0 +1,4 @@ +.Rproj.user +.Rhistory +.RData +.Ruserdata diff --git a/hw-1.Rproj b/hw-1.Rproj new file mode 100644 index 0000000..8e3c2eb --- /dev/null +++ b/hw-1.Rproj @@ -0,0 +1,13 @@ +Version: 1.0 + +RestoreWorkspace: Default +SaveWorkspace: Default +AlwaysSaveHistory: Default + +EnableCodeIndexing: Yes +UseSpacesForTab: Yes +NumSpacesForTab: 2 +Encoding: UTF-8 + +RnwWeave: Sweave +LaTeX: pdfLaTeX diff --git a/index.html b/index.html index 3a108ac..11031b2 100644 --- a/index.html +++ b/index.html @@ -2,25 +2,20 @@ - + - + Homework 1