Skip to content

Commit

Permalink
added Cran installation
Browse files Browse the repository at this point in the history
  • Loading branch information
abigailkeller committed Oct 9, 2024
1 parent 12b5348 commit 20bc32f
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 3 deletions.
8 changes: 7 additions & 1 deletion README.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,13 @@ interpretation of model fits.

## Installation

You can install the development version of eDNAjoint from ROpenSci:
The most stable version of *eDNAjoint* can be found on Cran:

```{r,eval=FALSE}
install.packages("eDNAjoint")
```

You can also install the development version of *eDNAjoint* from ROpenSci:

```{r,eval=FALSE}
install.packages("eDNAjoint", repos = "https://ropensci.r-universe.dev")
Expand Down
11 changes: 9 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,14 @@ interpretation of model fits.

## Installation

You can install the development version of eDNAjoint from ROpenSci:
The most stable version of *eDNAjoint* can be found on Cran:

``` r
install.packages("eDNAjoint")
```

You can also install the development version of *eDNAjoint* from
ROpenSci:

``` r
install.packages("eDNAjoint", repos = "https://ropensci.r-universe.dev")
Expand Down Expand Up @@ -71,7 +78,7 @@ detection, $p_{10}$:
# summarize p10 posterior
jointSummarize(goby.fit$model, par = 'p10')
#> mean se_mean sd 2.5% 97.5% n_eff Rhat
#> p10 0.003 0 0.001 0.001 0.007 15280.37 1
#> p10 0.003 0 0.001 0.001 0.007 17744.13 1
```

Or to find the number of eDNA samples and traditional survey samples
Expand Down

0 comments on commit 20bc32f

Please sign in to comment.