Package: policyenginetaxsim
Title: Calculate US Income Taxes Using PolicyEngine
Version: 0.1.0
Authors@R:
    person("PolicyEngine", email = "hello@policyengine.org", role = c("aut", "cre"))
Description: An R interface to PolicyEngine's TAXSIM-compatible tax calculator.
    Calculate federal and state income taxes for US tax units using the
    PolicyEngine microsimulation model. Provides a familiar API for users
    of the 'usincometaxes' package while leveraging PolicyEngine's
    comprehensive and actively maintained tax rules.
License: MIT + file LICENSE
Encoding: UTF-8
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.2.3
Imports:
    reticulate (>= 1.28),
    dplyr,
    tibble
Suggests:
    testthat (>= 3.0.0),
    knitr,
    rmarkdown
Config/testthat/edition: 3
VignetteBuilder: knitr
URL: https://github.com/PolicyEngine/policyengine-taxsim
BugReports: https://github.com/PolicyEngine/policyengine-taxsim/issues
