-
Notifications
You must be signed in to change notification settings - Fork 0
/
DESCRIPTION
52 lines (52 loc) · 1.59 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
Package: ltertools
Type: Package
Title: Tools Developed by the Long Term Ecological Research Community
Version: 1.1.0.900
Date: 2024-09-20
Authors@R: c(
person(given = "Nicholas", family = "Lyon",
role = c("aut", "cre"),
email = "[email protected]",
comment = "https://njlyon0.github.io/"),
person(given = "Angel", family = "Chen",
role = c("aut"),
email = "[email protected]",
comment = "https://angelchen7.github.io"),
person(given = "Miguel C.", family = "Leon",
role = c("ctb"),
comment = "https://luquillo.lter.network/"),
person(family = "National Science Foundation",
role = "fnd",
comment = "NSF 1929393, 09/01/2019 - 08/31/2024"),
person(family = "University of California, Santa Barbara", role = "cph") )
Maintainer: Nicholas Lyon <[email protected]>
Description: Set of the data science tools created by various members of the Long Term
Ecological Research (LTER) community. These functions were initially written largely
as standalone operations and have later been aggregated into this package.
License: BSD_3_clause + file LICENSE
Encoding: UTF-8
Language: en-US
LazyData: true
URL: https://lter.github.io/ltertools/
BugReports: https://github.com/lter/ltertools/issues
RoxygenNote: 7.3.1
Depends: R (>= 3.5)
Imports:
dplyr,
generics,
ggplot2,
magrittr,
purrr,
readxl,
RJSONIO,
stats,
stringr,
tidyr,
utils
Suggests:
knitr,
rmarkdown,
testthat (>= 3.0.0)
Roxygen: list(markdown = TRUE)
VignetteBuilder: knitr
Config/testthat/edition: 3