File tree Expand file tree Collapse file tree 5 files changed +63
-3
lines changed Expand file tree Collapse file tree 5 files changed +63
-3
lines changed Original file line number Diff line number Diff line change 16
16
17
17
^paper$
18
18
^vignettestatic$
19
-
20
19
^COMPLIANCE\.yaml$
21
20
^CRAN-SUBMISSION$
22
21
^CODE_OF_CONDUCT\.md$
23
22
^vignettes/articles$
23
+ ^CITATION\.cff$
Original file line number Diff line number Diff line change
1
+ cff-version : " 1.2.0"
2
+ authors :
3
+ - family-names : Thorley
4
+ given-names : Joe
5
+ orcid : " https://orcid.org/0000-0002-7683-4592"
6
+ - family-names : Fisher
7
+ given-names : Rebecca
8
+ orcid : " https://orcid.org/0000-0001-5148-6731"
9
+ - family-names : Fox
10
+ given-names : David
11
+ orcid : " https://orcid.org/0000-0002-3178-7243"
12
+ - family-names : Schwarz
13
+ given-names : Carl
14
+ orcid : " https://orcid.org/0000-0002-8525-862X"
15
+ contact :
16
+ - family-names : Thorley
17
+ given-names : Joe
18
+ orcid : " https://orcid.org/0000-0002-7683-4592"
19
+ doi : 10.5281/zenodo.14609128
20
+ message : If you use this software, please cite our article in the
21
+ Journal of Open Source Software.
22
+ preferred-citation :
23
+ authors :
24
+ - family-names : Thorley
25
+ given-names : Joe
26
+ orcid : " https://orcid.org/0000-0002-7683-4592"
27
+ - family-names : Fisher
28
+ given-names : Rebecca
29
+ orcid : " https://orcid.org/0000-0001-5148-6731"
30
+ - family-names : Fox
31
+ given-names : David
32
+ orcid : " https://orcid.org/0000-0002-3178-7243"
33
+ - family-names : Schwarz
34
+ given-names : Carl
35
+ orcid : " https://orcid.org/0000-0002-8525-862X"
36
+ date-published : 2025-01-28
37
+ doi : 10.21105/joss.07492
38
+ issn : 2475-9066
39
+ issue : 105
40
+ journal : Journal of Open Source Software
41
+ publisher :
42
+ name : Open Journals
43
+ start : 7492
44
+ title : " ssdtools v2: An R package to fit Species Sensitivity
45
+ Distributions"
46
+ type : article
47
+ url : " https://joss.theoj.org/papers/10.21105/joss.07492"
48
+ volume : 10
49
+ title : " ssdtools v2: An R package to fit Species Sensitivity
50
+ Distributions"
Original file line number Diff line number Diff line change @@ -20,7 +20,7 @@ knitr::opts_chunk$set(
20
20
[ ![ R-CMD-check] ( https://github.com/bcgov/ssdtools/actions/workflows/R-CMD-check.yaml/badge.svg )] ( https://github.com/bcgov/ssdtools/actions/workflows/R-CMD-check.yaml )
21
21
[ ![ Codecov test coverage] ( https://codecov.io/gh/bcgov/ssdtools/graph/badge.svg )] ( https://app.codecov.io/gh/bcgov/ssdtools )
22
22
[ ![ CRAN status] ( https://www.r-pkg.org/badges/version/ssdtools )] ( https://cran.r-project.org/package=ssdtools )
23
- ![ CRAN downloads ] ( https://cranlogs.r-pkg .org/badges/ssdtools )
23
+ [ ![ DOI ] ( https://joss.theoj .org/papers/10.21105/joss.07492/status.svg )] ( https://doi.org/10.21105/joss.07492 )
24
24
<!-- badges: end -->
25
25
26
26
` ssdtools ` is an R package to fit and plot Species Sensitivity Distributions (SSD).
Original file line number Diff line number Diff line change @@ -12,7 +12,7 @@ stable](https://img.shields.io/badge/lifecycle-stable-brightgreen.svg)](https://
12
12
coverage] ( https://codecov.io/gh/bcgov/ssdtools/graph/badge.svg )] ( https://app.codecov.io/gh/bcgov/ssdtools )
13
13
[ ![ CRAN
14
14
status] ( https://www.r-pkg.org/badges/version/ssdtools )] ( https://cran.r-project.org/package=ssdtools )
15
- ![ CRAN downloads ] ( https://cranlogs.r-pkg .org/badges/ssdtools )
15
+ [ ![ DOI ] ( https://joss.theoj .org/papers/10.21105/joss.07492/status.svg )] ( https://doi.org/10.21105/joss.07492 )
16
16
<!-- badges: end -->
17
17
18
18
` ssdtools ` is an R package to fit and plot Species Sensitivity
Original file line number Diff line number Diff line change
1
+ ## Previous Submission
2
+
3
+ > Thanks, we see:
4
+
5
+ > Size of tarball: 5665221 bytes
6
+
7
+ > Can this be reducd to less than 5 MB?
8
+
9
+ Yes we have transferred all but two small vignettes to vignettes/articles.
10
+
1
11
## R CMD check results
2
12
3
13
0 errors | 0 warnings | 1 note
You can’t perform that action at this time.
0 commit comments