From f29df755113441152514327c2b9f18edcc19a175 Mon Sep 17 00:00:00 2001
From: Liuxi Mei <liume102@student.liu.se>
Date: Mon, 23 Sep 2024 21:16:57 +0000
Subject: [PATCH] Update .gitlab-ci.yml file

---
 .gitlab-ci.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 6664f78..962a43d 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -6,7 +6,7 @@ stages:
 building:
   stage: build
   script:
-    - Rscript -e 'install.packages("remote")'
+    - Rscript -e 'install.packages("remotes")'
     - R -e "remotes::install_deps(dependencies = TRUE)"
     - R -e 'devtools::check()'
 
-- 
GitLab