-
Notifications
You must be signed in to change notification settings - Fork 1
/
DESCRIPTION
37 lines (37 loc) · 1.45 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
Package: hipread
Type: Package
Title: Read Hierarchical Fixed Width Files
Version: 0.2.4
Authors@R: c(
person("Greg", "Freedman Ellis", role = "aut"),
person("Derek Burk", email = "[email protected]", role = c("aut", "cre")),
person("Joe Grover", role = "ctb"),
person("Mark Padgham", role = "ctb"),
person("Hadley", "Wickham", , "[email protected]", "ctb", comment = "Code adapted from readr"),
person("Jim", "Hester", , "[email protected]", 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: [email protected]
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
LinkingTo:
Rcpp,
BH
Imports:
Rcpp,
R6,
rlang,
tibble
Suggests:
dplyr,
readr,
testthat
RoxygenNote: 7.2.3
Roxygen: list(markdown = TRUE)