-
Notifications
You must be signed in to change notification settings - Fork 1
/
DESCRIPTION
58 lines (58 loc) · 2.92 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
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
Package: BIOWELL
Title: Create BIO-WELL Surveys in Shiny to Investigate the Wellbeing Effects From Biodiversity
Version: 1.0
Authors@R:
c(person("Rachel", "Dobson", , "[email protected]", role = c("aut", "cre", "ctb"),
comment = c(ORCID = "0000-0003-3990-267X")),
person("Katherine N.", "Irvine", , "[email protected]", role = c("aut", "ctb"),
comment = c(ORCID = "0000-0001-8860-2783")),
person("Jessica C.", "Fisher", , "[email protected]", role = c("aut", "ctb"),
comment = c(ORCID = "0000-0002-1435-9247")),
person("Phoebe R.", "Bentley", , "[email protected]", role = c("aut", "ctb"),
comment = c(ORCID = "0000-0001-6152-1254")),
person("Maximillian","Nawrath", , "[email protected]", role = c("aut", "ctb"),
comment = c(ORCID = "0000-0002-1307-3394")),
person("Martin", "Dallimer", , "[email protected]", role = c("aut", "ctb"),
comment = c(ORCID = "0000-0001-8120-3309")),
person("Gail E.", "Austen", , "[email protected]", role = c("aut", "ctb"),
comment = c(ORCID = "0000-0001-6005-4869")),
person("Rob", "Fish", , "[email protected]", role = c("aut", "ctb"),
comment = c(ORCID = "0000-0001-7198-0403")),
person("Zoe G.", "Davies", , "[email protected]", role = c("aut", "ctb"),
comment = c(ORCID = "0000-0003-0767-1467")))
Description:The BIO-WELL scale provides a tool for assessing the contribution of biodiversity to human wellbeing. It was developed by Irvine et al. (2023) as part of the interdisciplinary RELATE project, funded by the European Research Council. The BIOWELL package includes functions for developing a survey that uses the BIO-WELL scale and is tailored to your research context and aims. This customised survey is generated as an R Shiny App, which can be deployed onto the Shiny Server for distribution to participants via the internet. Participant responses to your custom BIO-WELL survey are then remotely stored on Dropbox, and the package provides functions for importing, evaluating and analysing your survey response data. We include extensive vignettes and examples for all functions within the BIOWELL package to facilitate the development and deployment of your BIO-WELL survey. Methods used in the package refer to Irvine et al., (2023) <doi:10.1016/j.jenvp.2022.101921>.
License: GPL (>= 3)
Encoding: UTF-8
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.2.3
Imports:
dplyr,
ggplot2,
shiny,
shinyjs,
shinyWidgets,
shinytitle,
htmltools (>= 0.5.4),
httr (>= 1.4.4),
ltm,
lubridate,
shinyFeedback,
stringr,
magrittr,
multilevel,
curl,
graphics,
utils,
rsconnect
Suggests:
knitr,
rdrop2,
rmarkdown,
testthat (>= 3.0.0)
Config/testthat/edition: 3
VignetteBuilder: knitr
Depends:
R (>= 2.10)
LazyData: true
URL: https://github.com/r-a-dobson/BIOWELL
BugReports: https://github.com/r-a-dobson/BIOWELL/issues