Package: asciiSetupReader
Type: Package
Title: Reads 'SPSS' and 'SAS' Files from ASCII Data Files (.txt) and
        Setup Files (.sps or .sas)
Version: 1.2
Authors@R: person("Jacob", "Kaplan", email = "jkkaplan6@gmail.com", role = c("aut", "cre"))
Description: Lets you open an 'SPSS' or 'SAS' data file using a .txt file that has the data and a .sps or .sas file with setup instructions. 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, .por, or 'SAS' files. 
Depends: R (>= 2.10)
Imports: stringr, readr, haven, stringi, data.table
License: GPL
Encoding: UTF-8
LazyData: true
URL: https://github.com/jacobkap/asciiReader
BugReports: https://github.com/jacobkap/asciiReader/issues
Suggests: knitr, rmarkdown, testthat
VignetteBuilder: knitr
RoxygenNote: 6.0.1
NeedsCompilation: no
Packaged: 2017-11-26 16:27:42 UTC; user
Author: Jacob Kaplan [aut, cre]
Maintainer: Jacob Kaplan <jkkaplan6@gmail.com>
Repository: CRAN
Date/Publication: 2017-11-26 17:05:48 UTC
