Skip to content

Commit

Permalink
fix package docs
Browse files Browse the repository at this point in the history
  • Loading branch information
thomasp85 committed Jan 29, 2024
1 parent e748fbb commit d05dba5
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 9 deletions.
12 changes: 5 additions & 7 deletions DESCRIPTION
Original file line number Diff line number Diff line change
Expand Up @@ -10,11 +10,10 @@ Authors@R: c(
Maintainer: Thomas Lin Pedersen <thomasp85@gmail.com>
Description: An improved implementation (based on k-nearest neighbors) of
the density peak clustering algorithm, originally described by Alex
Rodriguez and Alessandro Laio (Science, 2014 vol. 344) <DOI:
10.1126/science.1242072>. It can handle large datasets (> 100, 000
samples) very efficiently. It was initially implemented by Thomas Lin
Pedersen, with inputs from Sean Hughes and later improved by Xiaojie
Qiu to handle large datasets with kNNs.
Rodriguez and Alessandro Laio (Science, 2014 vol. 344). It can handle large
datasets (> 100,000 samples) very efficiently. It was initially implemented
by Thomas Lin Pedersen, with inputs from Sean Hughes and later improved by
Xiaojie Qiu to handle large datasets with kNNs.
License: GPL (>= 2)
URL: https://github.com/thomasp85/densityClust
BugReports: https://github.com/thomasp85/densityClust/issues
Expand All @@ -33,5 +32,4 @@ LinkingTo:
cpp11
Encoding: UTF-8
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.2.3
SystemRequirements: C++11
RoxygenNote: 7.3.1
1 change: 0 additions & 1 deletion R/densityClust-package.R
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,6 @@
#' split(iris[,5], irisClust$clusters)
#'
#' @seealso [densityClust()], [findClusters()], [plotMDS()]
#' @aliases densityClust-package
#'
#' @references Rodriguez, A., & Laio, A. (2014). *Clustering by fast search and find of density peaks.* Science, **344**(6191), 1492-1496. doi:10.1126/science.1242072
#'
Expand Down
1 change: 0 additions & 1 deletion man/densityClust-package.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit d05dba5

Please sign in to comment.