forked from MazamaScience/NBI
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathDESCRIPTION
36 lines (36 loc) · 1.06 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
Type: Package
Package: NBI
Version: 0.0.2
Title: Utilities for Working with Data from the National Bridge Inventory
Authors@R: c(
person("Jonathan", "Callahan", email="[email protected]", role=c("aut","cre")),
person("Helen", "Miller", email="[email protected]", role=c("aut")),
person("Zach", "Stednick", email="[email protected]", role=c("aut"))
)
Author: Jonathan Callahan [aut, cre],
Helen Miller [aut],
Zach Stednick [aut]
Maintainer: Jonathan Callahan <[email protected]>
Depends:
R (>= 3.1.0)
Imports:
dplyr,
lubridate,
maps,
MazamaSpatialUtils,
readr,
sp,
stringr
Suggests:
knitr,
markdown,
testthat
Description: A suite of functions for converting NBI ASCII into a tibble
and performing various analyses on this important dataset. Special attention
is given to the creation of maps highlighting aggregate features by state,
county, watershed, political boundary, etc.
License: MIT + file LICENSE
VignetteBuilder: knitr
Repository: CRAN
LazyData: true
RoxygenNote: 6.0.1