-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathDESCRIPTION
More file actions
34 lines (34 loc) · 1.04 KB
/
DESCRIPTION
File metadata and controls
34 lines (34 loc) · 1.04 KB
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
Package: plotly.repel
Title: Label Positioning and Repelling for Plotly Charts
Version: 0.2.1
Date: 2026-02-18
Authors@R:
person("Santiago", "Cano Muniz", , "santiago.e.canomuniz@gmail.com", role = c("aut", "cre"))
Description: Provides functionality for automatically positioning and repelling labels in plotly charts to avoid overlaps, similar to what ggrepel does for ggplot2. Implements algorithms for smart label placement in interactive plotly visualizations using browser-native force-directed positioning with verb-first naming conventions for improved code clarity.
Depends: R (>= 4.0.0)
Imports:
plotly,
htmltools,
htmlwidgets
Suggests:
ggrepel,
jsonlite,
knitr,
pkgload,
rmarkdown,
rprojroot,
testthat (>= 3.0.0),
V8
VignetteBuilder: knitr
License: GPL (>= 3)
Config/testthat/edition: 3
Encoding: UTF-8
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.3.3.9000
Collate:
'js_dependency.R'
'schema.R'
'config_builder.R'
'add_text_repel.R'
'add_label_repel.R'
'plotly.repel-package.R'