Skip to content

Commit 7fc5b60

Browse files
Merge pull request #4 from dapperstats/master
Update README.md
2 parents dc439e8 + 8481d65 commit 7fc5b60

File tree

1 file changed

+11
-18
lines changed

1 file changed

+11
-18
lines changed

README.md

+11-18
Original file line numberDiff line numberDiff line change
@@ -1,33 +1,25 @@
1-
<img src="man/figures/bbplot.png" width="200px" align="right">
1+
<img src="man/figures/bbplot.png" alt="hexagon software logo, white background with black outline and a black L shaped plot border and the text bbplot in computer code typeface" width="200px" align="right">
22

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-
[![Build Status](https://api.travis-ci.org/dapperstats/bbplot.svg?branch=master)](https://travis-ci.org/dapperstats/bbplot)
76
[![Lifecycle:maturing](https://img.shields.io/badge/lifecycle-experimental-orange.svg)](https://www.tidyverse.org/lifecycle/#experimental)
87
[![Codecov test coverage](https://img.shields.io/codecov/c/github/dapperstats/bbplot/master.svg)](https://codecov.io/github/dapperstats/bbplot/branch/master)
98

10-
`bbplot` extends base R plotting for [bbs](https://www.computerhope.com/jargon/b/bb.htm) (an endearing shorthand for "baby" as in "ty bb").
9+
`bbplot` extends base R plotting for [bbs](https://www.computerhope.com/jargon/b/bb.htm) (an endearing shorthand for "baby" as in "ty bb" for "thank you, baby").
1110

12-
It is a set of functions written to provide additional flexibility and power
13-
to R graphics written using the base R plotting functionality provided by
14-
the graphics and grDevices packages loaded by default with R.
11+
It is a set of functions written to provide additional flexibility and power to R graphics written using the base R plotting functionality provided by the `graphics` and `grDevices` packages loaded by default with R.
1512

16-
The code is designed to specifically mimic the base plotting functions in
17-
API (e.g., have the same variable inputs named the same and in the same order)
18-
as well as in function-level syntax.
13+
The code is designed to specifically mimic the base plotting functions in API (e.g., have the same variable inputs named the same and in the same order) as well as in function-level syntax.
1914

20-
We follow the *painters model* of R graphics, where output production occurs in
21-
steps that are placed with subsequent steps being layered on top of earlier
22-
steps. We seek to extend the classical painter model to allow for removal
23-
of earlier steps, although this is not yet implemented.
15+
We follow 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.
16+
We seek to extend the classical painter model to allow for removal of earlier steps, although this is not yet implemented.
2417

25-
A formal written definition of the code and design asthetics is forthcoming.
18+
A formal written definition of the code and design aesthetics is forthcoming.
2619

2720
## Status: Experimental, Active Development
2821

29-
The `bbplot` package is currently being actively developed, and is an early
30-
stage of package construction from disparate function code.
22+
The `bbplot` package is currently being actively developed, and is an early stage of package construction from disparate function code.
3123

3224
## Installation
3325

@@ -40,6 +32,7 @@ devtools::install_github("dapperstats/bbplot")
4032

4133
## Author Contributions
4234

43-
**J. L. Simonis** is presently the sole author of `bbplot`.
35+
**J. L. Simonis** is the main author of `bbplot`.
36+
**M. Fidino** is a recent addition to the team.
4437

45-
If you are interested in contibuting, see the [Contributor Guidelines](https://github.com/dapperstats/bbplot/blob/master/CONTRIBUTING.md).
38+
If you are interested in contributing, see the [Contributor Guidelines](https://github.com/dapperstats/bbplot/blob/master/CONTRIBUTING.md).

0 commit comments

Comments
 (0)