-
Notifications
You must be signed in to change notification settings - Fork 5
/
DESCRIPTION
67 lines (67 loc) · 2.05 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
56
57
58
59
60
61
62
63
64
65
66
67
Package: dipsaus
Type: Package
Title: A Dipping Sauce for Data Analysis and Visualizations
Version: 0.2.9.9002
Authors@R: c(
person("Zhengjia", "Wang", email = "dipterix.wang@gmail.com", role = c("aut", "cre")),
person("John", "Magnotti", email = "John.Magnotti@pennmedicine.upenn.edu", role = c("ctb"),
comment = "Contributed to `rutabaga.R`"),
person("Xiang", "Zhang", email = "xiang.zhang@pennmedicine.upenn.edu", role = c("ctb"),
comment = "Contributed to `rutabaga.R`")
)
Description: Works as an "add-on" to packages like 'shiny', 'future', as well as
'rlang', and provides utility functions. Just like dipping sauce adding
flavors to potato chips or pita bread, 'dipsaus' for data analysis and
visualizations adds handy functions and enhancements to popular packages.
The goal is to provide simple solutions that are frequently asked for
online, such as how to synchronize 'shiny' inputs without freezing the app,
or how to get memory size on 'Linux' or 'MacOS' system. The enhancements
roughly fall into these four categories: 1. 'shiny' input widgets; 2.
high-performance computing using the 'future' package; 3.
modify R calls and convert among numbers, strings, and other objects. 4.
utility functions to get system information such like CPU chip-set, memory
limit, etc.
URL: https://github.com/dipterix/dipsaus,
https://dipterix.org/dipsaus/
BugReports: https://github.com/dipterix/dipsaus/issues
License: GPL-3
Encoding: UTF-8
Language: en-US
Depends: R (>= 3.5.0)
Imports:
utils,
stats,
graphics,
grDevices,
parallel,
Rcpp,
R6,
shiny,
cli,
stringr,
jsonlite (>= 1.6),
future,
future.apply,
progressr,
fastmap (>= 1.1.0),
base64enc,
digest,
rlang (>= 0.4.0),
rstudioapi (>= 0.11)
Suggests:
knitr,
promises,
later,
rmarkdown,
testthat,
microbenchmark,
magrittr,
yaml,
future.callr,
remotes,
glue
Roxygen: list(r6 = FALSE)
RoxygenNote: 7.3.2
LinkingTo:
Rcpp
VignetteBuilder: knitr