-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathDESCRIPTION
36 lines (36 loc) · 975 Bytes
/
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
Package: devaluation
Title: Access data from the Devaluation Study from UO SAN Lab
Version: 0.0.0.9000
Authors@R:
person(given = "Brendan",
family = "Cullen",
role = c("aut", "cre"),
email = "[email protected]")
Description: This package contains a set of functions that facilitate API
requests to Qualtrics and Redcap in order to fetch raw data from the
Devaluation study, conducted by the Social and Affective Neuroscience Lab
at the University of Oregon.
URL: https://github.com/UOSAN/devaluation,
https://uosan.github.io/devaluation/
BugReports: https://github.com/UOSAN/devaluation/issues
License: MIT + file LICENSE
Encoding: UTF-8
LazyData: true
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.1.1
Imports:
dplyr,
stringr,
readr,
magrittr,
tibble,
qualtRics,
rlang,
REDCapR
Suggests:
testthat,
mockery,
knitr,
rmarkdown,
kableExtra
VignetteBuilder: knitr