From 5ea4b684a40904412f9d63f2a605a7bf73af6053 Mon Sep 17 00:00:00 2001
From: Pierre Santagostini <pierre.santagostini@agrocampus-ouest.fr>
Date: Thu, 14 Dec 2023 11:24:38 +0100
Subject: [PATCH] Names of the .R files changed

---
 man/contourmggd.Rd | 2 +-
 man/dmggd.Rd       | 2 +-
 man/estparmggd.Rd  | 2 +-
 man/plotmggd.Rd    | 2 +-
 man/rmggd.Rd       | 2 +-
 5 files changed, 5 insertions(+), 5 deletions(-)

diff --git a/man/contourmggd.Rd b/man/contourmggd.Rd
index 84b2843..8d6bb42 100644
--- a/man/contourmggd.Rd
+++ b/man/contourmggd.Rd
@@ -1,5 +1,5 @@
 % Generated by roxygen2: do not edit by hand
-% Please edit documentation in R/contourmvggd.R
+% Please edit documentation in R/contourmggd.R
 \name{contourmggd}
 \alias{contourmggd}
 \title{Contour Plot of the Bivariate Generalised Gaussian Density}
diff --git a/man/dmggd.Rd b/man/dmggd.Rd
index 4af0e7f..a1d4b22 100644
--- a/man/dmggd.Rd
+++ b/man/dmggd.Rd
@@ -1,5 +1,5 @@
 % Generated by roxygen2: do not edit by hand
-% Please edit documentation in R/mvdggd.R
+% Please edit documentation in R/dmggd.R
 \name{dmggd}
 \alias{dmggd}
 \title{Density of a Multivariate Generalized Gaussian Distribution}
diff --git a/man/estparmggd.Rd b/man/estparmggd.Rd
index a679013..97065f8 100644
--- a/man/estparmggd.Rd
+++ b/man/estparmggd.Rd
@@ -1,5 +1,5 @@
 % Generated by roxygen2: do not edit by hand
-% Please edit documentation in R/estparmvggd.R
+% Please edit documentation in R/estparmggd.R
 \name{estparmggd}
 \alias{estparmggd}
 \title{Estimation of the Parameters of a Multivariate Generalized Gaussian Distribution}
diff --git a/man/plotmggd.Rd b/man/plotmggd.Rd
index 936f5a4..b529ed3 100644
--- a/man/plotmggd.Rd
+++ b/man/plotmggd.Rd
@@ -1,5 +1,5 @@
 % Generated by roxygen2: do not edit by hand
-% Please edit documentation in R/plotmvggd.R
+% Please edit documentation in R/plotmggd.R
 \name{plotmggd}
 \alias{plotmggd}
 \title{Plot of the Bivariate Generalised Gaussian Density}
diff --git a/man/rmggd.Rd b/man/rmggd.Rd
index 76e96f0..85e5646 100644
--- a/man/rmggd.Rd
+++ b/man/rmggd.Rd
@@ -1,5 +1,5 @@
 % Generated by roxygen2: do not edit by hand
-% Please edit documentation in R/mvrggd.R
+% Please edit documentation in R/rmggd.R
 \name{rmggd}
 \alias{rmggd}
 \title{Simulate from a Multivariate Generalized Gaussian Distribution}
-- 
GitLab