-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathDESCRIPTION
More file actions
51 lines (51 loc) · 1.33 KB
/
DESCRIPTION
File metadata and controls
51 lines (51 loc) · 1.33 KB
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
Package: supportR
Type: Package
Title: Support Functions for Wrangling and Visualization
Version: 1.6.0.900
Date: 2026-03-10
Authors@R: c(
person(given = "Nicholas J",
family = "Lyon",
role = c("aut", "cre", "cph"),
comment = "https://orcid.org/0000-0003-3905-1078",
email = "nickjlyon@gmail.com"))
Maintainer: Nicholas J Lyon <nickjlyon@gmail.com>
Description: Suite of helper functions for data wrangling and visualization.
The only theme for these functions is that they tend towards simple, short, and narrowly-scoped.
These functions are built for tasks that often recur but are not large enough in scope to warrant an ecosystem of interdependent functions.
License: MIT + file LICENSE
Language: en-US
Encoding: UTF-8
RoxygenNote: 7.3.3
URL: https://github.com/njlyon0/supportR, https://njlyon0.github.io/supportR/
BugReports: https://github.com/njlyon0/supportR/issues
Depends:
R (>= 3.5)
Imports:
data.tree,
dplyr,
ggplot2,
gh,
googledrive,
graphics,
lifecycle,
magrittr,
methods,
purrr,
rlang,
rmarkdown,
scales,
spelling,
stringi,
stringr,
tidyr,
vegan
Suggests:
ape,
devtools,
knitr,
palmerpenguins,
testthat (>= 3.0.0)
Roxygen: list(markdown = TRUE)
VignetteBuilder: knitr
Config/testthat/edition: 3