-
Notifications
You must be signed in to change notification settings - Fork 8
Expand file tree
/
Copy pathDESCRIPTION
More file actions
29 lines (29 loc) · 989 Bytes
/
DESCRIPTION
File metadata and controls
29 lines (29 loc) · 989 Bytes
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
Package: scattermore
Title: Scatterplots with More Points
Version: 1.2
Authors@R:
c(person(given = "Tereza",
family = "Kulichova",
role = c("aut"),
email = "kulichova.t@gmail.com"),
person(given = "Mirek",
family = "Kratochvil",
role = c("aut", "cre"),
email = "exa.exa@gmail.com",
comment = c(ORCID = "0000-0001-7356-4075")))
Description: C-based conversion of large scatterplot data to rasters plus other
operations such as data blurring or data alpha blending. Speeds up
plotting of data with millions of points.
Imports: ggplot2, scales, grid, grDevices, graphics
License: GPL (>= 3)
Encoding: UTF-8
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.2.3
URL: https://exaexa.github.io/scattermore/, https://github.com/exaexa/scattermore
BugReports: https://github.com/exaexa/scattermore/issues
Suggests:
covr,
knitr,
rmarkdown,
testthat
VignetteBuilder: knitr