-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathDESCRIPTION
44 lines (44 loc) · 1.01 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
Package: formr
Title: formr survey framework accompanying R package
Description: The formr R package provides a few convenience functions
that may be useful to the users of formr (formr.org), an online
survey framework which heavily relies on R via openCPU.
Some of the functions are for conveniently generating individual
feedback graphics, some are just shorthands to make certain common
operations in formr more palatable to R novices.
Authors@R: c(
person("Ruben", "Arslan",
email = "rubenarslan@gmail.com",
role = c("aut","cre"))
)
Version: 0.11.2
Depends:
R (>= 3.0.2)
Imports:
stats,
methods,
dplyr,
ggplot2,
scales,
haven,
stringr,
tidyr,
knitr,
httr,
curl,
jsonlite,
lubridate,
commonmark,
rmarkdown,
otp,
keyring
License: MIT + file LICENSE
LazyData: true
Date: 2014-12-09 12:06:54
RoxygenNote: 7.3.2
Roxygen: list(markdown = TRUE)
Encoding: UTF-8
Suggests:
testthat (>= 3.0.0)
Config/testthat/edition: 3
URL: http://rubenarslan.github.io/formr/