-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathDESCRIPTION
More file actions
23 lines (23 loc) · 1.18 KB
/
DESCRIPTION
File metadata and controls
23 lines (23 loc) · 1.18 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
Package: bbplot
Title: Extending base R plotting for bbs
Version: 0.0.1
Authors@R: c(
person(c("Juniper", "L."), "Simonis", email = "[email protected]", role = c("aut", "cre"), comment = c(ORCID = "0000-0001-9798-0460")))
Description: Providing additional flexibility and power to R graphics via the base R plotting functionality provided by the graphics and grDevices packages loaded by default with R. The functions are designed to specifically mimic the base plotting functions in the R API (e.g., have the same variable inputs named the same and in the same order) as well as in function-level syntax. It follows the painters model of R graphics, where output production occurs in steps that are placed with subsequent steps being layered on top of earlier steps. Extension of the classical painter model to allow for removal of earlier steps is forthcoming not yet implemented.
URL: https://github.com/dapperstats/bbplot
BugReports: https://github.com/dapperstats/bbplot/issues
Depends: R (>= 3.2.3)
License: MIT + file LICENSE
LazyData: true
Imports:
graphics,
grDevices,
viridis
Suggests:
knitr,
pkgdown,
rmarkdown,
testthat
RoxygenNote: 7.1.1
VignetteBuilder: knitr
Encoding: UTF-8