From a80a8e90134c28c88afed73d32a5672487589989 Mon Sep 17 00:00:00 2001
From: Pierre Santagostini <pierre.santagostini@agrocampus-ouest.fr>
Date: Fri, 22 Mar 2024 13:13:32 +0100
Subject: [PATCH] install from CRAN

---
 README.md | 5 ++---
 1 file changed, 2 insertions(+), 3 deletions(-)

diff --git a/README.md b/README.md
index 0081c43..2c43b1c 100644
--- a/README.md
+++ b/README.md
@@ -13,14 +13,13 @@ This package provides tools for multivariate $t$ distributions (MTD):
 
 ## Installation
 
-<!--
 Install the package from CRAN:
 ```
 install.packages("mstudentd")
 ```
--->
 
-<!-- Or --> Install the development version from the repository, using the `devtools` package:
+
+Or install the development version from the repository, using the `devtools` package:
 
 ```
 install.packages("devtools")
-- 
GitLab