-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathDESCRIPTION
20 lines (20 loc) · 1.18 KB
/
DESCRIPTION
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
Package: opendataformat
Title: Reading and Writing Open Data Format Files
Version: 2.1.2
Authors@R: c(person("Tom", "Hartl", role = c("aut","cre"),
email = "[email protected]", comment = c(ORCID = "0009-0006-4226-9835")),
person("Claudia","Saalbach", role = "ctb",
email = "[email protected]"))
Maintainer: Tom Hartl <[email protected]>
Description: The Open Data Format (ODF) is a new, non-proprietary, multilingual, metadata enriched, and zip-compressed data format with metadata structured in the Data Documentation Initiative (DDI) Codebook standard. This package allows reading and writing of data files in the Open Data Format (ODF) in R, and displaying metadata in different languages. For further information on the Open Data Format, see <https://opendataformat.github.io/>.
URL: https://github.com/opendataformat/r-package-opendataformat
BugReports: https://github.com/opendataformat/r-package-opendataformat/issues
License: MIT + file LICENSE
Encoding: UTF-8
LazyData: true
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.3.2
Imports: cli, zip
Depends: R (>= 3.6), magrittr, xml2, data.table, tibble
Suggests: testthat (>= 3.0.0), knitr, rmarkdown, devtools, ISLR, dplyr, haven
VignetteBuilder: knitr