-
Notifications
You must be signed in to change notification settings - Fork 0
/
DESCRIPTION
41 lines (41 loc) · 1.34 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
Package: dmplot
Title: Framework written in high-performance C++ and ggplot2 for financial, bioinformatics, and time series data analysis
Version: 1.8.1
URL: https://github.com/dereckmezquita/dmplot
Authors@R:
person(given = "Dereck",
family = "Mezquita",
role = c("aut", "cre"),
email = "dereck@mezquita.io",
comment = c(ORCID = "0000-0002-9307-6762"))
Maintainer: Dereck Mezquita <dereck@mezquita.io>
Description: A comprehensive framework for analysing and visualising financial, bioinformatics, and time series data. Leveraging high-performance C++ and the ggplot2 library, dmplot offers powerful data processing capabilities, including technical indicators implemented in C++ for speed. The package features stateful plotting classes (using R6) for advanced visualisations such as Monte Carlo simulations and bioinformatics data representation.
License: MIT + file LICENSE
Encoding: UTF-8
LazyData: true
VignetteBuilder: knitr
RoxygenNote: 7.3.2
Depends: R (>= 4.1.0)
LinkingTo: Rcpp
Imports:
ggplot2 (>= 3.4.0),
Rcpp (>= 1.0.12),
data.table,
R6,
stringr,
rlang
Suggests:
knitr,
rmarkdown,
box,
rcmdcheck,
TTR,
remotes,
gridExtra,
testthat (>= 3.0.0),
microbenchmark,
lubridate,
crayon
Remotes:
dereckmezquita/kucoin
Config/testthat/edition: 3