Skip to content

Commit

Permalink
version 2.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
Thierry Denoeux authored and cran-robot committed Nov 9, 2023
1 parent a9a1349 commit 636c59c
Show file tree
Hide file tree
Showing 5 changed files with 15 additions and 10 deletions.
8 changes: 4 additions & 4 deletions DESCRIPTION
@@ -1,8 +1,8 @@
Package: evclass
Type: Package
Title: Evidential Distance-Based Classification
Version: 2.0.1
Date: 2023-08-14
Version: 2.0.2
Date: 2023-11-9
Author: Thierry Denoeux
Maintainer: Thierry Denoeux <tdenoeux@utc.fr>
Description: Different evidential classifiers, which provide
Expand All @@ -19,6 +19,6 @@ RoxygenNote: 7.2.3
VignetteBuilder: knitr
Suggests: knitr,rmarkdown,datasets,stats,nnet
NeedsCompilation: no
Packaged: 2023-08-14 01:02:32 UTC; Thierry
Packaged: 2023-11-09 09:39:44 UTC; Thierry
Repository: CRAN
Date/Publication: 2023-08-14 03:40:02 UTC
Date/Publication: 2023-11-09 11:00:02 UTC
8 changes: 4 additions & 4 deletions MD5
@@ -1,6 +1,6 @@
29c8e63a22c8242ccd409f661dda1001 *DESCRIPTION
544fb8525cda8bfb575721b9036f4fe3 *DESCRIPTION
6790b24eb061e0a2757ffc0b6ab1289d *NAMESPACE
bafde8ff5d47523d5573e562cbe71340 *NEWS
61bd69c1bd128e106b12fe9dc98fcbc9 *NEWS
2ec1f61cde6ae0c33be6b36ede7b9340 *R/EkNNfit.R
8a75dcd2452cfc2568b97d7cf5aa2509 *R/EkNNinit.R
b3ae805ff587677f0f85db934656e618 *R/EkNNval.R
Expand All @@ -11,7 +11,7 @@ e4463db5f7bd8a6e5280e525c7fdc6e1 *R/calcAB.R
b8df4757067818998819d1593d48d4eb *R/calcm.R
52a431a233d5075e603d3b52f9c9782c *R/classds.R
ed9bf761b8a4d720279503d8d62139f9 *R/decision.R
465a6ac9a6509aea23c6189558ac8c5b *R/evclass.R
2a5054328d0a978aa337b97590d4f9d1 *R/evclass.R
81ad4cdbd20ff72081e75407ad5ecf27 *R/foncgradr2n.R
aeaad4cb6952aa9e16d979f5b01f0950 *R/glass-data.R
80f1bca460dff885ae5265b47c9f6e1d *R/gradRBF.R
Expand All @@ -30,7 +30,7 @@ b7fa49999b8679c81898cc5262ee0c81 *data/ionosphere.RData
1665c19c5134e390d23a6f938557c3b5 *data/vehicles.RData
94ec790381e8ffcea29a5d1374925375 *inst/doc/Introduction.R
f537dfcc5122e7ea59454396d47fd490 *inst/doc/Introduction.Rmd
0a6982fd7b9c2557ed8010a825ace8d4 *inst/doc/Introduction.html
fc397c43898e46b08efe8d2f0f6cb65f *inst/doc/Introduction.html
7d5b309e83bfe2bf0fd12526957e49bd *man/EkNNfit.Rd
a6992091cf9b0b7c43f6a24152d67ffe *man/EkNNinit.Rd
272eb56c72a0a2a4423c89bdb0aaff48 *man/EkNNval.Rd
Expand Down
4 changes: 4 additions & 0 deletions NEWS
@@ -1,6 +1,10 @@
Package: evclass
Title: Evidential Distance-Based Classification

Changes in version 2.0.2

* The line "@aliases evclass-package" has been added in file "evclass.R" to facilitate access to the documentation.

Changes in version 2.0.1

* Correction of a bug in function kNNfit that created an error when argument 'optimize' was set to 'FALSE'. Correction of a few typos in the documentation.
Expand Down
1 change: 1 addition & 0 deletions R/evclass.R
Expand Up @@ -18,6 +18,7 @@
#'
#' @docType package
#' @name evclass
#' @aliases evclass-package
#'
#' @seealso \code{\link{EkNNinit}}, \code{\link{EkNNfit}},
#'\code{\link{EkNNval}}, \code{\link{proDSinit}}, \code{\link{proDSfit}}, \code{\link{proDSval}},
Expand Down
4 changes: 2 additions & 2 deletions inst/doc/Introduction.html
Expand Up @@ -12,7 +12,7 @@

<meta name="author" content="Thierry Denoeux" />

<meta name="date" content="2023-08-14" />
<meta name="date" content="2023-11-09" />

<title>Introduction to the evclass package</title>

Expand Down Expand Up @@ -362,7 +362,7 @@

<h1 class="title toc-ignore">Introduction to the evclass package</h1>
<h4 class="author">Thierry Denoeux</h4>
<h4 class="date">2023-08-14</h4>
<h4 class="date">2023-11-09</h4>



Expand Down

0 comments on commit 636c59c

Please sign in to comment.