-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathDESCRIPTION
33 lines (33 loc) · 1.13 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
Package: fipio
Title: Lightweight Federal Information Processing System (FIPS) Code Information Retrieval
Version: 1.1.2.9000
Authors@R:
c(person(given = "Justin",
family = "Singh-Mohudpur",
role = c("aut", "cre"),
email = "justin@justinsingh.me",
comment = c(ORCID = "0000-0002-5233-5799")),
person(given = "Mike",
family = "Johnson",
role = "ctb",
email = "mikecp11@gmail.com",
comment = c(ORCID = "0000-0002-5288-8350")),
person(given = "Urban Flooding Open Knowledge Network (UF-OKN)",
role = c("fnd")))
Description: Provides a lightweight suite
of functions for retrieving information
about 5-digit or 2-digit US FIPS codes.
URL: https://fipio.justinsingh.me, https://github.com/program--/fipio
BugReports: https://github.com/program--/fipio/issues
License: MIT + file LICENSE
Encoding: UTF-8
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.1.2
Depends:
R (>= 3.5.0)
Suggests:
testthat (>= 3.0.0),
mockery (>= 0.4.2),
covr,
fastmatch (>= 1.0.0)
Config/testthat/edition: 3