-
Notifications
You must be signed in to change notification settings - Fork 0
/
DESCRIPTION
84 lines (84 loc) · 2.64 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
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
Package: scicomptools
Type: Package
Title: Tools Developed by the NCEAS Scientific Computing Support Team
Version: 1.1.0.900
Date: 2024-10-30
Authors@R: c(
person(given = "Angel", family = "Chen",
email = "[email protected]",
comment = "angelchen7.github.io",
role = c("aut", "cre")),
person(given = "Nicholas J", family = "Lyon",
email = "[email protected]",
comment = "njlyon0.github.io",
role = "aut"),
person(given = "Gabriel", family = "Antunes Daldegan",
email = "[email protected]",
comment = "https://orcid.org/0000-0001-5345-4880",
role = "aut"),
person(given = "Julien", family = "Brun",
email = "[email protected]",
comment = "https://orcid.org/0000-0002-7751-6238",
role = "aut"),
person(given = "Gabe", family = "De La Rosa",
email = "[email protected]",
comment = "www.gabrieldelarosa.com/",
role = "ctb"),
person(given = "Kara", family = "Koenig",
email = "[email protected]",
comment = "https://orcid.org/0000-0002-6371-7821",
role = "aut"),
person(given = "Kendall", family = "Miller",
email = "[email protected]",
role = "aut"),
person(given = "Timothy D", family = "Nguyen",
email = "[email protected]",
comment = "www.linkedin.com/in/timothy-d-nguyen",
role = "aut"),
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")
)
Description: Set of tools to import, summarize, wrangle, and visualize data.
These functions were originally written based on the needs of the
various synthesis working groups that were supported by the
National Center for Ecological Analysis and Synthesis (NCEAS).
These tools are meant to be useful inside and
outside of the context for which they were designed.
License: BSD_3_clause + file LICENSE
Encoding: UTF-8
LazyData: true
Language: en-US
URL: https://github.com/NCEAS/scicomptools, https://nceas.github.io/scicomptools/
BugReports: https://github.com/NCEAS/scicomptools/issues
RoxygenNote: 7.3.2
VignetteBuilder: knitr
Imports:
chromote,
data.tree,
dplyr,
gitcreds,
googledrive,
ggplot2,
ggwordcloud,
magrittr,
methods,
purrr,
readxl,
stringr,
SemNetCleaner,
tibble,
tidyr,
tidytext,
tidyxl
Suggests:
ecodist,
knitr,
lme4,
lmerTest,
nlme,
rmarkdown,
testthat (>= 3.0.0)
Config/testthat/edition: 3