Package: rrandvec
Title: Generate Random Vectors Whose Components Sum Up to One
Description: A single method implementing multiple approaches to generate pseudo-random vectors whose components sum up to one (see, e.g., Maziero (2015) <doi:10.1007/s13538-015-0337-8>). The components of such vectors can for example be used for weighting objectives when reducing multi-objective optimisation problems to a single-objective problem in the socalled weighted sum scalarisation approach.
Version: 1.0.0
Authors@R: c(
    person(given = "Jakob",
    family = "Bossek",
    email = "j.bossek@gmail.com",
    role = c("aut", "cre", "cph"),
    comment = c(ORCID = "0000-0002-4121-4668")))
Depends: R (>= 3.1.0)
Imports: Rcpp, checkmate
Suggests: covr, testthat, scatterplot3d
License: BSD_2_clause + file LICENSE
URL: https://jakobbossek.github.io/rrandvec/,
        https://github.com/jakobbossek/rrandvec
BugReports: https://github.com/jakobbossek/rrandvec/issues
Encoding: UTF-8
ByteCompile: true
RoxygenNote: 7.2.3
LinkingTo: Rcpp
NeedsCompilation: yes
Packaged: 2023-03-29 15:42:20 UTC; bossek
Author: Jakob Bossek [aut, cre, cph] (<https://orcid.org/0000-0002-4121-4668>)
Maintainer: Jakob Bossek <j.bossek@gmail.com>
Repository: CRAN
Date/Publication: 2023-03-30 07:10:02 UTC
Built: R 4.4.3; x86_64-w64-mingw32; 2025-11-01 02:36:52 UTC; windows
Archs: x64
