mirror of
https://github.com/jupyter/docker-stacks.git
synced 2025-10-08 18:44:06 +00:00
Replace rodbc link fow now
This commit is contained in:
@@ -71,4 +71,5 @@ linkcheck_allowed_redirects = {
|
|||||||
r"https://results\.pre-commit\.ci/latest/github/jupyter/docker-stacks/main": r"https://results\.pre-commit\.ci/run/github/.*", # Latest main CI build
|
r"https://results\.pre-commit\.ci/latest/github/jupyter/docker-stacks/main": r"https://results\.pre-commit\.ci/run/github/.*", # Latest main CI build
|
||||||
r"https://github\.com/jupyter/docker-stacks/issues/new.*": r"https://github\.com/login.*", # GitHub wants user to be logon to use this features
|
r"https://github\.com/jupyter/docker-stacks/issues/new.*": r"https://github\.com/login.*", # GitHub wants user to be logon to use this features
|
||||||
r"https://github\.com/orgs/jupyter/teams/docker-image-maintainers/members": r"https://github\.com/login.*",
|
r"https://github\.com/orgs/jupyter/teams/docker-image-maintainers/members": r"https://github\.com/login.*",
|
||||||
|
r"https://www\.rdocumentation.org/packages/RODBC/": r"https://www\.rdocumentation.org/packages/RODBC/*",
|
||||||
}
|
}
|
||||||
|
@@ -103,7 +103,7 @@ It contains:
|
|||||||
[randomforest](https://cran.r-project.org/web/packages/randomForest/index.html),
|
[randomforest](https://cran.r-project.org/web/packages/randomForest/index.html),
|
||||||
[rcurl](https://cran.r-project.org/web/packages/RCurl/index.html),
|
[rcurl](https://cran.r-project.org/web/packages/RCurl/index.html),
|
||||||
[rmarkdown](https://rmarkdown.rstudio.com),
|
[rmarkdown](https://rmarkdown.rstudio.com),
|
||||||
[rodbc](https://cran.r-project.org/web/packages/RODBC/index.html),
|
[rodbc](https://www.rdocumentation.org/packages/RODBC/),
|
||||||
[rsqlite](https://cran.r-project.org/web/packages/RSQLite/index.html),
|
[rsqlite](https://cran.r-project.org/web/packages/RSQLite/index.html),
|
||||||
[shiny](https://shiny.posit.co),
|
[shiny](https://shiny.posit.co),
|
||||||
[tidymodels](https://www.tidymodels.org/),
|
[tidymodels](https://www.tidymodels.org/),
|
||||||
|
Reference in New Issue
Block a user