Skip to content

Commit 197f246

Browse files
Update README.md
1 parent 2a95a06 commit 197f246

File tree

1 file changed

+21
-2
lines changed

1 file changed

+21
-2
lines changed

README.md

+21-2
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,10 @@
33
# bbplot 0.0.1
44

55
[![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)
67

78

8-
9-
bbplot extends base R plotting for bbs.
9+
`bbplot` extends base R plotting for bbs.
1010

1111
It is a set of functions written to provide additional flexibility and power
1212
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.
2323

2424
A formal written definition of the code and design asthetics is forthcoming.
2525

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)

0 commit comments

Comments
 (0)