Skip to content

Commit

Permalink
Small update to one help page example
Browse files Browse the repository at this point in the history
  • Loading branch information
eddelbuettel committed Dec 4, 2024
1 parent 54d8d34 commit d80699f
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 2 deletions.
5 changes: 5 additions & 0 deletions ChangeLog
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
2024-12-04 Dirk Eddelbuettel <[email protected]>

* R/annoy.R: Add missing dot to fileext argument in Rd part
* man/AnnoyIndex.Rd: Regenerated to update example

2024-09-06 Dirk Eddelbuettel <[email protected]>

* DESCRIPTION (Authors@R): Added
Expand Down
2 changes: 1 addition & 1 deletion R/annoy.R
Original file line number Diff line number Diff line change
Expand Up @@ -177,7 +177,7 @@
#' # SAVING/LOADING ANNOY INDEX ---------------------------------------------------
#'
#' # Create a tempfile, replace with a local file to keep
#' treefile <- tempfile(pattern="annoy", fileext="tree")
#' treefile <- tempfile(pattern="annoy", fileext=".tree")
#'
#' # Save annoy tree to disk
#' a$save(treefile)
Expand Down
2 changes: 1 addition & 1 deletion man/AnnoyIndex.Rd

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

0 comments on commit d80699f

Please sign in to comment.