Skip to content

Commit b9cc364

Browse files
author
BERENZ
committed
preparing for the patch release
1 parent 09c1522 commit b9cc364

File tree

3 files changed

+9
-8
lines changed

3 files changed

+9
-8
lines changed

.Rbuildignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,3 +12,4 @@
1212
^.DS_Store
1313
^\.github$
1414
^codecov\.yml$
15+
^cran-comments\.md$

README.Rmd

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -48,11 +48,11 @@ Currently, we have implemented most of the frequentist approaches used in litera
4848
- Three types of bootstrap parametric, semi-parametric and nonparametric.
4949
- And a wide range of additional functionalities associated with (vector) generalized linear models relevant to the topic.
5050

51-
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).
51+
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).
5252

5353
## Installation
5454

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

5757
```{r, eval=FALSE}
5858
# install.packages("devtools")

README.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -51,15 +51,15 @@ in literature such as:
5151

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

5958
## Installation
6059

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

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

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

0 commit comments

Comments
 (0)