-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathDESCRIPTION
26 lines (26 loc) · 1.01 KB
/
DESCRIPTION
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
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