-
Notifications
You must be signed in to change notification settings - Fork 8
/
DESCRIPTION
33 lines (33 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
27
28
29
30
31
32
33
Package: radiant.design
Type: Package
Title: Design Menu for Radiant: Business Analytics using R and Shiny
Version: 1.6.6
Date: 2024-5-14
Authors@R: person("Vincent", "Nijs", , "[email protected]", c("aut", "cre"))
Description: The Radiant Design menu includes interfaces for design of
experiments, sampling, and sample size calculation. The application extends
the functionality in 'radiant.data'.
Depends:
R (>= 4.3.0),
radiant.data (>= 1.6.6),
Imports:
dplyr (>= 1.0.7),
magrittr (>= 1.5),
shiny (>= 1.8.1),
AlgDesign (>= 1.1.7.3),
import (>= 1.1.0),
pwr (>= 1.1.2),
randomizr (>= 0.20.0),
mvtnorm (>= 1.2.0),
polycor
Suggests:
testthat (>= 2.0.0),
pkgdown (>= 1.1.0)
URL: https://github.com/radiant-rstats/radiant.design/,
https://radiant-rstats.github.io/radiant.design/,
https://radiant-rstats.github.io/docs/
BugReports: https://github.com/radiant-rstats/radiant.design/issues/
License: AGPL-3 | file LICENSE
LazyData: true
Encoding: UTF-8
RoxygenNote: 7.3.1