-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- the function rpkb() returns directly the generated data set and not a list - packages ggplot2 and foreach not called as full packages but using importFrom - nClust argument of pkbc function has no default value - usage of standardGeneric (see https://adv-r.hadley.nz/s4.html#s4-generics) - goodpractice sugestions - Uniform notation: d is dimension in Eucldean space with spherical data lying on the (d-1)-dimensional sphere - Specify dimension of input matrix x in clustering functions. - Improve explaination of Average Silhouette Width - Update NEWS.md file - Add Hingee Kassel as reviewer in the DESCRIPTION file - Update package version
- Loading branch information
1 parent
32b794e
commit e94750c
Showing
89 changed files
with
551 additions
and
501 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,13 +1,14 @@ | ||
Type: Package | ||
Package: QuadratiK | ||
Title: Collection of Methods Constructed using Kernel-Based Quadratic Distances | ||
Version: 1.1.2 | ||
Version: 1.1.3 | ||
Authors@R: c( | ||
person("Giovanni", "Saraceno", ,"[email protected]", role = c("aut", "cre"), | ||
comment = "ORCID 000-0002-1753-2367"), | ||
person("Marianthi", "Markatou", role = "aut"), | ||
person("Raktim", "Mukhopadhyay", role = "aut"), | ||
person("Mojgan", "Golzy", role = c("aut")) | ||
person("Mojgan", "Golzy", role = c("aut")), | ||
person("Hingee", "Kassel", role = "rev") | ||
) | ||
Maintainer: Giovanni Saraceno <[email protected]> | ||
Description: It includes test for multivariate normality, test for uniformity on the d-dimensional | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.