-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathDESCRIPTION
50 lines (50 loc) · 1.32 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
Package: supportR
Type: Package
Title: Support Functions for Wrangling and Visualization
Version: 1.4.0.900
Date: 2024-11-20
Authors@R: c(
person(given = 'Nicholas J',
family = 'Lyon',
role = c('aut', "cre", "cph"),
comment = c(ORCID = '0000-0003-3905-1078'),
email = "[email protected]"))
Maintainer: Nicholas J Lyon <[email protected]>
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.1
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,
stringi,
stringr,
tidyr,
vegan
Suggests:
ape,
devtools,
knitr,
palmerpenguins,
testthat (>= 3.0.0)
Roxygen: list(markdown = TRUE)
VignetteBuilder: knitr
Config/testthat/edition: 3