-
Notifications
You must be signed in to change notification settings - Fork 1
/
DESCRIPTION
43 lines (43 loc) · 1.1 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
41
42
43
Package: postal
Type: Package
Title: United States Postal Service API Interface
Version: 0.1.1
Authors@R: c(
person("Amanda", "Dobbyn", email = "[email protected]", role = c("aut", "cre")),
person("Bernie", "Gray", role = "ctb"))
Maintainer: Amanda Dobbyn <[email protected]>
Description: An interface to the United States Postal Service Post Calc and Zone Calc APIs <https://postcalc.usps.com/>, postal
allows users to find the postage price, delivery day, and other information for packages and envelopes,
as well as to find the postal zone for an origin and a destination zip code pair.
Depends: R (>= 2.10)
License: MIT + file LICENSE
Encoding: UTF-8
LazyData: TRUE
URL: https://github.com/aedobbyn/postal/
BugReports: https://github.com/aedobbyn/postal/issues/
Imports:
curl,
dplyr,
glue,
janitor,
jsonlite,
lubridate,
magrittr,
purrr,
readr,
stats,
stringr,
tibble (>= 1.2),
tidyr
Suggests:
covr,
cowsay,
ggplot2,
here,
knitr,
maps,
rmarkdown,
testthat,
zipcode
VignetteBuilder: knitr
RoxygenNote: 6.1.1