Package: usincometaxes 0.7.1
usincometaxes: Calculate Federal and State Income Taxes in the United States
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 or communicates with the Web Assembly file, retrieves the data, and places it into a data frame. All without the user worrying about this process.
Authors:
usincometaxes_0.7.1.tar.gz
usincometaxes_0.7.1.zip(r-4.5)usincometaxes_0.7.1.zip(r-4.4)usincometaxes_0.7.1.zip(r-4.3)
usincometaxes_0.7.1.tgz(r-4.4-any)usincometaxes_0.7.1.tgz(r-4.3-any)
usincometaxes_0.7.1.tar.gz(r-4.5-noble)usincometaxes_0.7.1.tar.gz(r-4.4-noble)
usincometaxes_0.7.1.tgz(r-4.4-emscripten)usincometaxes_0.7.1.tgz(r-4.3-emscripten)
usincometaxes.pdf |usincometaxes.html✨
usincometaxes/json (API)
NEWS
# Install 'usincometaxes' in R: |
install.packages('usincometaxes', repos = c('https://shanejorr.r-universe.dev', 'https://cloud.r-project.org')) |
Bug tracker:https://github.com/shanejorr/usincometaxes/issues
- taxpayer_finances - Financial and household characteristics of 1,000 taxpayer units.
Last updated 10 months agofrom:439e83e299. Checks:OK: 7. Indexed: yes.
Target | Result | Date |
---|---|---|
Doc / Vignettes | OK | Oct 29 2024 |
R-4.5-win | OK | Oct 29 2024 |
R-4.5-linux | OK | Oct 29 2024 |
R-4.4-win | OK | Oct 29 2024 |
R-4.4-mac | OK | Oct 29 2024 |
R-4.3-win | OK | Oct 29 2024 |
R-4.3-mac | OK | Oct 29 2024 |
Exports:create_dataset_for_taxsimtaxsim_calculate_taxes
Dependencies:bitbit64clicpp11crayoncurlfansigluehmsjsonlitelifecyclemagrittrpillarpkgconfigprettyunitsprogressR6Rcpprlangtibbletidyselecttzdbutf8V8vctrsvroomwithr
About the Web Assembly Interface
Rendered fromwasm.Rmd
usingknitr::rmarkdown
on Oct 29 2024.Last update: 2023-01-22
Started: 2023-01-22
Calculating Federal and State Income Taxes
Rendered fromusing-usincometaxes.Rmd
usingknitr::rmarkdown
on Oct 29 2024.Last update: 2023-01-22
Started: 2022-01-09
Description of Input Columns
Rendered fromtaxsim-input.Rmd
usingknitr::rmarkdown
on Oct 29 2024.Last update: 2023-01-22
Started: 2021-12-18
Description of Output Columns
Rendered fromtaxsim-output.Rmd
usingknitr::rmarkdown
on Oct 29 2024.Last update: 2023-08-19
Started: 2021-12-19
Manually Upload Data to TAXSIM 35
Rendered fromsend-data-to-taxsim.Rmd
usingknitr::rmarkdown
on Oct 29 2024.Last update: 2023-01-22
Started: 2022-02-05
Readme and manuals
Help Manual
Help page | Topics |
---|---|
usincometaxes: A package for calculating state and federal income taxes in the United States. | usincometaxes-package usincometaxes |
Convert a data frame to the TAXSIM 35 output. | create_dataset_for_taxsim |
Get state SOI from state name. | get_state_soi |
Financial and household characteristics of 1,000 taxpayer units. | taxpayer_finances |
Calculate state and federal taxes using TASXSIM 35. | taxsim_calculate_taxes |