-
Notifications
You must be signed in to change notification settings - Fork 5
/
Copy pathDESCRIPTION
72 lines (72 loc) · 1.93 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
59
60
61
62
63
64
65
66
67
68
69
70
71
72
Package: iNZightTools
Type: Package
Title: Tools for 'iNZight'
Version: 2.0.1
Depends: R (>= 4.0)
Imports:
dplyr (>= 1.1.0),
DBI,
forcats (>= 1.0.0),
glue,
grDevices,
magrittr,
methods,
purrr (>= 1.0.0),
readr (>= 1.2.0),
rlang (>= 0.4.9),
srvyr,
stats,
stringr,
survey,
tibble,
tidyr (>= 1.3.0),
tools,
units,
utils
Suggests:
chron,
curl,
dbplyr,
expss,
haven,
jsonlite,
knitr,
lubridate,
RCurl,
readxl,
RSQLite,
styler,
surveyspec,
testthat (>= 3.0.0),
tsibble,
validate,
yaml
Authors@R: c(
person("Tom", "Elliott", role = c("aut", "cre"),
email = "[email protected]",
comment = c(ORCID = "0000-0002-7815-6318")),
person("Daniel", "Barnett", role = "aut"),
person("Yiwen", "He", role = "aut"),
person("Zhaoming", "Su", role = "aut"),
person("Lushi", "Cai", role = "ctb"),
person("Akshay", "Gupta", role = "ctb"),
person("Owen", "Jin", role = "ctb"),
person("Christoph", "Knopf", role = "ctb")
)
Additional_repositories: https://r.docker.stat.auckland.ac.nz
BugReports: https://github.com/iNZightVIT/iNZightTools/issues
Contact: [email protected]
URL: https://inzight.nz
Description: Provides a collection of wrapper functions for common variable and dataset manipulation workflows primarily used by 'iNZight', a graphical user interface providing easy exploration and visualisation of data for students of statistics, available in both desktop and online versions. Additionally, many of the functions return the 'tidyverse' code used to obtain the result in an effort to bridge the gap between GUI and coding.
License: GPL-3
Encoding: UTF-8
Language: en-GB
RoxygenNote: 7.3.1
Config/testthat/edition: 3
Config/Needs/dependencies:
tmelliott/surveyspec@develop,
rcmdcheck,
curl
Config/Needs/coverage:
tmelliott/surveyspec@develop,
covr