-
Notifications
You must be signed in to change notification settings - Fork 9
/
Copy pathDESCRIPTION
26 lines (26 loc) · 896 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
Package: readstata13
Type: Package
Title: Import 'Stata' Data Files
Version: 0.10.2
Authors@R: c(
person("Jan Marvin", "Garbuszus",
email = "[email protected]", role = c("aut")),
person("Sebastian", "Jeworutzki",
email="[email protected]", role = c("aut", "cre"), comment = c(ORCID = "0000-0002-2671-5253")),
person("R Core Team", role="cph"),
person("Magnus Thor", "Torfason", role="ctb"),
person("Luke M.", "Olson", role="ctb"),
person("Giovanni", "Righi", role="ctb"),
person("Kevin", "Jin", role="ctb")
)
Description: Function to read and write the 'Stata' file format.
URL: https://github.com/sjewo/readstata13
BugReports: https://github.com/sjewo/readstata13/issues
License: GPL-2 | file LICENSE
Imports:
Rcpp (>= 0.11.5)
LinkingTo: Rcpp
ByteCompile: yes
Suggests: testthat
Encoding: UTF-8
RoxygenNote: 7.2.3