tdaverse / ggtda

ggplot2 extension to visualize persistent homology
https://tdaverse.github.io/ggtda/
GNU General Public License v3.0
21 stars 6 forks source link

feat(annulus2d): remove installed dataset; replace uses with tdaunif samples #33

Closed corybrunson closed 4 years ago

corybrunson commented 4 years ago

BREAKING CHANGE: This commit removes all trace of the data set annulus2d, including its generative code in the 'data-raw' folder, its documentation, and its uses in examples, tests, and vignettes. In its place, different samples are generated uniformly from a circle (with noise) using stats::unif and the (co)sine functions or by calling tdaunif::sample_circle. Some numerical and visual regression tests are updated.

corybrunson commented 4 years ago

Note: I accidentally committed an .Rbuildignore correction directly to cran-submit rather than to a subbranch. So i merged it into this subbranch too.