-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathDESCRIPTION
More file actions
40 lines (40 loc) · 1.13 KB
/
DESCRIPTION
File metadata and controls
40 lines (40 loc) · 1.13 KB
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
34
35
36
37
38
39
40
Package: dcelab
Title: Create and Deploy Discrete Choice Experiments
Version: 0.1.0
Authors@R: c(
person("Przemyslaw", "Marcowski", , "p.marcowski@gmail.com", role = c("aut", "cre"),
comment = c(ORCID = "0000-0001-7342-6561")),
person("Jakub", "Krawiec", , "krawiecjm@gmail.com", role = "aut"))
Description: Framework for creating, configuring, and deploying Discrete
Choice Experiments (DCE). Scaffolds experiment directories with
configurable Shiny applications, generates D-efficient experimental
designs using 'idefix', validates configurations, and handles
deployment to 'shinyapps.io' with response data storage to AWS S3.
License: GPL-3
URL: https://github.com/pmarcowski/dcelab
BugReports: https://github.com/pmarcowski/dcelab/issues
Depends:
R (>= 4.0.0)
Imports:
aws.s3,
checkmate,
cli,
idefix,
MASS,
rsconnect,
shiny,
shinyjs,
withr,
yaml
Suggests:
googleCloudStorageR,
googlesheets4,
mockery,
rdrop2,
testthat (>= 3.0.0)
Config/testthat/edition: 3
Encoding: UTF-8
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.3.3
Remotes:
karthik/rdrop2