Skip to content

Commit

Permalink
Another small update to help page example (closes #79)
Browse files Browse the repository at this point in the history
  • Loading branch information
eddelbuettel committed Dec 7, 2024
1 parent d80699f commit 9ce73ce
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 12 deletions.
5 changes: 5 additions & 0 deletions ChangeLog
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
2024-12-07 Dirk Eddelbuettel <[email protected]>

* R/annoy.R: Remove duplicate example
* man/AnnoyIndex.Rd: Regenerated to update example

2024-12-04 Dirk Eddelbuettel <[email protected]>

* R/annoy.R: Add missing dot to fileext argument in Rd part
Expand Down
6 changes: 0 additions & 6 deletions R/annoy.R
Original file line number Diff line number Diff line change
Expand Up @@ -168,12 +168,6 @@
#' # Return results as list with an element for distance
#' a$getNNsByVectorList(v, 5, -1, TRUE)
#'
#' # Retrieve 5 nearest neighbors to vector v
#' # search_k = -1 will invoke default search_k value of n_trees * n
#' # Return results as list with an element for distance
#' a$getNNsByVectorList(v, 5, -1, TRUE)
#'
#'
#' # SAVING/LOADING ANNOY INDEX ---------------------------------------------------
#'
#' # Create a tempfile, replace with a local file to keep
Expand Down
1 change: 1 addition & 0 deletions inst/NEWS.Rd
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@
\section{Changes in version 0.0.23 (2024-xx-yy)}{
\itemize{
\item Add dot product distance metrics (Benjamin James in \ghpr{78})
\item Apply small polish to the documentation (Dirk closing \ghit{79})
}
}

Expand Down
6 changes: 0 additions & 6 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 9ce73ce

Please sign in to comment.