-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathDESCRIPTION
More file actions
40 lines (40 loc) · 1.59 KB
/
DESCRIPTION
File metadata and controls
40 lines (40 loc) · 1.59 KB
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
40
Package: hipread
Type: Package
Title: Read Hierarchical Fixed Width Files
Version: 0.2.6.9000
Authors@R: c(
person("Greg", "Freedman Ellis", role = "aut"),
person("Derek Burk", email = "ipums+cran@umn.edu", role = c("aut", "cre")),
person("Joe Grover", role = "ctb"),
person("Mark Padgham", role = "ctb"),
person("Hadley", "Wickham", , "hadley@rstudio.com", "ctb", comment = "Code adapted from readr"),
person("Jim", "Hester", , "james.hester@rstudio.com", c("ctb"), comment = "Code adapted from readr"),
person("Romain", "Francois", role = "ctb", comment = "Code adapted from readr"),
person("R Core Team", role = "ctb", comment = "Code adapted from readr"),
person("RStudio", role = c("cph", "fnd"), comment = "Code adapted from readr"),
person("Jukka", "Jylänki", role = c("ctb", "cph"), comment = "Code adapted from readr"),
person("Mikkel", "Jørgensen", role = c("ctb", "cph"), comment = "Code adapted from readr"),
person("University of Minnesota", role = "cph"))
Contact: ipums@umn.edu
Description: Read hierarchical fixed width files like those commonly used by
many census data providers. Also allows for reading of data in chunks,
and reading 'gzipped' files without storing the full file in memory.
License: GPL (>= 2) | file LICENSE
Encoding: UTF-8
Depends: R (>= 3.0.2)
LinkingTo:
Rcpp (>= 1.0.12),
BH
Imports:
Rcpp (>= 1.0.12),
R6,
rlang,
tibble
Suggests:
dplyr,
readr,
testthat
RoxygenNote: 7.3.3
Roxygen: list(markdown = TRUE)
URL: https://github.com/ipums/hipread
BugReports: https://github.com/ipums/hipread/issues