-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathDESCRIPTION
33 lines (33 loc) · 961 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
Package: rcoder
Type: Package
Title: Lightweight Data Structure for Recoding Categorical Data without Factors
Version: 0.3.0
Authors@R:
c(person(
given = "Patrick",
family = "Anker",
role = c("aut", "cre"),
email = "psanker@nyu.edu",
comment = c(ORCID = "0000-0003-2302-0445")),
person(
given = "Global TIES for Children",
role = "cph",
comment = "https://steinhardt.nyu.edu/ihdsc/global-ties"))
Description: A data structure and toolkit for documenting and recoding
categorical data that can be shared in other statistical software.
License: MIT + file LICENSE
Encoding: UTF-8
LazyData: true
Depends:
R (>= 3.5)
Imports:
rlang,
glue,
dplyr
Suggests:
testthat (>= 2.1.0),
tidyfast,
magrittr
RoxygenNote: 7.2.1
URL: https://github.com/nyuglobalties/rcoder
BugReports: https://github.com/nyuglobalties/rcoder/issues