Skip to content

Commit 99ecbff

Browse files
committed
add logo
1 parent 0fa29a1 commit 99ecbff

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

58 files changed

+201
-223
lines changed

DESCRIPTION

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,13 @@
11
Package: ssdtools
2-
Version: 0.0.1.9001
3-
Date: 2018-09-24
2+
Version: 0.0.1.9002
3+
Date: 2018-09-27
44
Title: Species Sensitivity Distributions
55
Description: Fits and plots species sensitivity distributions.
66
Authors@R: c(
7-
person("Joe", "Thorley", email = "joe@poissonconsulting.ca", role = c("aut", "cre"),
7+
person("Joe", "Thorley", email = "joe@poissonconsulting.ca", role = c("aut", "cre", "ctr"),
88
comment = c(ORCID = "0000-0002-7683-4592")),
9-
person("Carl", "Schwarz", role = "aut"),
9+
person("Carl", "Schwarz", role = c("aut", "ctr")),
10+
person("Ali", "Azizishirazi", email = "Ali.Azizishirazi@gov.bc.ca", role = "ctb"),
1011
person("Angeline", "Tillmanns", role = "ctb"),
1112
person("Stephanie", "Hazlitt", role = "ctb"),
1213
person("Province of British Columbia", role = "cph")

README.Rmd

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,14 +12,13 @@ knitr::opts_chunk$set(
1212
)
1313
```
1414

15-
# ssdtools
15+
# ssdtools <img src="man/figures/logo.png" align="right" />
1616

1717
[![BCDevExchange Status](https://assets.bcdevexchange.org/images/badges/exploration.svg)](https://github.com/BCDevExchange/docs/blob/master/discussion/projectstates.md)
1818
[![Travis-CI Build Status](https://travis-ci.org/bcgov/ssdtools.svg?branch=master)](https://travis-ci.org/bcgov/ssdtools)
1919
[![Coverage Status](https://img.shields.io/codecov/c/github/bcgov/ssdtools/master.svg)](https://codecov.io/github/bcgov/ssdtools?branch=master)
2020

2121
`ssdtools` is an R package to fit distributions to Species Sensitivity Data.
22-
It is being developed for the B.C. Ministry of Environment by [Poisson Consulting](https://github.com/poissonconsulting).
2322

2423
## Installation
2524

README.md

Lines changed: 5 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11

22
<!-- README.md is generated from README.Rmd. Please edit that file -->
33

4-
# ssdtools
4+
# ssdtools <img src="man/figures/logo.png" align="right" />
55

66
[![BCDevExchange
77
Status](https://assets.bcdevexchange.org/images/badges/exploration.svg)](https://github.com/BCDevExchange/docs/blob/master/discussion/projectstates.md)
@@ -11,8 +11,7 @@ Status](https://travis-ci.org/bcgov/ssdtools.svg?branch=master)](https://travis-
1111
Status](https://img.shields.io/codecov/c/github/bcgov/ssdtools/master.svg)](https://codecov.io/github/bcgov/ssdtools?branch=master)
1212

1313
`ssdtools` is an R package to fit distributions to Species Sensitivity
14-
Data. It is being developed for the B.C. Ministry of Environment by
15-
[Poisson Consulting](https://github.com/poissonconsulting).
14+
Data.
1615

1716
## Installation
1817

@@ -109,7 +108,7 @@ ssd_hc(boron_dists)
109108
#> # A tibble: 1 x 5
110109
#> percent est se lcl ucl
111110
#> <int> <dbl> <dbl> <dbl> <dbl>
112-
#> 1 5 1.25 0.730 0.638 3.20
111+
#> 1 5 1.25 0.746 0.621 3.25
113112
```
114113

115114
Model-averaged predictions complete with confidence intervals can be
@@ -152,7 +151,7 @@ See the `data-raw` folder for more information.
152151
To cite package 'ssdtools' in publications use:
153152
154153
Joe Thorley and Carl Schwarz (2018). ssdtools: Species
155-
Sensitivity Distributions. R package version 0.0.1.9001.
154+
Sensitivity Distributions. R package version 0.0.1.9002.
156155
https://github.com/bcgov/ssdca
157156
158157
A BibTeX entry for LaTeX users is
@@ -161,7 +160,7 @@ A BibTeX entry for LaTeX users is
161160
title = {ssdtools: Species Sensitivity Distributions},
162161
author = {Joe Thorley and Carl Schwarz},
163162
year = {2018},
164-
note = {R package version 0.0.1.9001},
163+
note = {R package version 0.0.1.9002},
165164
url = {https://github.com/bcgov/ssdca},
166165
}
167166
```

docs/CODE_OF_CONDUCT.html

Lines changed: 4 additions & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

docs/CONTRIBUTING.html

Lines changed: 4 additions & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

docs/LICENSE-text.html

Lines changed: 4 additions & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

docs/articles/index.html

Lines changed: 4 additions & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)