Skip to content

Commit

Permalink
Add new alias AnnoyDotProduct for Rd
Browse files Browse the repository at this point in the history
  • Loading branch information
eddelbuettel committed Aug 4, 2024
1 parent 5c10b71 commit 6446e7b
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 5 deletions.
7 changes: 6 additions & 1 deletion ChangeLog
Original file line number Diff line number Diff line change
@@ -1,4 +1,9 @@
2024-08-03 Benjamin James <[email protected]>
2024-08-04 Dirk Eddelbuettel <[email protected]>

* R/annoy.R: Add alias for AnnoyDotProduct
* man/AnnoyIndex.Rd: Re-rendered

2024-08-03 Benjamin James <[email protected]>

* R/annoy.R: Add AnnoyDotProduct to namespace
* inst/tinytest/testDotProduct.R: Unit tests for 'AnnoyDotProduct'
Expand Down
9 changes: 5 additions & 4 deletions R/annoy.R
Original file line number Diff line number Diff line change
@@ -1,10 +1,11 @@
#' @name AnnoyIndex
#'
#' @aliases
#' AnnoyEuclidean Rcpp_AnnoyEuclidean-class Rcpp_AnnoyEuclidean
#' AnnoyAngular Rcpp_AnnoyAngular-class Rcpp_AnnoyAngular
#' AnnoyManhattan Rcpp_AnnoyManhattan-class Rcpp_AnnoyManhattan
#' AnnoyHamming Rcpp_AnnoyHamming-class Rcpp_AnnoyHamming
#' AnnoyEuclidean Rcpp_AnnoyEuclidean-class Rcpp_AnnoyEuclidean
#' AnnoyAngular Rcpp_AnnoyAngular-class Rcpp_AnnoyAngular
#' AnnoyManhattan Rcpp_AnnoyManhattan-class Rcpp_AnnoyManhattan
#' AnnoyHamming Rcpp_AnnoyHamming-class Rcpp_AnnoyHamming
#' AnnoyDotProduct Rcpp_AnnoyDotProduct-class Rcpp_AnnoyDotProduct
#'
#' @title Approximate Nearest Neighbors with Annoy
#'
Expand Down
3 changes: 3 additions & 0 deletions man/AnnoyIndex.Rd

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

0 comments on commit 6446e7b

Please sign in to comment.