-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathDESCRIPTION
More file actions
38 lines (38 loc) · 1.49 KB
/
DESCRIPTION
File metadata and controls
38 lines (38 loc) · 1.49 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
Package: sdstudio
Title: Companion Application for the 'surveydown' Survey Platform
Version: 0.2.0
Authors@R: c(
person("Pingfan", "Hu", , "pingfan0727@gmail.com", role = c("aut", "cre", "cph"),
comment = c(ORCID = "0009-0001-4877-4844")),
person("John Paul", "Helveston", , "john.helveston@gmail.com", role = c("aut", "cph"),
comment = c(ORCID = "0000-0002-2657-9191")),
person("Bogdan", "Bunea", , "buneabt@yahoo.com", role = c("aut", "cph"),
comment = c(ORCID = "0009-0006-2942-0588"))
)
Author: Pingfan Hu [aut, cre, cph] (<https://orcid.org/0009-0001-4877-4844>),
John Paul Helveston [aut, cph] (<https://orcid.org/0000-0002-2657-9191>),
Bogdan Bunea [aut, cph] (<https://orcid.org/0009-0006-2942-0588>)
Maintainer: Pingfan Hu <pingfan0727@gmail.com>
Description: Companion package that supports the 'surveydown' survey platform (<https://surveydown.org>). The default method for working with a 'surveydown' survey is to edit the plain text 'survey.qmd' and 'app.R' files. With 'sdstudio', you can create, preview and manage surveys with a 'shiny' application as a graphical user interface.
License: MIT + file LICENSE
URL: https://sdstudio.surveydown.org
BugReports: https://github.com/surveydown-dev/sdstudio/issues
Depends:
R (>= 4.1.0)
Imports:
bslib,
DBI,
dotenv,
DT,
htmltools,
later,
pool,
RPostgres,
shiny,
shinyAce,
surveydown
Suggests:
testthat
Encoding: UTF-8
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.3.3