From 96ab2767a401821cead0c2a39ce36d28d2bc71bc Mon Sep 17 00:00:00 2001 From: Emily Jameson Date: Fri, 27 Jan 2023 10:47:33 -0800 Subject: [PATCH 1/3] added test script --- Test-script.R | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 Test-script.R diff --git a/Test-script.R b/Test-script.R new file mode 100644 index 0000000..c0a4141 --- /dev/null +++ b/Test-script.R @@ -0,0 +1,5 @@ +# This is a test script + +1 + 1 + +a <- 2 From 661cfde25df55bca8cd6262dac1b12a51114e789 Mon Sep 17 00:00:00 2001 From: Emily Jameson Date: Fri, 27 Jan 2023 10:49:13 -0800 Subject: [PATCH 2/3] added another change --- Test-script.R | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Test-script.R b/Test-script.R index c0a4141..33f3b7f 100644 --- a/Test-script.R +++ b/Test-script.R @@ -3,3 +3,5 @@ 1 + 1 a <- 2 + +# another change From 545ad61227809ec86086fa0f2b794c752e55d147 Mon Sep 17 00:00:00 2001 From: Emily Jameson Date: Fri, 27 Jan 2023 10:51:24 -0800 Subject: [PATCH 3/3] added change 3 --- Test-script.R | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Test-script.R b/Test-script.R index 33f3b7f..f328eb8 100644 --- a/Test-script.R +++ b/Test-script.R @@ -5,3 +5,5 @@ a <- 2 # another change + +# change 3 \ No newline at end of file