Package: curriculr
Title: Data-Driven CVs with 'Quarto' and 'Typst'
Version: 0.3.0
Date: 2026-05-04
Authors@R: 
    person("Erwin", "Lares", , "erwin.lares@wisc.edu", role = c("aut", "cre", "cph"),
           comment = c(ORCID = "0000-0002-3284-828X"))
Description: Provides tools for producing data-driven curriculum vitae
    documents from structured data stored in an Excel workbook. The core
    workflow reads CV content from a workbook, converts it into 'Typst' layout
    blocks, and renders a polished PDF via the 'Quarto' publishing system.
    Includes functions for reading and cleaning CV data, building 'Typst'
    section headings and entries, rendering CV sections from data frames, and
    scaffolding new CV projects with a standard folder structure and template 
    workbook. Designed to separate content from layout: CV data lives in the
    spreadsheet, rendering configuration lives in 'Quarto', and transformation
    logic lives in small, reusable R functions. See the 'Typst' typesetting
    system at <https://typst.app> and the 'Quarto' publishing system at
    <https://quarto.org>. Inspired by the 'vitae' package
    <https://CRAN.R-project.org/package=vitae> and the 'Awesome CV' LaTeX
    template <https://github.com/posquit0/Awesome-CV>.
License: MIT + file LICENSE
Encoding: UTF-8
Language: en-US
URL: https://github.com/erwinlares/curriculr,
        https://erwinlares.github.io/curriculr/,
        https://doi.org/10.5281/zenodo.19930400
BugReports: https://github.com/erwinlares/curriculr/issues
Depends: R (>= 4.2.0)
Imports: cli, fs, lifecycle, quarto, readr, openxlsx2
Suggests: knitr, rmarkdown, spelling, withr, pdftools, testthat (>=
        3.0.0)
Config/testthat/edition: 3
VignetteBuilder: knitr
Config/roxygen2/version: 8.0.0
NeedsCompilation: no
Packaged: 2026-05-08 18:19:24 UTC; lares
Author: Erwin Lares [aut, cre, cph] (ORCID:
    <https://orcid.org/0000-0002-3284-828X>)
Maintainer: Erwin Lares <erwin.lares@wisc.edu>
Repository: CRAN
Date/Publication: 2026-05-13 08:00:08 UTC
Built: R 4.6.0; ; 2026-05-13 10:18:52 UTC; unix
