-
Notifications
You must be signed in to change notification settings - Fork 0
/
DESCRIPTION
41 lines (41 loc) · 1.57 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
Package: joyn
Type: Package
Title: Tool for Diagnosis of Tables Joins and Complementary Join
Features
Version: 0.2.4
Authors@R: c(person(given = "R.Andres",
family = "Castaneda",
email = "[email protected]",
role = c("aut", "cre")),
person(given = "Zander",
family = "Prinsloo",
role = "aut",
email = "[email protected]"),
person(given = "Rossana",
family = "Tatulli",
role = "aut",
email = "[email protected]")
)
Description: Tool for diagnosing table joins. It combines the speed of `collapse`
and `data.table`, the flexibility of `dplyr`, and the diagnosis and features
of the `merge` command in `Stata`.
License: MIT + file LICENSE
Encoding: UTF-8
URL: https://github.com/randrescastaneda/joyn,
https://randrescastaneda.github.io/joyn/
BugReports: https://github.com/randrescastaneda/joyn/issues
Suggests: badger, covr, knitr, rmarkdown, testthat (>= 3.0.0), withr,
dplyr, tibble
Config/testthat/edition: 3
Imports: rlang, data.table, cli, utils, collapse (>= 2.0.15), lifecycle
Depends: R (>= 2.10)
RoxygenNote: 7.3.2
VignetteBuilder: knitr
NeedsCompilation: no
Packaged: 2024-12-13 23:00:39 UTC; wb384996
Author: R.Andres Castaneda [aut, cre],
Zander Prinsloo [aut],
Rossana Tatulli [aut]
Maintainer: R.Andres Castaneda <[email protected]>
Repository: CRAN
Date/Publication: 2024-12-13 23:20:02 UTC