forked from jaredlander/useful
-
Notifications
You must be signed in to change notification settings - Fork 0
/
DESCRIPTION
33 lines (33 loc) · 1.02 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
Package: useful
Type: Package
Title: A Collection of Handy, Useful Functions
Version: 1.2.4
Date: 2017-08-04
Authors@R: c(
person("Jared", "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),
magrittr,
purrr (>= 0.1.0),
stats,
scales,
utils,
Matrix,
assertthat
LazyLoad: yes
ByteCompile: TRUE
Suggests:
testthat,
covr
RoxygenNote: 6.0.1