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.3 Authors@R: person(given = "Jacob", family = "Kaplan", role = c("aut", "cre"), email = "jkkaplan6@gmail.com", 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 RoxygenNote: 7.3.2 Config/pak/sysreqs: cmake make libicu-dev libuv1-dev libx11-dev zlib1g-dev Repository: https://jacobkap.r-universe.dev Date/Publication: 2025-09-23 15:45:14 UTC RemoteUrl: https://github.com/jacobkap/asciisetupreader RemoteRef: HEAD RemoteSha: e45c3cc7504a18b19a8e35d371f75cd96f20220f NeedsCompilation: no Packaged: 2026-07-02 09:25:14 UTC; root Author: Jacob Kaplan [aut, cre] (ORCID: ) Maintainer: Jacob Kaplan