Skip to content

Commit 913dfc1

Browse files
docs: fix broken links
1 parent ec6bbc5 commit 913dfc1

File tree

12 files changed

+16
-26
lines changed

12 files changed

+16
-26
lines changed

R/blr-data-hsb.R

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,6 @@
1919
#' \item{honcomp}{1 if write > 60, else 0}
2020
#' }
2121
#'
22-
#' @source \url{http://www.ats.ucla.edu/stat/spss/whatstat/whatstat.htm}
22+
#' @source \url{https://www.openintro.org/data/index.php?data=hsb}
2323
#'
24-
"hsb2"
24+
"hsb2"

R/blr-gains-table.R

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -128,9 +128,9 @@ plot.blr_gains_table <- function(x, title = "Lift Chart", xaxis_title = "% Popul
128128
#' @param print_plot logical; if \code{TRUE}, prints the plot else returns a plot object.
129129
#'
130130
#' @references
131-
#' \url{https://doi.org/10.1198/tast.2009.08210}
131+
#' \doi{doi.org/10.1198/tast.2009.08210}
132132
#'
133-
#' \url{https://www.ncbi.nlm.nih.gov/pubmed/843576}
133+
#' \url{https://pubmed.ncbi.nlm.nih.gov/843576/}
134134
#'
135135
#' @examples
136136
#' model <- glm(honcomp ~ female + read + science, data = hsb2,

R/blr-lorenz-curve.R

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
#' Müller M, Rönz B (2000): Credit Scoring using Semiparametric Methods. In: Franke J, Härdle W, Stahl G (Eds.):
1717
#' Measuring Risk in Complex Stochastic Systems. New York, Springer-Verlag.
1818
#'
19-
#' \url{https://doi.org/10.2753/REE1540-496X470605}
19+
#' \doi{doi.org/10.2753/REE1540-496X470605}
2020
#'
2121
#' @examples
2222
#' model <- glm(honcomp ~ female + read + science, data = hsb2,

R/blr-pairs.R

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,9 +7,9 @@
77
#' @return A tibble.
88
#'
99
#' @references
10-
#' \url{https://doi.org/10.1080/10485259808832744}
10+
#' \doi{doi.org/10.1080/10485259808832744}
1111
#'
12-
#' \url{https://doi.org/10.1177/1536867X0600600302}
12+
#' \doi{doi.org/10.1177/1536867X0600600302}
1313
#'
1414
#' @examples
1515
#' model <- glm(honcomp ~ female + read + science, data = hsb2,

README.Rmd

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ options(tibble.width = Inf)
2020
<!-- badges: start -->
2121
[![CRAN_Status_Badge](https://www.r-pkg.org/badges/version/blorr)](https://cran.r-project.org/package=blorr)
2222
[![R-CMD-check](https://github.com/rsquaredacademy/blorr/actions/workflows/R-CMD-check.yaml/badge.svg)](https://github.com/rsquaredacademy/blorr/actions/workflows/R-CMD-check.yaml)
23-
[![Coverage status](https://codecov.io/gh/rsquaredacademy/blorr/branch/master/graph/badge.svg)](https://codecov.io/github/rsquaredacademy/blorr?branch=master)
23+
[![Coverage status](https://app.codecov.io/gh/rsquaredacademy/blorr/branch/master/graph/badge.svg)](https://app.codecov.io/github/rsquaredacademy/blorr?branch=master)
2424

2525
<!-- badges: end -->
2626

@@ -144,6 +144,3 @@ If you encounter a bug, please file a minimal reproducible example using
144144
[reprex](https://reprex.tidyverse.org/index.html) on github. For questions and
145145
clarifications, use [StackOverflow](https://stackoverflow.com/).
146146

147-
## Code of Conduct
148-
149-
Please note that this project is released with a [Contributor Code of Conduct](CONDUCT.md). By participating in this project you agree to abide by its terms.

README.md

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
[![CRAN_Status_Badge](https://www.r-pkg.org/badges/version/blorr)](https://cran.r-project.org/package=blorr)
1111
[![R-CMD-check](https://github.com/rsquaredacademy/blorr/actions/workflows/R-CMD-check.yaml/badge.svg)](https://github.com/rsquaredacademy/blorr/actions/workflows/R-CMD-check.yaml)
1212
[![Coverage
13-
status](https://codecov.io/gh/rsquaredacademy/blorr/branch/master/graph/badge.svg)](https://codecov.io/github/rsquaredacademy/blorr?branch=master)
13+
status](https://app.codecov.io/gh/rsquaredacademy/blorr/branch/master/graph/badge.svg)](https://app.codecov.io/github/rsquaredacademy/blorr?branch=master)
1414

1515
<!-- badges: end -->
1616

@@ -271,9 +271,3 @@ If you encounter a bug, please file a minimal reproducible example using
271271
[reprex](https://reprex.tidyverse.org/index.html) on github. For
272272
questions and clarifications, use
273273
[StackOverflow](https://stackoverflow.com/).
274-
275-
## Code of Conduct
276-
277-
Please note that this project is released with a [Contributor Code of
278-
Conduct](CONDUCT.md). By participating in this project you agree to
279-
abide by its terms.

man/blorr.Rd

Lines changed: 0 additions & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

man/blr_gini_index.Rd

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

man/blr_ks_chart.Rd

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

man/blr_pairs.Rd

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

man/hsb2.Rd

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

vignettes/introduction.Rmd

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -180,7 +180,7 @@ blr_regress(y ~ age + duration + previous + housing + default +
180180
Model fit statistics are available to assess how well the model fits the data
181181
and to compare two different models.The output includes likelihood ratio test,
182182
AIC, BIC and a host of pseudo r-squared measures. You can read more about
183-
pseudo r-squared at https://stats.idre.ucla.edu/other/mult-pkg/faq/general/faq-what-are-pseudo-r-squareds/.
183+
pseudo r-squared [here](https://stats.oarc.ucla.edu/other/mult-pkg/faq/general/faq-what-are-pseudo-r-squareds).
184184

185185
#### Single Model
186186

0 commit comments

Comments
 (0)