File tree Expand file tree Collapse file tree 1 file changed +10
-18
lines changed
Expand file tree Collapse file tree 1 file changed +10
-18
lines changed Original file line number Diff line number Diff line change 1- citHeader("To cite ssdtools in publications use:")
2-
3- citEntry(entry = "Article",
4- title = "{ssdtools}: An R package to fit Species Sensitivity Distributions",
5- author = personList(as.person("Joe Thorley"),
6- as.person("Carl Schwarz")),
7- journal = "Journal of Open Source Software",
8- year = "2018",
9- volume = "3",
10- number = "31",
11- pages = "1082",
12- doi = "10.21105/joss.01082",
13-
14- textVersion =
15- paste("Thorley, J. and Schwarz C., (2018).",
16- "ssdtools An R package to fit Species Sensitivity Distributions.",
17- "Journal of Open Source Software, 3(31), 1082.",
18- "https://doi.org/10.21105/joss.01082")
1+ bibentry(
2+ bibtype = "Article",
3+ title = "ssdtools: {An} {R} package to fit {Species} {Sensitivity} {Distributions}",
4+ author = "Joe Thorley, Carl Schwarz",
5+ journal = "Journal of Open Source Software",
6+ year = 2018,
7+ volume = 3,
8+ number = 31,
9+ pages = 1082,
10+ doi = "10.21105/joss.01082"
1911)
You can’t perform that action at this time.
0 commit comments