From 73c008678cb92d9f2d2c9cdd43f53a64dc81fe93 Mon Sep 17 00:00:00 2001
From: "Raphael.Franke" <raphael.franke@uba.de>
Date: Tue, 21 Jan 2025 16:41:05 +0100
Subject: [PATCH] Update README

---
 README.Rmd | 2 +-
 README.md  | 4 ++--
 2 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/README.Rmd b/README.Rmd
index 78ea7e0..085fb24 100644
--- a/README.Rmd
+++ b/README.Rmd
@@ -41,7 +41,7 @@ Recommended if you do not have git installed.
   - 'Install'
 - alternatively, type in console:
 ```{r install_package_local}
-install.packages("<path-to-zip>/ubair-main.zip", repos = NULL, type = "source")
+remotes::install_local("<path-to-zip>/ubair-main.zip")
 ```
 
 #### Using remote package
diff --git a/README.md b/README.md
index 517c8ce..3429ef1 100644
--- a/README.md
+++ b/README.md
@@ -31,7 +31,7 @@ Recommended if you do not have git installed.
 - alternatively, type in console:
 
 ``` r
-install.packages("<path-to-zip>/ubair-main.zip", repos = NULL, type = "source")
+remotes::install_local("<path-to-zip>/ubair-main.zip")
 ```
 
 #### Using remote package
@@ -96,7 +96,7 @@ res <- run_counterfactual(split_data,
 )
 ```
 
-    #> [LightGBM] [Info] Auto-choosing row-wise multi-threading, the overhead of testing was 0.000509 seconds.
+    #> [LightGBM] [Info] Auto-choosing row-wise multi-threading, the overhead of testing was 0.000597 seconds.
     #> You can set `force_row_wise=true` to remove the overhead.
     #> And if memory is not enough, you can set `force_col_wise=true`.
     #> [LightGBM] [Info] Total Bins 1557
-- 
GitLab