-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathDESCRIPTION
39 lines (39 loc) · 1.08 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
Package: readspss
Type: Package
Title: Importing and Exporting SPSS Files
Version: 0.18.1
Authors@R: c(
person("Jan Marvin", "Garbuszus",
email = "[email protected]", role = c("aut", "cre")),
person("Ben", "Pfaff", role = c("aut", "cph"),
comment = "author of encryption part"),
person("Jeroen", "Ooms", role ="ctr"),
person("readstata13", role="cph"),
person("R Core Team", role="cph"),
person("Ulrich", "Poetter", role ="ctb"),
person("Goetz", "Rohwer", role="cph")
)
Maintainer: Jan Marvin Garbuszus <[email protected]>
Description: Package to read and write the SPSS file formats.
URL: https://github.com/JanMarvin/readspss
BugReports: https://github.com/JanMarvin/readspss/issues
License: GPL-2 | file LICENSE
LazyData: TRUE
Language: en-US
Imports:
Rcpp (>= 0.11.2)
Suggests:
covr,
datasets,
foreign,
knitr,
rmarkdown,
roxygen2,
testthat
LinkingTo: Rcpp, BH
ByteCompile: yes
SystemRequirements: OpenSSL >= 1.0.2
VignetteBuilder: knitr
Encoding: UTF-8
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.3.1