-
Notifications
You must be signed in to change notification settings - Fork 3
/
DESCRIPTION
55 lines (55 loc) · 1.98 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
51
52
53
54
55
Package: jamba
Title: Jam Base Methods
Version: 0.0.105.900
Authors@R: person(given="James M.", family="Ward",
email="jmw86069@gmail.com", role=c("aut", "cre"))
Description: Jam Base methods. Efficient alphanumeric sort for vector,
list, data.frame. Import/export wrappers to Excel xlsx files.
Efficient operations for row-wise paste, paste or sort of lists.
Enhanced plot smooth scatter, plot density, image by color.
Convenient get
mixedSort, mixedSortDF: efficient alphanumeric sort.
jargs: formatted, colorized function arguments.
writeOpenxlsx, readOpenxlsx: Excel export with clean formatting by column.
pasteByRow, pasteByRowOrdered: data.frame to vector, optionally as factor.
cPaste, cPasteS, cPasteU: efficient paste for list of vectors, optional
sort and unique.
sdim, ssdim: formatted summary of dimensions for S3 objects, lists,
S4 objects by slot, or nested lists.
vigrep, vgrep, provigrep: value-return, case-insensitive grep,
progressive pattern grep.
plotSmoothScatter: smooth scatter plot with finer detail.
plotPolygonDensity, plotRidges: plot one or more densities.
imageDefault: rasterized image plots.
imageByColors: data.frame to color image.
getColorRamp, showColors: versatile color palettes, and display.
rbindList: list to data.frame without filling empty cells.
makeNames, nameVector: configurable unique names assigned to vectors.
printDebug: colorized console messaging.
biocViews:
Depends: R (>= 3.0.0)
Imports: colorspace,
KernSmooth,
farver,
colorspace,
grDevices
Suggests:
knitr,
rmarkdown,
RColorBrewer,
viridisLite,
crayon,
matrixStats,
S4Vectors,
openxlsx,
ComplexHeatmap,
testthat (>= 3.0.0)
License: MIT + file LICENSE
Encoding: UTF-8
LazyData: true
URL: http://github.com/jmw86069/jamba
BugReports: http://github.com/jmw86069/jamba/issues
VignetteBuilder: knitr
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.2.3
Config/testthat/edition: 3