-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathDESCRIPTION
More file actions
27 lines (27 loc) · 785 Bytes
/
Copy pathDESCRIPTION
File metadata and controls
27 lines (27 loc) · 785 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
Package: ggpointgrid
Title: Rearrange scatter plot points on a regular grid
Description: An arrangement algorithm and some simple ggplot2 geoms to rearrange scatterplot coordinates on regular grids while strictly avoiding over-plotting.
Version: 2.0.0
Authors@R:
c(person(given = "Clemens",
family = "Schmid",
role = c("aut", "cre", "cph"),
email = "clemens@nevrome.de",
comment = c(ORCID = "0000-0003-3448-5715")))
URL: https://github.com/nevrome/ggpointgrid
BugReports: https://github.com/nevrome/ggpointgrid/issues
Depends: R (>= 3.4.0)
Language: en
License: GPL-3 | file LICENSE
Encoding: UTF-8
Imports:
checkmate,
ggplot2,
grid,
purrr,
Rcpp (>= 1.0.5),
rlang
Suggests:
sf
LinkingTo: Rcpp
Config/roxygen2/version: 8.0.0