Skip to content

Commit b350c71

Browse files
committed
update link to shiny app
1 parent 99ecbff commit b350c71

Some content is hidden

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

54 files changed

+139
-129
lines changed

DESCRIPTION

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,9 @@
11
Package: ssdtools
2-
Version: 0.0.1.9002
3-
Date: 2018-09-27
2+
Version: 0.0.1.9003
3+
Date: 2018-10-04
44
Title: Species Sensitivity Distributions
5-
Description: Fits and plots species sensitivity distributions.
5+
Description: Fits and plots species sensitivity distributions using
6+
maximum likelihood and information-theoretic-based model averaging.
67
Authors@R: c(
78
person("Joe", "Thorley", email = "joe@poissonconsulting.ca", role = c("aut", "cre", "ctr"),
89
comment = c(ORCID = "0000-0002-7683-4592")),

README.Rmd

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,8 @@ knitr::opts_chunk$set(
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

21-
`ssdtools` is an R package to fit distributions to Species Sensitivity Data.
21+
`ssdtools` is an R package to plot and fit Species Sensitivity Distributions (SSD).
22+
It uses Maximum Likelihood and Information-Theoretic based model averaging.
2223

2324
## Installation
2425

@@ -89,7 +90,7 @@ For more information and examples of how to use `ssdtools` in conjuction with `f
8990
assess alternative fits and deal with weighted and censored data see the vignette `ssdtools`.
9091
The vignette also demonstrates how to use `ssdtools` in conjunction with `ggplot2` to produce custom plots.
9192

92-
A shiny webpage that was developed by [Seb Dalgaro](https://github.com/sebdalgarno) of Poisson Consulting for non-users of R is available at <https://poissonconsulting.shinyapps.io/ssdca-shiny/>.
93+
A shiny webpage developed by [Seb Dalgaro](https://github.com/sebdalgarno) of Poisson Consulting for non-users of R is available at <https://poissonconsulting.shinyapps.io/ssdtools/>.
9394

9495
The data included in `ssdtools` are sourced from the Canadian environmental quality guidelines [published by the Canadian Council of Ministers of the Environment](http://ceqg-rcqe.ccme.ca/en/index.html). See the `data-raw` folder for more information.
9596

@@ -129,5 +130,3 @@ The code is released under the Apache License 2.0
129130
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
130131
See the License for the specific language governing permissions and
131132
limitations under the License.
132-
133-

README.md

Lines changed: 8 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,9 @@ Status](https://travis-ci.org/bcgov/ssdtools.svg?branch=master)](https://travis-
1010
[![Coverage
1111
Status](https://img.shields.io/codecov/c/github/bcgov/ssdtools/master.svg)](https://codecov.io/github/bcgov/ssdtools?branch=master)
1212

13-
`ssdtools` is an R package to fit distributions to Species Sensitivity
14-
Data.
13+
`ssdtools` is an R package to plot and fit Species Sensitivity
14+
Distributions (SSD). It uses Maximum Likelihood and
15+
Information-Theoretic based model averaging.
1516

1617
## Installation
1718

@@ -49,6 +50,8 @@ library(ssdtools)
4950
#> Loading required package: fitdistrplus
5051
#> Loading required package: MASS
5152
#> Loading required package: survival
53+
#> Loading required package: npsurv
54+
#> Loading required package: lsei
5255
```
5356

5457
`ssdtools` provides a data set for several chemicals including Boron.
@@ -108,7 +111,7 @@ ssd_hc(boron_dists)
108111
#> # A tibble: 1 x 5
109112
#> percent est se lcl ucl
110113
#> <int> <dbl> <dbl> <dbl> <dbl>
111-
#> 1 5 1.25 0.746 0.621 3.25
114+
#> 1 5 1.25 0.747 0.603 3.18
112115
```
113116

114117
Model-averaged predictions complete with confidence intervals can be
@@ -134,10 +137,10 @@ and censored data see the vignette `ssdtools`. The vignette also
134137
demonstrates how to use `ssdtools` in conjunction with `ggplot2` to
135138
produce custom plots.
136139

137-
A shiny webpage that was developed by [Seb
140+
A shiny webpage developed by [Seb
138141
Dalgaro](https://github.com/sebdalgarno) of Poisson Consulting for
139142
non-users of R is available at
140-
<https://poissonconsulting.shinyapps.io/ssdca-shiny/>.
143+
<https://poissonconsulting.shinyapps.io/ssdtools/>.
141144

142145
The data included in `ssdtools` are sourced from the Canadian
143146
environmental quality guidelines [published by the Canadian Council of

docs/CODE_OF_CONDUCT.html

Lines changed: 1 addition & 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: 1 addition & 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: 1 addition & 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: 1 addition & 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)