-
Notifications
You must be signed in to change notification settings - Fork 9
/
Copy pathDESCRIPTION
33 lines (33 loc) · 923 Bytes
/
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
Package: cepR
Type: Package
Title: Busca CEPs Brasileiros
Version: 0.1.2
Authors@R: c(
person("Robert Myles", "McDonnell",
email = "[email protected]",
role = c("aut", "cre")),
person("Eduardo", "Oliveira",
role = "ctb"),
person("Rodrigo", "Giannotti",
role = "ctb")
)
Maintainer: Robert Myles McDonnell <[email protected]>
Description:
Retorna detalhes de dados de CEPs brasileiros, bairros, logradouros
e tal. (Returns info of Brazilian postal codes, city names, addresses
and so on.)
License: MIT + file LICENSE
Encoding: UTF-8
LazyData: true
Language: pt
URL: https://github.com/RobertMyles/cepR
BugReports: https://github.com/RobertMyles/cepR/issues
Depends:
R (>= 3.0)
Imports:
httr(>= 1.2.1),
tibble(>= 1.3.3),
magrittr (>= 1.5),
dplyr (>= 1.0.0),
purrr (>= 0.3.0)
RoxygenNote: 7.1.1