forked from sjentsch/jmvReadWrite
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathDESCRIPTION
36 lines (36 loc) · 1.32 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: jmvReadWrite
Title: Read and Write 'jamovi' Files ('.omv')
Version: 0.4.8
Author: Sebastian Jentschke [aut, cre, cph] (<https://orcid.org/0000-0003-2576-5432>)
Authors@R:
person(given = "Sebastian", family = "Jentschke", role = c("aut", "cre", "cph"), email = "[email protected]", comment = c(ORCID = "0000-0003-2576-5432"))
Maintainer: Sebastian Jentschke <[email protected]>
Description: The free and open a statistical spreadsheet 'jamovi'
(<https://www.jamovi.org>) aims to make statistical analyses easy and
intuitive. 'jamovi' produces syntax that can directly be used in R (in
connection with the R-package 'jmv'). Having import / export routines for
the data files 'jamovi' produces ('.omv') permits an easy transfer of
data and analyses between 'jamovi' and R.
License: AGPL-3
Language: en-GB
Encoding: UTF-8
LazyData: true
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.3.2
VignetteBuilder: knitr
URL: https://sjentsch.github.io/jmvReadWrite/
BugReports: https://github.com/sjentsch/jmvReadWrite/issues
Depends: R (>= 3.5.0)
Imports: jsonlite,
methods,
zip
Suggests: jmv,
jmvcore (>= 2.4.7),
foreign,
haven,
knitr,
rmarkdown,
RProtoBuf,
testthat (>= 3.0.0)
Config/testthat/edition: 3
NeedsCompilation: no