-
Notifications
You must be signed in to change notification settings - Fork 0
/
DESCRIPTION
32 lines (32 loc) · 913 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
Package: jatosR
Title: Downloading Data From JATOS Servers
Version: 0.3.0
Authors@R:
person(given = "Jiri",
family = "Lukavsky",
role = c("aut", "cre"),
email = "[email protected]",
comment = c(ORCID = "0000-0002-1082-229X"))
Description: The package helps with downloading data from a JATOS server. The main goal is to provide functions for authentication and basic processing for getting data to R formats. The package provides a thin wrapper around JATOS API.
License: MIT + file LICENSE
Encoding: UTF-8
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.3.1
Imports:
dplyr,
httr2,
lubridate,
purrr,
readr,
rlang,
stringr,
tibble,
utils
URL: https://github.com/visionlabels/jatosR
BugReports: https://github.com/visionlabels/jatosR/issues
Suggests:
jsonlite,
jspsychread
Depends:
R (>= 2.10)
LazyData: true