-
Notifications
You must be signed in to change notification settings - Fork 14
/
DESCRIPTION
46 lines (46 loc) · 1.32 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
44
45
46
Package: gsplot
Type: Package
Title: Geological Survey Plotting
Version: 0.8.1
Date: 2017-04-17
Authors@R: c( person("Jordan", "Read", role = "aut",
email = "[email protected]"),
person("Laura", "DeCicco", role = c("aut","cre"),
email = "[email protected]"),
person("Jordan","Walker", role="aut",
email = "[email protected]"),
person("Phethala","Thongsavanh",rol="aut",
email = "[email protected] "),
person("Megen","Hines", role="aut",
email = "[email protected]"),
person("Lindsay","Carr", role="aut",
email = "[email protected]"),
person("David","Watkins", role="aut",
email = "[email protected]"))
License: CC0
Description: Workflow and plotting style defaults created for the U.S.
Geological Survey.
Depends:
R (>= 3.0)
Copyright: This software is in the public domain because it contains materials
that originally came from the United States Geological Survey, an agency of
the United States Department of Interior. For more information, see the
official USGS copyright policy at
https://www.usgs.gov/visual-id/credit_usgs.html#copyright
Imports:
magrittr,
stats,
graphics,
utils,
methods,
yaml,
lazyeval,
grDevices
Suggests:
testthat,
knitr
VignetteBuilder: knitr
BuildVignettes: true
LazyLoad: yes
LazyData: yes
RoxygenNote: 6.0.1