Changelog
Source:NEWS.md
clugenr 1.0.3
CRAN release: 2024-01-11
- Improve presentation of HTML vignettes.
- Reduce theory vignette to bare minimum, pointing towards the published paper for a full description.
clugenr 1.0.2
CRAN release: 2023-12-15
- Allow Theory vignette to “fail gracefully” if remote images are not available.
- Update versions of used GitHub actions.
clugenr 1.0.1
CRAN release: 2023-08-19
- Fix packaging/documentation issue due to changes in roxygen2.
- Fix indentation issues.
clugenr 0.4.0
CRAN release: 2023-06-25
- Add the
clumerge()
function for merging arbitrary cluster data.
clugenr 0.3.0
CRAN release: 2023-06-12
- Allow direct specification of cluster sizes, cluster centers, line lengths, and angle deltas, instead of going through a function.
clugenr 0.2.0
CRAN release: 2023-02-10
- Allow specification of a different main direction per cluster.
-
rand_vector_at_angle()
returns copy of vector if angle is ≈0. - Remove unnecessary condition check code.