Skip to content

Commit ffb1792

Browse files
committed
update readme
1 parent 2c52000 commit ffb1792

File tree

2 files changed

+60
-67
lines changed

2 files changed

+60
-67
lines changed

README.Rmd

Lines changed: 27 additions & 30 deletions
Original file line numberDiff line numberDiff line change
@@ -30,36 +30,6 @@ The ssdtools package uses Maximum Likelihood to fit distributions such as the lo
3030
Multiple distributions can be averaged using Akaike Information Criteria.
3131
Confidence intervals on hazard concentrations and proportions are produced by bootstrapping.
3232

33-
## Installation
34-
35-
### Release
36-
37-
To install the latest release version from [CRAN](https://CRAN.R-project.org/package=ssdtools).
38-
```r
39-
install.packages("ssdtools")
40-
```
41-
42-
#### Website
43-
44-
The website for the release version is at <https://bcgov.github.io/ssdtools/>.
45-
46-
### Development
47-
48-
To install the latest development version from [r-universe](https://bcgov.r-universe.dev/ssdtools).
49-
```r
50-
install.packages("ssdtools", repos = c("https://bcgov.r-universe.dev", "https://cloud.r-project.org"))
51-
```
52-
53-
or from [GitHub](https://github.com/bcgov/ssdtools)
54-
```r
55-
# install.packages("remotes")
56-
remotes::install_github("bcgov/ssdtools")
57-
```
58-
59-
#### Website
60-
61-
The website for the development version is at <https://bcgov.github.io/ssdtools/dev/>.
62-
6333
## Introduction
6434

6535
The dependency [`ssddata`](https://github.com/open-AIMS/ssddata) provides example data sets for several chemicals including Boron.
@@ -129,6 +99,33 @@ For recent developments in SSD modeling including a review of existing software
12999

130100
*Fox, D.R., et al. 2021. Recent Developments in Species Sensitivity Distribution Modeling. Environ Toxicol Chem 40(2): 293–308. <https://doi.org/10.1002/etc.4925>.*
131101

102+
103+
## Installation
104+
105+
### Release
106+
107+
To install the latest release version from [CRAN](https://CRAN.R-project.org/package=ssdtools).
108+
```r
109+
install.packages("ssdtools")
110+
```
111+
112+
The website for the release version is at <https://bcgov.github.io/ssdtools/>.
113+
114+
### Development
115+
116+
To install the development version from [GitHub](https://github.com/bcgov/ssdtools)
117+
```r
118+
# install.packages("remotes")
119+
remotes::install_github("bcgov/ssdtools")
120+
```
121+
122+
or from [r-universe](https://bcgov.r-universe.dev/ssdtools).
123+
```r
124+
install.packages("ssdtools", repos = c("https://bcgov.r-universe.dev", "https://cloud.r-project.org"))
125+
```
126+
127+
The website for the development version is at <https://bcgov.github.io/ssdtools/dev/>.
128+
132129
### Getting Help or Reporting an Issue
133130

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

README.md

Lines changed: 33 additions & 37 deletions
Original file line numberDiff line numberDiff line change
@@ -27,43 +27,6 @@ mixture. Multiple distributions can be averaged using Akaike Information
2727
Criteria. Confidence intervals on hazard concentrations and proportions
2828
are produced by bootstrapping.
2929

30-
## Installation
31-
32-
### Release
33-
34-
To install the latest release version from
35-
[CRAN](https://CRAN.R-project.org/package=ssdtools).
36-
37-
``` r
38-
install.packages("ssdtools")
39-
```
40-
41-
#### Website
42-
43-
The website for the release version is at
44-
<https://bcgov.github.io/ssdtools/>.
45-
46-
### Development
47-
48-
To install the latest development version from
49-
[r-universe](https://bcgov.r-universe.dev/ssdtools).
50-
51-
``` r
52-
install.packages("ssdtools", repos = c("https://bcgov.r-universe.dev", "https://cloud.r-project.org"))
53-
```
54-
55-
or from [GitHub](https://github.com/bcgov/ssdtools)
56-
57-
``` r
58-
# install.packages("remotes")
59-
remotes::install_github("bcgov/ssdtools")
60-
```
61-
62-
#### Website
63-
64-
The website for the development version is at
65-
<https://bcgov.github.io/ssdtools/dev/>.
66-
6730
## Introduction
6831

6932
The dependency [`ssddata`](https://github.com/open-AIMS/ssddata)
@@ -176,6 +139,39 @@ software see:
176139
Distribution Modeling. Environ Toxicol Chem 40(2): 293–308.
177140
<https://doi.org/10.1002/etc.4925>.*
178141

142+
## Installation
143+
144+
### Release
145+
146+
To install the latest release version from
147+
[CRAN](https://CRAN.R-project.org/package=ssdtools).
148+
149+
``` r
150+
install.packages("ssdtools")
151+
```
152+
153+
The website for the release version is at
154+
<https://bcgov.github.io/ssdtools/>.
155+
156+
### Development
157+
158+
To install the development version from
159+
[GitHub](https://github.com/bcgov/ssdtools)
160+
161+
``` r
162+
# install.packages("remotes")
163+
remotes::install_github("bcgov/ssdtools")
164+
```
165+
166+
or from [r-universe](https://bcgov.r-universe.dev/ssdtools).
167+
168+
``` r
169+
install.packages("ssdtools", repos = c("https://bcgov.r-universe.dev", "https://cloud.r-project.org"))
170+
```
171+
172+
The website for the development version is at
173+
<https://bcgov.github.io/ssdtools/dev/>.
174+
179175
### Getting Help or Reporting an Issue
180176

181177
To report bugs/issues/feature requests, please file an

0 commit comments

Comments
 (0)