-
Notifications
You must be signed in to change notification settings - Fork 0
/
DESCRIPTION
30 lines (30 loc) · 1.18 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
Package: seminrstudio
Title: seminrstudio provides a interactive interface to the seminr package
Version: 0.0.1
Authors@R: c(person("André", "Calero Valdez", role = c("aut", "cre"), email = "[email protected]"),
person("Johannes", "Nakayama", role = "ctr", email = "[email protected]"),
person("Soumya", "Ray", email = "[email protected]", role = c("ctr")),
person("Nicholas Patrick", "Danks", email = "[email protected]", role = c("ctr")),
person("Juan Manuel Velasquez", "Estrada", role = "ctr"),
person("James", "Uanhoro", role = "ctr", email = "[email protected]"),
person("Arturo Heynar Cano", "Bejar", role = "ctr", email = "[email protected]")
)
Description: What the package does (one paragraph).
License: GPL (>= 3)
Encoding: UTF-8
LazyData: true
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.1.2
URL: https://github.com/sem-in-r/seminrstudio
BugReports: https://github.com/sem-in-r/seminrstudio/issues
Imports:
seminr,
clipr,
colourpicker,
DiagrammeR,
miniUI,
shiny
Suggests:
testthat (>= 3.0.0),
covr
Config/testthat/edition: 3