From ec08c80b4cee36b3fff2b1c1d123272279314a2e Mon Sep 17 00:00:00 2001 From: pedroguarderas Date: Mon, 12 Feb 2024 16:10:52 -0500 Subject: [PATCH] Update documentation --- README.Rmd | 3 ++- README.md | 4 ++-- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/README.Rmd b/README.Rmd index 3073432..68463a3 100644 --- a/README.Rmd +++ b/README.Rmd @@ -43,7 +43,8 @@ on+Approach-p-9781118856482) of Daniel J. Duffy. provided by EPFL. ## Installation -To install **mau** you can proceed in the following way making use of the devtools library +To install the package **CFINI** directly from github, you can proceed in the following way making +use of the devtools library ```{r, eval=FALSE} library( devtools ) install_github( "pedroguarderas/CFINI" ) diff --git a/README.md b/README.md index 2f8b0ae..432a919 100644 --- a/README.md +++ b/README.md @@ -43,8 +43,8 @@ information: ## Installation -To install **mau** you can proceed in the following way making use of -the devtools library +To install the package **CFINI** directly from github, you can proceed +in the following way making use of the devtools library ``` r library( devtools )