-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathDESCRIPTION
31 lines (31 loc) · 1.12 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
Package: analyze.stuff
Title: Miscellaneous Tools for Analyzing Data in Rows and Columns
Version: 2.1.1
Description: Tools that simplify some basic tasks in exploring and analyzing a
dataset in a matrix or data.frame. Key functions help to change many fieldnames
to new names using a map of old to new names, create many calculated fields
based on formulas specified or saved as text fields (character vector),
see how many rows or cols have values above certain cutpoints, get rowMaxs,
colMaxs, wtd.rowMeans, wtd.colMeans, see a table of values at 100 weighted
percentiles, see how many values are NA or non-NA in each column, etc.
Imports:
Hmisc,
matrixStats,
data.table,
VennDiagram,
devtools,
rstudioapi,
xfun,
devtools
URL: https://github.com/ejanalysis/analyze.stuff
BugReports: https://github.com/ejanalysis/analyze.stuff/issues
Depends: R (>= 3.1.0)
RoxygenNote: 7.3.2
License: MIT + file LICENSE
Repository: GitHub
Author: [email protected]
Maintainer: [email protected] <[email protected]>
NeedsCompilation: no
LazyData: true
Encoding: UTF-8
Roxygen: list(markdown = TRUE)