-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathDESCRIPTION
33 lines (33 loc) · 839 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
Type: Package
Package: processFCC
Title: processFCC: cleaning Fixed Broadband Data from FCC Form 477
Version: 0.1.0
Author: Kailey Mulligan
Maintainer: Kailey Mulligan <[email protected]>
Description: Package to download and process FCC fixed broadband data. The
data is downloaded from the FCC website, put into a SQL database in R,
and simplified to the number of internet service providers at
specified thresholds per Census geography unit.
License: MIT + file LICENSE
URL: https://github.com/kdmulligan/processFCC
Suggests:
devtools,
knitr,
rmarkdown,
testthat (>= 3.0.0)
VignetteBuilder:
devtools,
knitr
Encoding: UTF-8
LazyData: true
RoxygenNote: 7.2.3
Imports:
RSQLite,
readr,
tigris,
utils,
dplyr,
tidyr,
data.table,
ggplot2
Config/testthat/edition: 3