File tree 1 file changed +21
-2
lines changed
1 file changed +21
-2
lines changed Original file line number Diff line number Diff line change 3
3
# bbplot 0.0.1
4
4
5
5
[ ![ License] ( https://img.shields.io/badge/license-MIT-blue.svg )] ( https://raw.githubusercontent.com/dapperstats/bbplot/master/LICENSE )
6
+ [ ![ Lifecycle: maturing ] ( https://img.shields.io/badge/lifecycle-maturing-blue.svg )] ( https://www.tidyverse.org/lifecycle/#maturing )
6
7
7
8
8
-
9
- bbplot extends base R plotting for bbs.
9
+ ` bbplot ` extends base R plotting for bbs.
10
10
11
11
It is a set of functions written to provide additional flexibility and power
12
12
to R graphics written using the base R plotting functionality provided by
@@ -23,3 +23,22 @@ of earlier steps, although this is not yet implemented.
23
23
24
24
A formal written definition of the code and design asthetics is forthcoming.
25
25
26
+ ## Status: Experimental, Active Development
27
+
28
+ The ` bbplot ` package is currently being actively developed, and is an early
29
+ stage of package construction from disparate function code.
30
+
31
+ ## Installation
32
+
33
+ You can install the R package from github:
34
+
35
+ ``` r
36
+ install.packages(" devtools" )
37
+ devtools :: install_github(" dapperstats/bbplot" )
38
+ ```
39
+
40
+ ## Author Contributions
41
+
42
+ ** J. L. Simonis** is presently the sole author of ` bbplot ` .
43
+
44
+ If you are interested in contibuting, see the Contributor Guidelines. (Forthcoming)
You can’t perform that action at this time.
0 commit comments