Calculates federal and state income taxes in the United States. It acts as a wrapper to the NBER's TAXSIM 35 (<http://taxsim.nber.org/taxsim35/>) tax simulator. TAXSIM 35 conducts the calculations, while 'usincometaxes' prepares the data for TAXSIM 35, sends the data to TAXSIM 35's server, retrieves the data, and places it into a data frame. All without the user worrying about this process.
Version: | 0.4.0 |
Depends: | R (≥ 3.1) |
Imports: | datasets, vroom |
Suggests: | dplyr, ggplot2, knitr, rmarkdown, scales, testthat (≥ 3.0.0), tidyr, tools |
Published: | 2022-05-30 |
Author: | Shane Orr [aut, cre, cph] |
Maintainer: | Shane Orr <shane.j.orr at gmail.com> |
BugReports: | https://github.com/shanejorr/usincometaxes/issues |
License: | MIT + file LICENSE |
URL: | https://github.com/shanejorr/usincometaxes, https://shaneorr.io/r/usincometaxes |
NeedsCompilation: | no |
Materials: | README NEWS |
CRAN checks: | usincometaxes results |
Reference manual: | usincometaxes.pdf |
Vignettes: |
Manually Upload Data to TAXSIM 35 Description of Input Columns Description of Output Columns Calculating Federal and State Income Taxes |
Package source: | usincometaxes_0.4.0.tar.gz |
Windows binaries: | r-devel: usincometaxes_0.4.0.zip, r-release: usincometaxes_0.4.0.zip, r-oldrel: not available |
macOS binaries: | r-release (arm64): usincometaxes_0.4.0.tgz, r-oldrel (arm64): usincometaxes_0.4.0.tgz, r-release (x86_64): usincometaxes_0.4.0.tgz, r-oldrel (x86_64): usincometaxes_0.4.0.tgz |
Old sources: | usincometaxes archive |
Please use the canonical form https://CRAN.R-project.org/package=usincometaxes to link to this page.