-
Notifications
You must be signed in to change notification settings - Fork 0
/
DESCRIPTION
28 lines (28 loc) · 1.08 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
Package: DiceView
Title: Methods for Visualization of Computer Experiments Design and Surrogate
Version: 3.1-0
Date: 2024-09-05
Authors@R:
c(person(given = "Yann",
family = "Richet",
role = c("aut","cre"),
email = "yann.richet@irsn.fr",
comment = c(ORCID = "0000-0002-5677-8458")),
person(given = "Yves",
family = "Deville",
role = c("aut"),
email = "deville.yves@alpestat.com"),
person(given = "Clement",
family = "Chevalier",
role = c("ctb"),
email = "clement.chevalier1@gmail.com"))
Maintainer: Yann Richet <yann.richet@irsn.fr>
Description: View 2D/3D sections, contour plots, mesh of excursion sets for computer experiments designs, surrogates or test functions.
Depends: methods, utils, stats, grDevices, graphics
Imports: DiceDesign, R.cache, geometry, scatterplot3d, parallel, foreach
Suggests: rlibkriging, DiceKriging, DiceEval, rgl, arrangements
License: GPL-3
URL: https://github.com/IRSN/DiceView
Repository: CRAN
RoxygenNote: 7.3.1
Encoding: UTF-8