diff --git a/ChangeLog b/ChangeLog index 15fbf6c..46df580 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,8 @@ 2024-12-07 Dirk Eddelbuettel + * demo/irisExample.R: New contributed demo + * demo/00Index: Indexed + * R/annoy.R: Remove duplicate example * man/AnnoyIndex.Rd: Regenerated to update example diff --git a/demo/00Index b/demo/00Index index 115206e..f82e6f4 100644 --- a/demo/00Index +++ b/demo/00Index @@ -1 +1,2 @@ simpleExample A first introductory example +irisExample A more comprehensive example using the 'iris' data set \ No newline at end of file diff --git a/inst/NEWS.Rd b/inst/NEWS.Rd index 59fd47e..dab464c 100644 --- a/inst/NEWS.Rd +++ b/inst/NEWS.Rd @@ -7,6 +7,7 @@ \itemize{ \item Add dot product distance metrics (Benjamin James in \ghpr{78}) \item Apply small polish to the documentation (Dirk closing \ghit{79}) + \item A new \code{demo()} has been added (Samuel Granjeaud in \ghit{79}) } }