-
Notifications
You must be signed in to change notification settings - Fork 2
/
DESCRIPTION
40 lines (40 loc) · 1.26 KB
/
DESCRIPTION
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
Package: usincometaxes
Title: Calculate Federal and State Income Taxes in the United States
Version: 0.7.1
Authors@R: c(
person("Shane", "Orr", email = "[email protected]", role = c("aut", "cre", "cph")),
person("Thomas", "Wells", email = "[email protected]", role = "ctb")
)
Description: 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.
License: MIT + file LICENSE
URL: https://github.com/shanejorr/usincometaxes,
https://shaneorr.io/r/usincometaxes
BugReports: https://github.com/shanejorr/usincometaxes/issues
Depends:
R (>= 3.1)
Imports:
datasets,
vroom,
tibble,
utils,
V8
Suggests:
dplyr,
ggplot2,
knitr,
rmarkdown,
scales,
testthat (>= 3.0.0),
tidyr,
tools
VignetteBuilder:
knitr
Config/testthat/edition: 3
Encoding: UTF-8
LazyData: true
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.2.3