-
Notifications
You must be signed in to change notification settings - Fork 0
/
DESCRIPTION
32 lines (32 loc) · 1.09 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
27
28
29
30
31
32
Package: bigsimr
Title: Fast Generation of High-Dimensional Random Vectors
Version: 0.12.0
Authors@R:
c(person(given = "Alex",
family = "Knudson",
role = c("aut", "cre"),
email = "alexk.706@gmail.com"),
person(given = "Grant",
family = "Schissler",
role = c("aut"),
email = "aschissler@unr.edu"),
person(given = "Duc",
family = "Tran",
role = "ctb"))
Description: Simulate multivariate data with arbitrary marginal distributions.
'bigsimr' is a package for simulating high-dimensional multivariate data with
a target correlation and arbitrary marginal distributions via Gaussian copula.
It utilizes the Julia package 'Bigsimr.jl' for its core routines.
URL: https://github.com/SchisslerGroup/r-bigsimr
BugReports: https://github.com/SchisslerGroup/Bigsimr.jl/issues
Depends:
R (>= 3.6.0)
License: GPL-3
Encoding: UTF-8
SystemRequirements: Julia (>= 1.7), Bigsimr.jl, Distributions.jl
RoxygenNote: 7.3.1
Imports:
JuliaCall
Suggests:
testthat (>= 3.0.0)
Config/testthat/edition: 3