-
-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathDESCRIPTION
36 lines (36 loc) · 1.92 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
Package: jTransform
Title: "jTransform: Functions for Common Data Set Transformations"
Type: Package
Version: 0.4.2
Authors@R:
c(person(given = "Sebastian", family = "Jentschke", role = c("aut", "cre", "cph"), email = "[email protected]", comment = c(ORCID = "0000-0003-2576-5432")),
person(given = "Maurizio", family = "Agosti", role = c("ctb", "cph"), email = "[email protected]", comment = c(ORCID = "0000-0003-2365-3488")),
person(given = "Marcello", family = "Gallucci", role = c("ctb", "cph"), email = "[email protected]", comment = c(ORCID = "0000-0003-3546-0093")))
Maintainer: Sebastian Jentschke <[email protected]>
Description:
The jamovi module jTransform carries out common data management tasks and
transformations of data sets. It includes functions to change the order of
/ re-arrange variables in a data set, transforming a data set from long to
wide or from wide to long, transposing a data set (make rows into columns
and columns into rows), sorting a data set after one or more variable, and
adding columns from one or more additional data sets to the currently
opened data set. In addition, there are functions to search or replace
values. Furthermore, there is a function to apply transformations for
skewed variables trying to make them better conform to a normal
distribution. Finally, there is a function to calculate distances /
proximities. jTransform calls functions from the R-package `jmvReadWrite`,
(<https://cran.r-project.org/package=jmvReadWrite>) enabling access to
these functions via a graphical user interface (without the need to use
a R command line for these transformations).
License: AGPL-3 + file LICENSE
Language: en-GB
Encoding: UTF-8
Depends: R (>= 3.5.0)
Imports:
jmvcore,
jmvReadWrite
Suggests:
testthat (>= 3.1.5),
knitr
Remotes: sjentsch/jmvReadWrite
RoxygenNote: 7.3.2