-
Notifications
You must be signed in to change notification settings - Fork 5
/
DESCRIPTION
45 lines (45 loc) · 1.34 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
40
41
42
43
44
45
Type: Package
Package: asciiSetupReader
Title: Reads Fixed-Width ASCII Data Files (.txt or .dat) that
Have Accompanying Setup Files (.sps or .sas)
Version: 2.5.2
Authors@R:
person(given = "Jacob",
family = "Kaplan",
role = c("aut", "cre"),
email = "[email protected]",
comment = c(ORCID = "0000-0002-0601-0387"))
Description: Lets you open a fixed-width ASCII file (.txt or
.dat) that has an accompanying setup file (.sps or .sas). These file
combinations are sometimes referred to as .txt+.sps, .txt+.sas,
.dat+.sps, or .dat+.sas. This will only run in a txt-sps or txt-sas
pair in which the setup file contains instructions to open that text
file. It will NOT open other text files, .sav, .sas, or .por data
files. Fixed-width ASCII files with setup files are common in older
(pre-2000) government data.
License: MIT + file LICENSE
URL: https://github.com/jacobkap/asciiSetupReader
BugReports: https://github.com/jacobkap/asciiSetupReader/issues
Depends:
R (>= 3.1.0)
Imports:
data.table,
haven,
readr,
vroom,
stringr,
zoo,
shiny (>= 0.13),
miniUI (>= 0.1.1),
rstudioapi (>= 0.5)
Suggests:
covr,
knitr,
rmarkdown,
testthat (>= 2.1.0)
VignetteBuilder:
knitr
Encoding: UTF-8
Language: en-US
LazyData: false
RoxygenNote: 7.1.1