-
Notifications
You must be signed in to change notification settings - Fork 5
/
DESCRIPTION
37 lines (37 loc) · 1.15 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
Package: useful
Type: Package
Title: A Collection of Handy, Useful Functions
Version: 1.2.7
Date: 2023-10-31
Authors@R: c(
person(c("Jared", "P."), "Lander", email = "[email protected]", role = c("cre", "aut")),
person("Nicholas", "Galasinao", email = "[email protected]", role = "ctb"),
person("Joshua", "Kraut", email = "[email protected]", role = "ctb"),
person("Daniel", "Chen", email = "dan [email protected]", role = "ctb"))
Description: A set of little functions that have been found useful to do little
odds and ends such as plotting the results of K-means clustering, substituting
special text characters, viewing parts of a data.frame, constructing formulas
from text and building design and response matrices.
License: BSD_3_clause + file LICENSE
Depends:
ggplot2
Imports:
plyr,
dplyr (>= 0.5.0),
purrr (>= 0.1.0),
stats,
scales,
utils,
Matrix,
assertthat,
tibble,
rlang
LazyLoad: yes
ByteCompile: TRUE
Suggests:
testthat,
covr
URL: https://github.com/jaredlander/useful
BugReports: https://github.com/jaredlander/useful/issues
RoxygenNote: 7.2.3
Encoding: UTF-8