Skip to content

Commit 21583c5

Browse files
testing and codecov
1 parent c75cfb2 commit 21583c5

8 files changed

+43
-5
lines changed

.Rbuildignore

+3
Original file line numberDiff line numberDiff line change
@@ -1 +1,4 @@
11
^ancillary$
2+
^\.travis\.yml$
3+
^CONTRIBUTING\.md$
4+
^CODE_OF_CONDUCT\.md$

CODE_OF_CONDUCT.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ This Code of Conduct applies both within project spaces and in public spaces whe
3434

3535
## Enforcement
3636

37-
Instances of abusive, harassing, or otherwise unacceptable behavior may be reported by contacting the project team at [[email protected]](mailto:[email protected]). All complaints will be reviewed and investigated and will result in a response that is deemed necessary and appropriate to the circumstances. The project team is obligated to maintain confidentiality with regard to the reporter of an incident. Further details of specific enforcement policies may be posted separately.
37+
Instances of abusive, harassing, or otherwise unacceptable behavior may be reported by contacting the project team at [[email protected]](mailto:[email protected]). All complaints will be reviewed and investigated and will result in a response that is deemed necessary and appropriate to the circumstances. The project team is obligated to maintain confidentiality with regard to the reporter of an incident. Further details of specific enforcement policies may be posted separately.
3838

3939
Project maintainers who do not follow or enforce the Code of Conduct in good faith may face temporary or permanent repercussions as determined by other members of the project's leadership.
4040

CONTRIBUTING.md

+4-4
Original file line numberDiff line numberDiff line change
@@ -6,17 +6,17 @@ Thanks for checking out our project! If you haven't already, please check out th
66
All contributors will be expected to follow our [code of conduct](CODE_OF_CONDUCT.md).
77

88
## For the General Public
9-
If you're not a member of the Weecology lab, we ask that you use one of the following two methods for contributing:
9+
If you're not a member of DAPPER Stats or the project team, we ask that you use one of the following two methods for contributing:
1010

1111
1. Create an issue -- if you spot any typos, bugs, or have general suggestions, etc. You can also use this to participate in ongoing discussions. For more info, please check out this Github [guide](https://guides.github.com/features/issues/).
1212

1313
2. Fork and create a pull request -- if you have suggested bugfixes or changes. For more info, please check out this Github [guide](https://help.github.com/articles/about-pull-requests/). We ask that you follow our guidelines below on documentation and testing.
1414

15-
## Weecologists
15+
## Project team members
1616

17-
If you're actively working on this repo, then you should have write access to create branches for any new features or bugfixes. Please see the lab-wiki for info on using branches in a shared repository.
17+
If you're actively working on this repo, then you should have write access to create branches for any new features or bugfixes.
1818

19-
If you don't have write access and you would like to, please contact @gmyenni for access.
19+
If you don't have write access and you would like to, please contact @juniperlsimonis for access.
2020

2121
## Documentation
2222

NAMESPACE

+1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
11
# Generated by roxygen2: do not edit by hand
22

33
export(blank)
4+
importFrom(graphics,plot)

NEWS.md

+8
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
# bbplot (development version)
2+
3+
Version numbers follow [Semantic Versioning](https://semver.org/).
4+
5+
# [bbplot 0.0.1](https://github.com/weecology/portalcasting/master)
6+
*active development*
7+
8+
### creation of the package

R/bbplot.R

+13
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
#' @importFrom graphics plot
2+
#'
3+
4+
#' @title Extending base plotting for bbs
5+
#'
6+
#' @name bbplot
7+
#'
8+
#' @docType package
9+
#'
10+
#' @keywords package
11+
#'
12+
#'
13+
NULL

README.md

+2
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,9 @@
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)
67
[![Lifecycle:maturing](https://img.shields.io/badge/lifecycle-experimental-orange.svg)](https://www.tidyverse.org/lifecycle/#experimental)
8+
[![Codecov test coverage](https://img.shields.io/codecov/c/github/dapperstats/bbplot/master.svg)](https://codecov.io/github/dapperstats/bbplot/branch/master)
79

810
`bbplot` extends base R plotting for bbs.
911

man/bbplot.Rd

+11
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)