From 92d8f8f2627dd6e81ed744802543ac8b4268d150 Mon Sep 17 00:00:00 2001 From: asap97 Date: Wed, 14 May 2025 12:12:45 +0200 Subject: [PATCH 1/2] fix issue; close 1 --- code/.R/session_03_hello_git.R | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/code/.R/session_03_hello_git.R b/code/.R/session_03_hello_git.R index 4eab819..34e989b 100644 --- a/code/.R/session_03_hello_git.R +++ b/code/.R/session_03_hello_git.R @@ -4,7 +4,7 @@ library(tidyverse) #read data -dat <- read_csv('data/stocks.xlsx') +dat <- read_csv('data/stocks.csv') # compute returns From 129d708c0f4dfca0292ddbff8ba1a3f5bd374d13 Mon Sep 17 00:00:00 2001 From: asap97 Date: Wed, 14 May 2025 12:25:19 +0200 Subject: [PATCH 2/2] commit again; close 1 --- code/.R/session_03_hello_git.R | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/code/.R/session_03_hello_git.R b/code/.R/session_03_hello_git.R index 34e989b..aab7420 100644 --- a/code/.R/session_03_hello_git.R +++ b/code/.R/session_03_hello_git.R @@ -4,7 +4,7 @@ library(tidyverse) #read data -dat <- read_csv('data/stocks.csv') +dat <- read_csv('data/stocks.csv') # compute returns