Skip to content

Commit 5bd829d

Browse files
committed
add citation
1 parent 609a551 commit 5bd829d

20 files changed

+151
-42
lines changed

NEWS.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
# ssdtools 0.0.3
22

3+
- added citation
34
- Added ssdtools-manual vignette
45
- Changed predict() and ssd_hc() nboot argument from 1001 to 1000
56
- Added hc5_boron data object

README.Rmd

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -86,6 +86,8 @@ ssd_plot(boron_data, boron_pred, shape = "Group", color = "Group", label = "Spec
8686
xlab = "Concentration (mg/L)", ribbon = TRUE) + expand_limits(x = 3000)
8787
```
8888

89+
## Information
90+
8991
The ssdtools manual is available at <https://bcgov.github.io/ssdtools/articles/ssdtools-manual.html>.
9092

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

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

101+
## Citation
102+
103+
```{r, comment = "", echo = FALSE}
104+
citation(package = "ssdtools")
105+
```
106+
107+
99108
## How to Contribute
100109

101110
If you would like to contribute to the package, please see our

README.md

Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -123,6 +123,8 @@ ssd_plot(boron_data, boron_pred, shape = "Group", color = "Group", label = "Spec
123123

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

126+
## Information
127+
126128
The ssdtools manual is available at
127129
<https://bcgov.github.io/ssdtools/articles/ssdtools-manual.html>.
128130

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

146+
## Citation
147+
148+
```
149+
150+
To cite ssdtools in publications use:
151+
152+
Thorley et al., (2018). ssdtools An R package to fit Species
153+
Sensitivity Distributions. Journal of Open Source Software,
154+
3(31), 1082. https://doi.org/10.21105/joss.01082
155+
156+
A BibTeX entry for LaTeX users is
157+
158+
@Article{,
159+
title = {{ssdtools}: An R package to fit Species Sensitivity Distributions},
160+
author = {Joe Thorley and Carl Schwarz},
161+
journal = {Journal of Open Source Software},
162+
year = {2018},
163+
volume = {3},
164+
number = {31},
165+
pages = {1082},
166+
doi = {10.21105/joss.01082},
167+
}
168+
```
169+
144170
## How to Contribute
145171

146172
If you would like to contribute to the package, please see our

docs/articles/ssdtools-manual.html

Lines changed: 27 additions & 27 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
-1.5 KB
Loading
-563 Bytes
Loading
-485 Bytes
Loading
-225 Bytes
Loading

docs/authors.html

Lines changed: 23 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

docs/index.html

Lines changed: 36 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)