Skip to content

Commit

Permalink
add citation
Browse files Browse the repository at this point in the history
  • Loading branch information
joethorley committed Nov 29, 2018
1 parent 609a551 commit 5bd829d
Show file tree
Hide file tree
Showing 20 changed files with 151 additions and 42 deletions.
1 change: 1 addition & 0 deletions NEWS.md
@@ -1,5 +1,6 @@
# ssdtools 0.0.3

- added citation
- Added ssdtools-manual vignette
- Changed predict() and ssd_hc() nboot argument from 1001 to 1000
- Added hc5_boron data object
Expand Down
9 changes: 9 additions & 0 deletions README.Rmd
Expand Up @@ -86,6 +86,8 @@ ssd_plot(boron_data, boron_pred, shape = "Group", color = "Group", label = "Spec
xlab = "Concentration (mg/L)", ribbon = TRUE) + expand_limits(x = 3000)
```

## Information

The ssdtools manual is available at <https://bcgov.github.io/ssdtools/articles/ssdtools-manual.html>.

A shiny webpage developed for non-R-users is available at <https://poissonconsulting.shinyapps.io/ssdtools/>.
Expand All @@ -96,6 +98,13 @@ The data included in `ssdtools` are sourced from the Canadian environmental qual

To report bugs/issues/feature requests, please file an [issue](https://github.com/bcgov/ssdtools/issues/).

## Citation

```{r, comment = "", echo = FALSE}
citation(package = "ssdtools")
```


## How to Contribute

If you would like to contribute to the package, please see our
Expand Down
26 changes: 26 additions & 0 deletions README.md
Expand Up @@ -123,6 +123,8 @@ ssd_plot(boron_data, boron_pred, shape = "Group", color = "Group", label = "Spec

![](man/figures/README-unnamed-chunk-10-1.png)<!-- -->

## Information

The ssdtools manual is available at
<https://bcgov.github.io/ssdtools/articles/ssdtools-manual.html>.

Expand All @@ -141,6 +143,30 @@ folder for more information.
To report bugs/issues/feature requests, please file an
[issue](https://github.com/bcgov/ssdtools/issues/).

## Citation

```
To cite ssdtools in publications use:
Thorley et al., (2018). ssdtools An R package to fit Species
Sensitivity Distributions. Journal of Open Source Software,
3(31), 1082. https://doi.org/10.21105/joss.01082
A BibTeX entry for LaTeX users is
@Article{,
title = {{ssdtools}: An R package to fit Species Sensitivity Distributions},
author = {Joe Thorley and Carl Schwarz},
journal = {Journal of Open Source Software},
year = {2018},
volume = {3},
number = {31},
pages = {1082},
doi = {10.21105/joss.01082},
}
```

## How to Contribute

If you would like to contribute to the package, please see our
Expand Down
54 changes: 27 additions & 27 deletions docs/articles/ssdtools-manual.html

Large diffs are not rendered by default.

Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
26 changes: 23 additions & 3 deletions docs/authors.html

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

39 changes: 36 additions & 3 deletions docs/index.html

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 2 additions & 1 deletion docs/news/index.html

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion docs/reference/autoplot.fitdist.html

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion docs/reference/autoplot.fitdistcens.html

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion docs/reference/autoplot.fitdists.html

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion docs/reference/autoplot.fitdistscens.html

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion docs/reference/geom_hcintersect.html

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion docs/reference/geom_ssd.html

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion docs/reference/ssdtools-ggproto.html

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion docs/reference/stat_ssd.html

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 5bd829d

Please sign in to comment.