-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathDESCRIPTION
42 lines (42 loc) · 932 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
34
35
36
37
38
39
40
41
42
Package: manager
Title: Tools for plotting and analyzing environmental data
Description: Tools for plotting and analyzing environmental
data as well as for reading data from external sources such as
MANAGES and gINT.
Version: 0.1.0.9000
Authors: person(given = "Justin", family = "Jent", email = "jentjr@gmail.com",
role = c("aut", "cre"))
Maintainer: Justin Jent <jentjr@gmail.com>
URL: http://github.com/jentjr/manager
BugReports: https://github.com/jentjr/manager/issues
Depends:
R (>= 3.0.2),
tidyverse
Imports:
EnvStats,
scales,
grid,
outliers
Suggests:
animation,
lubridate,
ggbeeswarm,
viridis,
openxlsx,
GGally,
readxl,
DBI,
odbc,
shiny,
testthat,
knitr,
rmarkdown,
covr,
udunits2
Remotes:
jentjr/EnvStats
License: MIT + file LICENSE
LazyData: true
VignetteBuilder: knitr
RoxygenNote: 7.0.2
Encoding: UTF-8