Skip to content

Commit

Permalink
Correcting readme after removal of "development" branch
Browse files Browse the repository at this point in the history
  • Loading branch information
Kertoo committed Nov 10, 2024
1 parent 0b78856 commit fd738f2
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 18 deletions.
7 changes: 0 additions & 7 deletions README.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -63,13 +63,6 @@ or install the stable version from [CRAN](https://cran.r-project.org/package=sin
install.packages(singleRcapture)
```

or development version from [development branch on GitHub](https://github.com/ncn-foreigners/singleRcapture/tree/development) with:

```{r, eval=FALSE}
# install.packages("devtools")
remotes::install_github("github.com/ncn-foreigners/singleRcapture/tree/development")
```

### Examples

The main function of this package is `estimatePopsize` which fitts regression
Expand Down
13 changes: 2 additions & 11 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -65,15 +65,6 @@ or install the stable version from
install.packages(singleRcapture)
```

or development version from [development branch on
GitHub](https://github.com/ncn-foreigners/singleRcapture/tree/development)
with:

``` r
# install.packages("devtools")
remotes::install_github("github.com/ncn-foreigners/singleRcapture/tree/development")
```

### Examples

The main function of this package is `estimatePopsize` which fitts
Expand Down Expand Up @@ -207,7 +198,7 @@ approximately the same effect:
plot(model, plotType = "dfpopContr")
```

<img src="man/figures/README-unnamed-chunk-6-1.png" width="75%" />
<img src="man/figures/README-unnamed-chunk-5-1.png" width="75%" />

it is easy to deduce from the plot above that we have influential
observations in our dataset (one in particular).
Expand Down Expand Up @@ -451,7 +442,7 @@ plot(modelInflated2,
breaks = 15)
```

<img src="man/figures/README-unnamed-chunk-11-1.png" width="75%" />
<img src="man/figures/README-unnamed-chunk-10-1.png" width="75%" />

and information criteria support the second model:

Expand Down
Binary file modified man/figures/README-unnamed-chunk-10-1.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit fd738f2

Please sign in to comment.