From 22626d292b9f283b59419884f16ec0696dabb34d Mon Sep 17 00:00:00 2001 From: Paul Harrison Date: Mon, 9 May 2022 19:12:01 +1000 Subject: [PATCH] Remove redundant brackets. --- DESCRIPTION | 2 +- NEWS.md | 4 ++++ README.md | 2 +- 3 files changed, 6 insertions(+), 2 deletions(-) diff --git a/DESCRIPTION b/DESCRIPTION index 01c464f..8b71670 100644 --- a/DESCRIPTION +++ b/DESCRIPTION @@ -1,6 +1,6 @@ Package: langevitour Title: Langevin Tour -Version: 0.3 +Version: 0.4 Authors@R: person("Paul", "Harrison", , "pfh@logarithmic.net", role = c("aut", "cre"), comment = c(ORCID = "0000-0002-3980-268X")) diff --git a/NEWS.md b/NEWS.md index 8a80abf..25fca73 100644 --- a/NEWS.md +++ b/NEWS.md @@ -1,3 +1,7 @@ +# langevitour 0.4 + +* Fix README.md, remove redundant brackets. + # langevitour 0.3 * Ability to get and set state with Javascript. diff --git a/README.md b/README.md index 6b719fb..8d26433 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # langevitour -langevitour is an HTML widget that randomly tours projections of a high-dimensional dataset with an animated scatter-plot. The user can manipulate the plot to use specified axes, or turn on [projection pursuit]((https://en.wikipedia.org/wiki/Projection_pursuit)) to find an informative projection of the data. Groups within the data can be hidden or shown, as can particular axes. Known projections of interest can be added as "extra axes" and also manipulated. The widget can be used from within R, or included in a self-contained Rmarkdown document, or a Shiny app, or used directly from Javascript. +langevitour is an HTML widget that randomly tours projections of a high-dimensional dataset with an animated scatter-plot. The user can manipulate the plot to use specified axes, or turn on [projection pursuit](https://en.wikipedia.org/wiki/Projection_pursuit) to find an informative projection of the data. Groups within the data can be hidden or shown, as can particular axes. Known projections of interest can be added as "extra axes" and also manipulated. The widget can be used from within R, or included in a self-contained Rmarkdown document, or a Shiny app, or used directly from Javascript. langevitour is a twist on the "tour" concept from software such as [XGobi](http://lib.stat.cmu.edu/general/XGobi/), [GGobi](http://ggobi.org/), [tourr](http://ggobi.github.io/tourr/), [ferrn](https://huizezhang-sherry.github.io/ferrn/), [liminal](https://sa-lee.github.io/liminal/), and [detourr](https://casperhart.github.io/detourr/index.html). The new element in langevitour is the use of [Langevin dynamics](https://en.wikipedia.org/wiki/Langevin_dynamics) to generate the sequence of projections.