-
Notifications
You must be signed in to change notification settings - Fork 5
/
DESCRIPTION
62 lines (62 loc) · 1.73 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
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
Package: inlmisc
Title: Miscellaneous Functions for the USGS INL Project Office
Version: 0.5.5.9000
Authors@R: person(given=c("Jason", "C."), family="Fisher", role=c("aut", "cre"), email="[email protected]", comment=c(ORCID="0000-0001-9032-8912"))
Description: A collection of functions for creating high-level graphics,
performing raster-based analysis, processing MODFLOW-based models,
selecting subsets using a genetic algorithm, creating interactive web maps,
accessing color palettes, etc. Used to support packages and scripts written
by researchers at the United States Geological Survey (USGS)
Idaho National Laboratory (INL) Project Office.
Depends:
R (>= 3.5.0)
Imports:
checkmate,
data.table,
GA,
graphics,
grDevices,
htmltools,
htmlwidgets,
igraph,
knitr,
leaflet,
methods,
parallel,
raster,
rgdal,
rgeos,
rmarkdown,
scales,
sp,
stats,
tinytex,
tools,
webshot,
wordcloud2,
xtable,
yaml
Suggests:
alphahull,
dichromat,
doParallel,
doRNG,
grid,
gstat,
maptools,
png,
remotes,
roxygen2,
testthat
SystemRequirements: pandoc (https://pandoc.org/) and
phantomjs (https://phantomjs.org/)
License: CC0
Copyright: This software is in the public domain because it contains materials
that originally came from the United States Geological Survey (USGS), an
agency of the United States Department of Interior. For more information,
see the official USGS copyright policy at
https://www.usgs.gov/information-policies-and-instructions/copyrights-and-credits
URL: https://github.com/USGS-R/inlmisc
BugReports: https://github.com/USGS-R/inlmisc/issues
Encoding: UTF-8
RoxygenNote: 7.1.2