From 5c6e64546a4379542fabd266ba94bed67747d775 Mon Sep 17 00:00:00 2001 From: FareheSoheil Date: Fri, 29 Mar 2024 11:06:03 +0100 Subject: [PATCH] Update README.md file (#21) --- README.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/README.md b/README.md index 94790bf..11224a8 100644 --- a/README.md +++ b/README.md @@ -43,10 +43,9 @@ The following packages should be installed: `Rcpp`, `RcppEigen`, `BH`, `devtools Optionally the user can run tests and examples by running (from an `R` terminal): ```R -devtools::tests() +devtools::test() devtools::run_examples() ``` - ## Documentation The user can generate or update the documentation: