Type: Package Package: chaletex Title: Extract LaTeX packages from TeX files and Install Them Version: 0.1.0 Authors@R: c( person("Nicholas", "Tierney", role = c("aut", "cre"), email = "nicholas.tierney@gmail.com", comment = c(ORCID = "https://orcid.org/0000-0003-1460-8722")), person("Claire", "Miller", role = c("aut"), email = "millerc2@student.unimelb.edu.au", comment = c(ORCID = "https://orcid.org/0000-0003-0758-9447")) ) Description: Trying to compile LaTeX files can be frustrating when you need to stop at every attempted compile and install the missing packages. The goal of chaletex is to make it easy to extract packages you need to install from LaTeX. It is named `chaletex` as we want this to be like walking into a Chalet after a big day - a nice, friendly, cozy place for your TeX problems. License: MIT + file LICENSE Encoding: UTF-8 Depends: R (>= 3.1.2) LazyData: true Imports: stringr (>= 1.4.0), purrr (>= 0.3.2), tinytex (>= 0.14.0), magrittr (>= 1.5.0) RoxygenNote: 6.1.1 Config/pak/sysreqs: libicu-dev Repository: https://njtierney.r-universe.dev Date/Publication: 2019-07-22 01:25:01 UTC RemoteUrl: https://github.com/njtierney/chaletex RemoteRef: HEAD RemoteSha: 11eac969e52a1cbb24f4b65dbb6fce51622df15c NeedsCompilation: no Packaged: 2026-07-03 22:06:05 UTC; root Author: Nicholas Tierney [aut, cre] (ORCID: ), Claire Miller [aut] (ORCID: ) Maintainer: Nicholas Tierney