Skip to content

Commit

Permalink
preparing for the patch release
Browse files Browse the repository at this point in the history
  • Loading branch information
BERENZ committed Feb 12, 2025
1 parent 09c1522 commit b9cc364
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 8 deletions.
1 change: 1 addition & 0 deletions .Rbuildignore
Original file line number Diff line number Diff line change
Expand Up @@ -12,3 +12,4 @@
^.DS_Store
^\.github$
^codecov\.yml$
^cran-comments\.md$
4 changes: 2 additions & 2 deletions README.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -48,11 +48,11 @@ Currently, we have implemented most of the frequentist approaches used in litera
- Three types of bootstrap parametric, semi-parametric and nonparametric.
- And a wide range of additional functionalities associated with (vector) generalized linear models relevant to the topic.

For more details we see the `singleRcapture: An R Package for Single-Source Capture-Recapture Models` vignette on [CRAN](https://cran.r-project.org/web/packages/singleRcapture/vignettes/singleRcapture.html) or [pkgdown website](https://ncn-foreigners.github.io/singleRcapture/articles/singleRcapture.html).
For more details we see the `singleRcapture: An R Package for Single-Source Capture-Recapture Models` vignette on [CRAN](https://cran.r-project.org/package=singleRcapture) or [pkgdown website](https://ncn-foreigners.github.io/singleRcapture/articles/singleRcapture.html).

## Installation

You can install the current version of singleRcapture from main branch [GitHub](https://github.com/ncn-foreigners/singleRcapture) with:
You can install the current version of the `singleRcapture` package from main branch [GitHub](https://github.com/ncn-foreigners/singleRcapture) with:

```{r, eval=FALSE}
# install.packages("devtools")
Expand Down
12 changes: 6 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -51,15 +51,15 @@ in literature such as:

For more details we see the
`singleRcapture: An R Package for Single-Source Capture-Recapture Models`
vignette on
[CRAN](https://cran.r-project.org/web/packages/singleRcapture/vignettes/singleRcapture.html)
or [pkgdown
vignette on [CRAN](https://cran.r-project.org/package=singleRcapture) or
[pkgdown
website](https://ncn-foreigners.github.io/singleRcapture/articles/singleRcapture.html).

## Installation

You can install the current version of singleRcapture from main branch
[GitHub](https://github.com/ncn-foreigners/singleRcapture) with:
You can install the current version of the `singleRcapture` package from
main branch [GitHub](https://github.com/ncn-foreigners/singleRcapture)
with:

``` r
# install.packages("devtools")
Expand Down Expand Up @@ -214,7 +214,7 @@ plot(model, plotType = "dfpopContr")
it is easy to deduce from the plot above that we have influential
observations in our dataset (one in particular).

Lastly `singleRcapture` offers some posthoc procedures for example a
Lastly `singleRcapture` offers some post-hoc procedures for example a
function `stratifyPopsize` that estimates sizes of user specified sub
populations and returns them in a `data.frame`:

Expand Down

0 comments on commit b9cc364

Please sign in to comment.