From ecf7bd2edc1d5f8a701b7559f5146a535024725d Mon Sep 17 00:00:00 2001
From: Pierre Santagostini <pierre.santagostini@agrocampus-ouest.fr>
Date: Wed, 13 Mar 2024 16:56:53 +0100
Subject: [PATCH] File renamed

---
 R/mcauchyd.R | 26 --------------------------
 1 file changed, 26 deletions(-)
 delete mode 100644 R/mcauchyd.R

diff --git a/R/mcauchyd.R b/R/mcauchyd.R
deleted file mode 100644
index b47d0b9..0000000
--- a/R/mcauchyd.R
+++ /dev/null
@@ -1,26 +0,0 @@
-#' Tools for Multivariate Cauchy Distributions
-#'
-#' This package provides tools for multivariate Cauchy distributions (MCD):
-#' \itemize{
-#' \item Calculation of distances/divergences between MCD:
-#' \itemize{
-#' \item Kullback-Leibler divergence: \code{\link{kldcauchy}}
-#' }
-#' \item Tools for MCD:
-#' \itemize{
-#' \item Probability density: \code{\link{dmcd}}
-#' \item Simulation from a MCD: \code{\link{rmcd}}
-#' \item Plot of the density of a MCD with 2 variables: \code{\link{plotmcd}}, \code{\link{contourmcd}}
-#' }
-#' }
-#'
-#' @name mcauchyd-package
-#' @aliases mcauchyd-package mcauchyd
-#' @docType package
-#' @author Pierre Santagostini <pierre.santagostini@agrocampus-ouest.fr>,
-#' Nizar Bouhlel <nizar.bouhlel@agrocampus-ouest.fr>
-#' @references N. Bouhlel, D. Rousseau, A Generic Formula and Some Special Cases for the Kullback–Leibler Divergence between Central Multivariate Cauchy Distributions.
-#' Entropy, 24, 838, July 2022.
-#' \doi{10.3390/e24060838}
-#' 
-NULL
-- 
GitLab