-
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.16 KB
/
DESCRIPTION
File metadata and controls
23 lines (23 loc) · 1.16 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 = "dapperstats@gmail.com", role = c("aut", "cre"), comment = c(ORCID = "0000-0001-9798-0460")),
person(c("Mason"), "Fidino", role = c("aut"), comment = c(ORCID = "0000-0002-8583-0307")))
Description: Provides 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. The package 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.
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,
Suggests:
knitr,
pkgdown,
rmarkdown,
testthat
RoxygenNote: 7.2.0
VignetteBuilder: knitr
Encoding: UTF-8